From: MACMAN2003 Date: Thu, 30 Nov 2023 07:20:45 +0000 (-0800) Subject: greenified the cap cap (#22013) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=ca3e09b6cc860a38823baae2b766c2dda94c2976;p=space-station-14.git greenified the cap cap (#22013) --- diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml index b0e14e720c..f60485c7db 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml @@ -10,6 +10,7 @@ ClothingUniformJumpsuitCentcomFormal: 3 ClothingUniformJumpskirtCentcomFormalDress: 3 ClothingHeadHatCentcom: 3 + ClothingHeadHatCentcomcap: 3 ClothingMaskGasCentcom: 3 ClothingHeadsetCentCom: 3 ClothingOuterWinterCentcom: 3 diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 731513d31e..49e686e9ee 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -780,6 +780,22 @@ - WhitelistChameleon - HamsterWearable +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatCentcomcap + name: CentCom cap + description: An extravagant, fancy Central Commander cap. + components: + - type: Sprite + sprite: Clothing/Head/Hats/comcap.rsi + - type: Clothing + sprite: Clothing/Head/Hats/comcap.rsi + - type: Tag + tags: + - ClothMade + - WhitelistChameleon + - HamsterWearable + - type: entity parent: ClothingHeadBase id: ClothingHeadHatGladiator diff --git a/Resources/Textures/Clothing/Head/Hats/comcap.rsi/equipped-HELMET-hamster.png b/Resources/Textures/Clothing/Head/Hats/comcap.rsi/equipped-HELMET-hamster.png new file mode 100644 index 0000000000..db7cfcbd45 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/comcap.rsi/equipped-HELMET-hamster.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/comcap.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/comcap.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..938f217de7 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/comcap.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/comcap.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/comcap.rsi/icon.png new file mode 100644 index 0000000000..5372dd3cc0 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/comcap.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/comcap.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/comcap.rsi/meta.json new file mode 100644 index 0000000000..cf06e9bdd1 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/comcap.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/0671297bb1c1b31d5885f2768aecbe9dc51d39e7 , edited by Skarletto (github), Greenified by MACMAN2003", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET-hamster", + "directions": 4 + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} \ No newline at end of file