Adds leather satchels from TGstation as a limited-supply item in clothesmates (#13727)
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
startingInventory:
|
||||
ClothingBackpack: 5
|
||||
ClothingBackpackDuffel: 5
|
||||
ClothingBackpackSatchel: 5
|
||||
ClothingBackpackSatchel: 3
|
||||
ClothingBackpackSatchelLeather: 2
|
||||
HatBandBlack: 2
|
||||
HatBandBlue: 2
|
||||
HatBandGreen: 2
|
||||
|
||||
@@ -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 |
BIN
Resources/Textures/Clothing/Back/Satchels/leather.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Back/Satchels/leather.rsi/icon.png
Normal file
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 |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user