[Cargo crate] Crate for theatrical performances (#15072)

This commit is contained in:
Puro
2023-04-03 05:45:41 +03:00
committed by GitHub
parent 0f0b534239
commit 3319666c58
3 changed files with 29 additions and 0 deletions

View File

@@ -28,6 +28,16 @@
category: Service category: Service
group: market group: market
- type: cargoProduct
id: ServiceTheatre
icon:
sprite: Clothing/Mask/mime.rsi
state: icon
product: CrateServiceTheatre
cost: 1800
category: Service
group: market
- type: cargoProduct - type: cargoProduct
id: ServiceSmokeables id: ServiceSmokeables
icon: icon:

View File

@@ -63,6 +63,23 @@
- id: Matchbox - id: Matchbox
amount: 2 amount: 2
- type: entity
id: CrateServiceTheatre
parent: CrateGenericSteel
components:
- type: StorageFill
contents:
- id: ClothingUniformJumpskirtPerformer
- id: ClothingShoesBootsPerformer
- id: ClothingOuterSuitMonkey
- id: ClothingHeadHatAnimalMonkey
- id: ClothingNeckCloakMoth
- id: ClothingMaskClown
- id: ClothingMaskMime
- id: ClothingShoesClown
- id: ClothingUniformJumpskirtJanimaid
- id: RevolverCapGun
- type: entity - type: entity
id: CrateServiceCustomSmokable id: CrateServiceCustomSmokable
parent: CrateGenericSteel parent: CrateGenericSteel

View File

@@ -89,6 +89,8 @@
orGroup: GiftPool orGroup: GiftPool
- id: PlushieDiona - id: PlushieDiona
orGroup: GiftPool orGroup: GiftPool
- id: ClothingNeckCloakMoth
orGroup: GiftPool
- id: ToyMouse - id: ToyMouse
orGroup: GiftPool orGroup: GiftPool
- id: ToyAi - id: ToyAi