[Clothing] Moth cloak and mask (#14851)
* Moth cloak * Update meta.json * Update meta.json * fixed moth mask yes. * Moth mask now hides hair yes. * now the moth's cloak will spawn on the map yes
This commit is contained in:
@@ -139,3 +139,18 @@
|
|||||||
sprite: Clothing/Head/Hoods/goliathcloak.rsi
|
sprite: Clothing/Head/Hoods/goliathcloak.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Head/Hoods/goliathcloak.rsi
|
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
|
||||||
|
|||||||
@@ -130,3 +130,20 @@
|
|||||||
- type: ContainerContainer
|
- type: ContainerContainer
|
||||||
containers:
|
containers:
|
||||||
toggleable-clothing: !type:ContainerSlot {}
|
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 {}
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
- ClothingHeadHelmetTemplar
|
- ClothingHeadHelmetTemplar
|
||||||
- ClothingNeckCloakTrans
|
- ClothingNeckCloakTrans
|
||||||
- ClothingNeckCloakAdmin
|
- ClothingNeckCloakAdmin
|
||||||
|
- ClothingNeckCloakMoth
|
||||||
- ClothingNeckCloakGoliathCloak
|
- ClothingNeckCloakGoliathCloak
|
||||||
- ToySkeleton
|
- ToySkeleton
|
||||||
- Basketball
|
- Basketball
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Resources/Textures/Clothing/Head/Hoods/moth.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Head/Hoods/moth.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 491 B |
18
Resources/Textures/Clothing/Head/Hoods/moth.rsi/meta.json
Normal file
18
Resources/Textures/Clothing/Head/Hoods/moth.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
BIN
Resources/Textures/Clothing/Neck/Cloaks/moth.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Neck/Cloaks/moth.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 856 B |
18
Resources/Textures/Clothing/Neck/Cloaks/moth.rsi/meta.json
Normal file
18
Resources/Textures/Clothing/Neck/Cloaks/moth.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user