carpsuit and iansuit revival (#19728)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -142,6 +142,36 @@
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Hoods/goliathcloak.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatHoodIan
|
||||
noSpawn: true
|
||||
name: ian hood
|
||||
description: A hood to complete the 'Good boy' look.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Hoods/iansuit.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Hoods/iansuit.rsi
|
||||
- type: Tag
|
||||
tags:
|
||||
- HidesHair
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatHoodCarp
|
||||
noSpawn: true
|
||||
name: carp hood
|
||||
description: A gnarly hood adorned with plastic space carp teeth.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Hoods/carpsuit.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Hoods/carpsuit.rsi
|
||||
- type: Tag
|
||||
tags:
|
||||
- HidesHair
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatHoodMoth
|
||||
|
||||
@@ -155,3 +155,42 @@
|
||||
sprite: Clothing/OuterClothing/Suits/monkey.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/OuterClothing/Suits/monkey.rsi
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
toggleable-clothing: !type:ContainerSlot {}
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterBase
|
||||
id: ClothingOuterSuitIan
|
||||
name: ian suit
|
||||
description: Who's a good boy?
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/OuterClothing/Suits/iansuit.rsi
|
||||
- type: Item
|
||||
size: 30
|
||||
- type: Clothing
|
||||
sprite: Clothing/OuterClothing/Suits/iansuit.rsi
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHatHoodIan
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
toggleable-clothing: !type:ContainerSlot {}
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterBase
|
||||
id: ClothingOuterSuitCarp
|
||||
name: carp suit
|
||||
description: A special suit that makes you look just like a space carp, if your eyesight is bad.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/OuterClothing/Suits/carpsuit.rsi
|
||||
- type: Item
|
||||
size: 30
|
||||
- type: Clothing
|
||||
sprite: Clothing/OuterClothing/Suits/carpsuit.rsi
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: ClothingHeadHatHoodCarp
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
toggleable-clothing: !type:ContainerSlot {}
|
||||
|
||||
Reference in New Issue
Block a user