From 8b0eb7e4dee2c2afc206960c56bdcefbe26422b9 Mon Sep 17 00:00:00 2001 From: Gotimanga <127038462+Gotimanga@users.noreply.github.com> Date: Tue, 15 Aug 2023 00:14:05 +0100 Subject: [PATCH] Add Mystery Figure Crate (#19134) * Crate YML Files * Minor figurine spelling correction * Removing empty spaces * Lower Price * Adding Rare Box --- .../prototypes/catalog/fills/crates/fun-crates.ftl | 3 +++ Resources/Prototypes/Catalog/Cargo/cargo_fun.yml | 10 ++++++++++ Resources/Prototypes/Catalog/Fills/Crates/fun.yml | 12 ++++++++++++ .../Prototypes/Entities/Objects/Fun/figurines.yml | 2 +- 4 files changed, 26 insertions(+), 1 deletion(-) diff --git a/Resources/Locale/en-US/prototypes/catalog/fills/crates/fun-crates.ftl b/Resources/Locale/en-US/prototypes/catalog/fills/crates/fun-crates.ftl index d329f50f3a..27bc24853c 100644 --- a/Resources/Locale/en-US/prototypes/catalog/fills/crates/fun-crates.ftl +++ b/Resources/Locale/en-US/prototypes/catalog/fills/crates/fun-crates.ftl @@ -48,3 +48,6 @@ ent-CrateFunBoxing = Boxing Crate ent-CrateFunBikeHornImplants = Bike Horn Implants .desc = A thousand honks a day keeps security officers away! + +ent-CrateFunMysteryFigurines = Mystery Figure Crate + .desc = A collection of 10 Mystery Figurine boxes. Duplicates non refundable. diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml b/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml index 9f4850ff21..cc18f6676f 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml @@ -177,3 +177,13 @@ cost: 1000 category: Fun group: market + +- type: cargoProduct + id: FunMysteryFigurines + icon: + sprite: Objects/Fun/figurines.rsi + state: fig_box + product: CrateFunMysteryFigurines + cost: 4000 + category: Fun + group: market \ No newline at end of file diff --git a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml index d44765826f..25c5a0105f 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml @@ -276,3 +276,15 @@ contents: - id: BikeHornImplanter amount: 3 + +- type: entity + id: CrateFunMysteryFigurines + parent: CratePlastic + components: + - type: StorageFill + contents: + - id: MysteryFigureBox + amount: 10 + - id: MysteryFigureBox + amount: 15 + prob: 0.05 \ No newline at end of file diff --git a/Resources/Prototypes/Entities/Objects/Fun/figurines.yml b/Resources/Prototypes/Entities/Objects/Fun/figurines.yml index 06db6e5212..207a2c28ba 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/figurines.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/figurines.yml @@ -212,7 +212,7 @@ parent: BaseFigurine id: ToyFigurineScientist name: scientist figurine - description: A figurine depicting a Scienist donning a labcoat. + description: A figurine depicting a Scientist donning a labcoat. components: - type: Sprite state: scientist