carpsuit and iansuit revival (#19728)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -180,6 +180,18 @@
|
||||
- id: ClownPDA
|
||||
- id: ClothingHeadsetService
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackDuffelSyndicateBundle
|
||||
id: ClothingBackpackDuffelSyndicateCarpSuit
|
||||
name: carp suit duffel bag
|
||||
description: Contains a carp suit and some friends to play with.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingOuterSuitCarp
|
||||
- id: PlushieCarp
|
||||
amount: 6
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBackpackDuffelSyndicateBundle
|
||||
id: ClothingBackpackDuffelSyndicatePyjamaBundle
|
||||
|
||||
@@ -1312,6 +1312,16 @@
|
||||
categories:
|
||||
- UplinkPointless
|
||||
|
||||
- type: listing
|
||||
id: UplinkCarpSuitBundle
|
||||
name: uplink-carp-suit-bundle-name
|
||||
description: uplink-carp-suit-bundle-desc
|
||||
productEntity: ClothingBackpackDuffelSyndicateCarpSuit
|
||||
cost:
|
||||
Telecrystal: 4
|
||||
categories:
|
||||
- UplinkPointless
|
||||
|
||||
- type: listing
|
||||
id: UplinkOperativeSuit
|
||||
name: uplink-operative-suit-name
|
||||
|
||||
@@ -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