From 3319666c58f397ca395c8e86a2ed9dc79b8cd937 Mon Sep 17 00:00:00 2001 From: Puro <103608145+PuroSlavKing@users.noreply.github.com> Date: Mon, 3 Apr 2023 05:45:41 +0300 Subject: [PATCH] [Cargo crate] Crate for theatrical performances (#15072) --- .../Prototypes/Catalog/Cargo/cargo_service.yml | 10 ++++++++++ .../Prototypes/Catalog/Fills/Crates/service.yml | 17 +++++++++++++++++ .../Entities/Objects/Decoration/present.yml | 2 ++ 3 files changed, 29 insertions(+) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_service.yml b/Resources/Prototypes/Catalog/Cargo/cargo_service.yml index 5b33885e60..c20c331015 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_service.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_service.yml @@ -28,6 +28,16 @@ category: Service group: market +- type: cargoProduct + id: ServiceTheatre + icon: + sprite: Clothing/Mask/mime.rsi + state: icon + product: CrateServiceTheatre + cost: 1800 + category: Service + group: market + - type: cargoProduct id: ServiceSmokeables icon: diff --git a/Resources/Prototypes/Catalog/Fills/Crates/service.yml b/Resources/Prototypes/Catalog/Fills/Crates/service.yml index 3db06daa53..0efd57227a 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/service.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/service.yml @@ -63,6 +63,23 @@ - id: Matchbox 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 id: CrateServiceCustomSmokable parent: CrateGenericSteel diff --git a/Resources/Prototypes/Entities/Objects/Decoration/present.yml b/Resources/Prototypes/Entities/Objects/Decoration/present.yml index 6988c03b55..3a7d059e9f 100644 --- a/Resources/Prototypes/Entities/Objects/Decoration/present.yml +++ b/Resources/Prototypes/Entities/Objects/Decoration/present.yml @@ -89,6 +89,8 @@ orGroup: GiftPool - id: PlushieDiona orGroup: GiftPool + - id: ClothingNeckCloakMoth + orGroup: GiftPool - id: ToyMouse orGroup: GiftPool - id: ToyAi -- 2.51.2