Adds leather satchels from TGstation as a limited-supply item in clothesmates (#13727)

This commit is contained in:
deathride58
2023-01-26 13:14:30 -05:00
committed by GitHub
parent accfca7a56
commit d6f71db037
7 changed files with 37 additions and 1 deletions

View File

@@ -3,7 +3,8 @@
startingInventory:
ClothingBackpack: 5
ClothingBackpackDuffel: 5
ClothingBackpackSatchel: 5
ClothingBackpackSatchel: 3
ClothingBackpackSatchelLeather: 2
HatBandBlack: 2
HatBandBlue: 2
HatBandGreen: 2

View File

@@ -24,6 +24,15 @@
- key: enum.StorageUiKey.Key
type: StorageBoundUserInterface
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelLeather
name: leather satchel
description: A trend-setting satchel from a bygone era.
components:
- type: Sprite
sprite: Clothing/Back/Satchels/leather.rsi
- type: entity
parent: ClothingBackpackSatchel
id: ClothingBackpackSatchelEngineering

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation. icon from https://github.com/tgstation/tgstation/commit/c4ce2e965d33f3491173964fcbee3e43c0839bae , inhand-left and inhand-right from https://github.com/tgstation/tgstation/commit/a340fbac628722955b98c7d082bb8a3bb3ef664b , equipped-BACKPACK from https://github.com/tgstation/tgstation/commit/f13f1fba5350c90d1f09476471bb1cc296f0ad3b",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}