- 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
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
--- /dev/null
+{
+ "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