diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index f2cf161f78..ff09d09619 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -51,3 +51,4 @@ ClothingHeadHatBunny: 2 ClothingHeadHatCake: 2 ClothingOuterWinterCoat: 3 + ClothingHeadFishCap: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 9d69de1a51..852a547455 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -434,3 +434,14 @@ sprite: Clothing/Head/Hats/papersacksmile.rsi - type: Clothing sprite: Clothing/Head/Hats/papersacksmile.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadFishCap + name: fishing cap + description: Women fear me. Fish fear me. Men turn their eyes away from me. As I walk no beast dares make a sound in my presence. I am alone on this barren Earth. + components: + - type: Sprite + sprite: Clothing/Head/Hats/fishcap.rsi + - type: Clothing + sprite: Clothing/Head/Hats/fishcap.rsi diff --git a/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..7db49b964b Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/icon.png new file mode 100644 index 0000000000..d8e6af121c Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/inhand-left.png new file mode 100644 index 0000000000..d13e5c497a Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/inhand-right.png new file mode 100644 index 0000000000..f9cc9144fc Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/meta.json new file mode 100644 index 0000000000..dd5cb1212c --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/fishcap.rsi/meta.json @@ -0,0 +1,27 @@ + +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation closed pull at https://github.com/tgstation/tgstation/pull/66796 and modified by emisse for ss14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file