]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Added void cloak hood (#31061)
authorNotSoDamn <75203942+NotSoDana@users.noreply.github.com>
Fri, 13 Sep 2024 15:02:45 +0000 (17:02 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2024 15:02:45 +0000 (01:02 +1000)
* void hood

* reshade

* reshade x2

* Update hoods.yml

Resources/Prototypes/Entities/Clothing/Head/hoods.yml
Resources/Prototypes/Entities/Clothing/Neck/cloaks.yml
Resources/Textures/Clothing/Head/Hoods/voidcloak.rsi/equipped-HELMET.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hoods/voidcloak.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Head/Hoods/voidcloak.rsi/meta.json [new file with mode: 0644]

index 82cff81c22b59926519c73ca5d30371e896dc376..1330d38f40465abc247745f76decc755611cf711 100644 (file)
       - 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
index 555887b01dbf10adb709784ee0b74a9432fca1c6..02a8ec62b135b6ac58cfd435389563ec11f486d7 100644 (file)
   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 (file)
index 0000000..ba4a4d8
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 (file)
index 0000000..e955145
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 (file)
index 0000000..2a8e911
--- /dev/null
@@ -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