diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index eea46cadcc..19eddd7060 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -3,7 +3,8 @@ startingInventory: ClothingBackpack: 5 ClothingBackpackDuffel: 5 - ClothingBackpackSatchel: 5 + ClothingBackpackSatchel: 3 + ClothingBackpackSatchelLeather: 2 HatBandBlack: 2 HatBandBlue: 2 HatBandGreen: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index 963b1139d4..5e254deb24 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -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 diff --git a/Resources/Textures/Clothing/Back/Satchels/leather.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Satchels/leather.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000..020b47f2c5 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Satchels/leather.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Clothing/Back/Satchels/leather.rsi/icon.png b/Resources/Textures/Clothing/Back/Satchels/leather.rsi/icon.png new file mode 100644 index 0000000000..b9d7145998 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Satchels/leather.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Back/Satchels/leather.rsi/inhand-left.png b/Resources/Textures/Clothing/Back/Satchels/leather.rsi/inhand-left.png new file mode 100644 index 0000000000..4a4ada4c87 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Satchels/leather.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Back/Satchels/leather.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Satchels/leather.rsi/inhand-right.png new file mode 100644 index 0000000000..581a87f0e8 Binary files /dev/null and b/Resources/Textures/Clothing/Back/Satchels/leather.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Back/Satchels/leather.rsi/meta.json b/Resources/Textures/Clothing/Back/Satchels/leather.rsi/meta.json new file mode 100644 index 0000000000..7ec1e346df --- /dev/null +++ b/Resources/Textures/Clothing/Back/Satchels/leather.rsi/meta.json @@ -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 + } + ] +}