- id: Wirecutter
- id: ClothingBeltUtility
- id: OreBag
+ - id: ClothingBeltSalvageWebbing
- type: entity
id: CrateSalvageAssortedGoodies
- 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
--- /dev/null
+{
+ "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
+ }
+ ]
+}