From 1be56fedf2d534ca2d16999ca7e6e0f0de0767d9 Mon Sep 17 00:00:00 2001 From: TeenSarlacc <46608342+TeenSarlacc@users.noreply.github.com> Date: Sun, 13 Apr 2025 21:33:04 -0400 Subject: [PATCH] Added a crate of shark plushies to cargo (#36338) * shark time * cargo * unfucked a typo maybe * unfucked a fuckup --------- Co-authored-by: TeenSarlacc --- .../Prototypes/Catalog/Cargo/cargo_fun.yml | 10 ++++++++++ .../Prototypes/Catalog/Fills/Crates/fun.yml | 20 +++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml b/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml index 26f9e230a8..f4d29705d4 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml @@ -117,6 +117,16 @@ cost: 500 category: cargoproduct-category-name-fun group: market + +- type: cargoProduct + id: FunSharkPlushies + icon: + sprite: Objects/Fun/sharkplush.rsi + state: blue + product: CrateFunSharkPlushieBulk + cost: 500 + category: cargoproduct-category-name-fun + group: market - type: cargoProduct id: FunBoardGames diff --git a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml index 2f5c247d75..a345ed724b 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml @@ -72,6 +72,26 @@ amount: !type:ConstantNumberSelector value: 3 +- type: entity + id: CrateFunSharkPlushieBulk + parent: CrateGenericSteel + name: bulk soft toy shark crate + description: A crate filled with a variety of everyone's favorite finned friend. Rawr! + components: + - type: EntityTableContainerFill + containers: + entity_storage: !type:AllSelector + children: + - id: PlushieSharkBlue + amount: !type:ConstantNumberSelector + value: 2 + - id: PlushieSharkPink + amount: !type:ConstantNumberSelector + value: 2 + - id: PlushieSharkGrey + amount: !type:ConstantNumberSelector + value: 2 + - type: entity id: CrateFunInstrumentsVariety parent: CrateGenericSteel -- 2.51.2