sprite: Clothing/Head/Hoods/goliathcloak.rsi
- type: Clothing
sprite: Clothing/Head/Hoods/goliathcloak.rsi
+
+- type: entity
+ parent: ClothingHeadBase
+ id: ClothingHeadHatHoodMoth
+ name: moth mask
+ description: A mask in the form of a moths head is usually made of lightweight materials. It mimics the shape of a moths head with large eyes and long antennae. Such masks are often used in cosplay, or when shooting movies and videos.
+ components:
+ - type: Sprite
+ sprite: Clothing/Head/Hoods/moth.rsi
+ - type: Clothing
+ sprite: Clothing/Head/Hoods/moth.rsi
+ - type: IdentityBlocker
+ - type: Tag
+ tags:
+ - HidesHair
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot {}
+
+- type: entity
+ parent: ClothingNeckBase
+ id: ClothingNeckCloakMoth
+ name: moth cloak
+ description: A cloak in the form of moth wings is an unusual and original element of the wardrobe that can attract the attention of others. It is made of a thin fabric imitating moth wings, with soft and fluffy edges. The raincoat is fastened around the neck with Velcro, and has a hood in the shape of a moths head.
+ components:
+ - type: Sprite
+ sprite: Clothing/Neck/Cloaks/moth.rsi
+ - type: ToggleableClothing
+ clothingPrototype: ClothingHeadHatHoodMoth
+ requiredSlot:
+ - neck
+ - type: ContainerContainer
+ containers:
+ toggleable-clothing: !type:ContainerSlot {}
+
- ClothingHeadHelmetTemplar
- ClothingNeckCloakTrans
- ClothingNeckCloakAdmin
+ - ClothingNeckCloakMoth
- ClothingNeckCloakGoliathCloak
- ToySkeleton
- Basketball
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from Paradise Station from this PR https://github.com/ParadiseSS13/Paradise/pull/17000, original sprite by S34N (https://github.com/S34NW) and modified sprite by PuroSlavKing (https://github.com/PuroSlavKing)",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-HELMET",
+ "directions": 4
+ }
+ ]
+}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from Paradise Station from this PR https://github.com/ParadiseSS13/Paradise/pull/17000, original sprite by S34N (https://github.com/S34NW) and modified sprite by PuroSlavKing (https://github.com/PuroSlavKing)",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-NECK",
+ "directions": 4
+ }
+ ]
+}