add salvage rig (#15656)

This commit is contained in:
Jackal298
2023-04-23 10:36:00 +03:00
committed by GitHub
parent db0120ea62
commit 484611d741
7 changed files with 38 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
- id: Wirecutter
- id: ClothingBeltUtility
- id: OreBag
- id: ClothingBeltSalvageWebbing
- type: entity
id: CrateSalvageAssortedGoodies

View File

@@ -470,6 +470,17 @@
- type: Clothing
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
parent: ClothingBeltStorageBase
id: ClothingBeltMilitaryWebbing

Binary file not shown.

After

Width:  |  Height:  |  Size: 777 B

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

View File

@@ -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
}
]
}