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