carpsuit and iansuit revival (#19728)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-09-04 06:16:36 +01:00
committed by GitHub
parent b3f66fff40
commit d8effa6150
21 changed files with 182 additions and 0 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 {}