From: NotSoDamn <75203942+NotSoDana@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:02:45 +0000 (+0200) Subject: Added void cloak hood (#31061) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3a83e1a8086a14415c2b44da33bb62c88e37d6c8;p=space-station-14.git Added void cloak hood (#31061) * void hood * reshade * reshade x2 * Update hoods.yml --- diff --git a/Resources/Prototypes/Entities/Clothing/Head/hoods.yml b/Resources/Prototypes/Entities/Clothing/Head/hoods.yml index 82cff81c22..1330d38f40 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hoods.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hoods.yml @@ -746,3 +746,20 @@ - state: coatybits-equipped-HELMET color: "#EBE216" - state: winterbits-equipped-HELMET + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatHoodVoidCloak + name: void cloak hood + description: The hood of a void cloak. For those who have gone to the dark side of the force. + components: + - type: Sprite + sprite: Clothing/Head/Hoods/voidcloak.rsi + - type: Clothing + sprite: Clothing/Head/Hoods/voidcloak.rsi + - type: Tag + tags: + - WhitelistChameleon + - type: HideLayerClothing + slots: + - Hair diff --git a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml index 555887b01d..02a8ec62b1 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml @@ -197,6 +197,14 @@ components: - type: Sprite sprite: Clothing/Neck/Cloaks/void.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodVoidCloak + requiredSlot: + - neck + slot: head + - type: ContainerContainer + containers: + toggleable-clothing: !type:ContainerSlot {} - type: TypingIndicatorClothing proto: alien diff --git a/Resources/Textures/Clothing/Head/Hoods/voidcloak.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hoods/voidcloak.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..ba4a4d8b7f Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/voidcloak.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/voidcloak.rsi/icon.png b/Resources/Textures/Clothing/Head/Hoods/voidcloak.rsi/icon.png new file mode 100644 index 0000000000..e955145ae7 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hoods/voidcloak.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hoods/voidcloak.rsi/meta.json b/Resources/Textures/Clothing/Head/Hoods/voidcloak.rsi/meta.json new file mode 100644 index 0000000000..2a8e91145b --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hoods/voidcloak.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Made by Dezzzix; Discord: dezzzix", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} \ No newline at end of file