From: Kukutis96513 <146854220+Kukutis96513@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:18:28 +0000 (+0200) Subject: Bulk plushie lizard crate (#23927) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=bd17444cc5c4bc5cf0eea7f5343858e422a96a04;p=space-station-14.git Bulk plushie lizard crate (#23927) * make the bulk crate order * added space lizard plushies to bulk crate --- diff --git a/Resources/Locale/en-US/prototypes/catalog/cargo/cargo-fun.ftl b/Resources/Locale/en-US/prototypes/catalog/cargo/cargo-fun.ftl index 018a44a8aa..c4bfe0f759 100644 --- a/Resources/Locale/en-US/prototypes/catalog/cargo/cargo-fun.ftl +++ b/Resources/Locale/en-US/prototypes/catalog/cargo/cargo-fun.ftl @@ -1,6 +1,9 @@ ent-FunPlushies = { ent-CrateFunPlushie } .desc = { ent-CrateFunPlushie.desc } +ent-FunLizardPlushies = { ent-CrateFunLizardPlushieBulk } + .desc = { ent-CrateFunLizardPlushieBulk.desc } + ent-FunInstruments = { ent-CrateFunInstruments } .desc = { ent-CrateFunInstruments.desc } 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 1e5e069352..8373237ef7 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 @@ -1,6 +1,9 @@ ent-CrateFunPlushie = Plushie crate .desc = A buncha soft plushies. Throw them around and then wonder how you're gonna explain this purchase to NT. +ent-CrateFunLizardPlushieBulk = Bulk lizard plushie crate + .desc = A buncha soft lizard plushies. Throw them around and then wonder how you're gonna explain this purchase to NT. + ent-CrateFunInstrumentsVariety = Variety instrument collection .desc = Get your sad station movin' and groovin' with this catch-all variety pack! Contains seven different instruments. diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml b/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml index 2d09a2ccb7..3dd05ec3a7 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_fun.yml @@ -98,6 +98,16 @@ category: Fun group: market +- type: cargoProduct + id: FunLizardPlushies + icon: + sprite: Objects/Fun/toys.rsi + state: plushie_lizard + product: CrateFunLizardPlushieBulk + cost: 2500 + category: Fun + group: market + - type: cargoProduct id: FunBoardGames icon: diff --git a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml index 7a93d53e57..d18016fb99 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/fun.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/fun.yml @@ -27,6 +27,17 @@ - id: PlushieArachind - id: PlushiePenguin +- type: entity + id: CrateFunLizardPlushieBulk + parent: CrateGenericSteel + components: + - type: StorageFill + contents: + - id: PlushieLizard + amount: 3 + - id: PlushieSpaceLizard + amount: 2 + - type: entity id: CrateFunInstrumentsVariety parent: CrateGenericSteel