[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
|
||||
- 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
|
||||
|
||||
@@ -130,3 +130,20 @@
|
||||
- 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 {}
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
- ClothingHeadHelmetTemplar
|
||||
- ClothingNeckCloakTrans
|
||||
- ClothingNeckCloakAdmin
|
||||
- ClothingNeckCloakMoth
|
||||
- ClothingNeckCloakGoliathCloak
|
||||
- ToySkeleton
|
||||
- Basketball
|
||||
|
||||
Reference in New Issue
Block a user