From: Puro <103608145+PuroSlavKing@users.noreply.github.com> Date: Mon, 3 Apr 2023 02:45:41 +0000 (+0300) Subject: [Cargo crate] Crate for theatrical performances (#15072) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3319666c58f397ca395c8e86a2ed9dc79b8cd937;p=space-station-14.git [Cargo crate] Crate for theatrical performances (#15072) --- 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