add salvage rig (#15656)
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
- id: Wirecutter
|
- id: Wirecutter
|
||||||
- id: ClothingBeltUtility
|
- id: ClothingBeltUtility
|
||||||
- id: OreBag
|
- id: OreBag
|
||||||
|
- id: ClothingBeltSalvageWebbing
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateSalvageAssortedGoodies
|
id: CrateSalvageAssortedGoodies
|
||||||
|
|||||||
@@ -470,6 +470,17 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Belt/securitywebbing.rsi
|
sprite: Clothing/Belt/securitywebbing.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingBeltStorageBase
|
||||||
|
id: ClothingBeltSalvageWebbing
|
||||||
|
name: salvage rig
|
||||||
|
description: Universal unloading system for work in space.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Belt/salvagewebbing.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Belt/salvagewebbing.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltStorageBase
|
parent: ClothingBeltStorageBase
|
||||||
id: ClothingBeltMilitaryWebbing
|
id: ClothingBeltMilitaryWebbing
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 777 B |
BIN
Resources/Textures/Clothing/Belt/salvagewebbing.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Belt/salvagewebbing.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 239 B |
Binary file not shown.
|
After Width: | Height: | Size: 770 B |
Binary file not shown.
|
After Width: | Height: | Size: 709 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tg at commit https://github.com/tgstation/tgstation/commit/0310aaa254607855d7273ec849c4ecad48477dd5",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BELT",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user