diff --git a/Resources/Locale/ru-RU/ADT/prototypes/Catalog/Fills/Crates/food.ftl b/Resources/Locale/ru-RU/ADT/prototypes/Catalog/Fills/Crates/food.ftl new file mode 100644 index 00000000000..6dc7bef9019 --- /dev/null +++ b/Resources/Locale/ru-RU/ADT/prototypes/Catalog/Fills/Crates/food.ftl @@ -0,0 +1,3 @@ +ent-ADTCrateOktoberfestSnack = ящик закусок к пиву + .desc = Ящик с набором колбасок и кренделей, чтобы закусывать пиво на Октоберфесте. Ну или в техах под карго. + .suffix = { "Октоберфест" } diff --git a/Resources/Locale/ru-RU/ADT/prototypes/Catalog/Fills/Crates/fun.ftl b/Resources/Locale/ru-RU/ADT/prototypes/Catalog/Fills/Crates/fun.ftl new file mode 100644 index 00000000000..947dce940f9 --- /dev/null +++ b/Resources/Locale/ru-RU/ADT/prototypes/Catalog/Fills/Crates/fun.ftl @@ -0,0 +1,3 @@ +ent-ADTCrateOktoberfestCloth = ящик одежды для Октоберфеста + .desc = Ящик с набором мужской и женской традиционной одежды для Октоберфеста. + .suffix = { "Октоберфест" } diff --git a/Resources/Prototypes/ADT/Catalog/Cargo/cargo_food.yml b/Resources/Prototypes/ADT/Catalog/Cargo/cargo_food.yml index 336c3a252d3..3bc97303981 100644 --- a/Resources/Prototypes/ADT/Catalog/Cargo/cargo_food.yml +++ b/Resources/Prototypes/ADT/Catalog/Cargo/cargo_food.yml @@ -77,3 +77,13 @@ cost: 1500 category: cargoproduct-category-name-food group: market + +- type: cargoProduct + id: ADTFoodOktoberfestSnack + icon: + sprite: ADT/Objects/Consumable/Food/Basked/misc.rsi + state: brezel_salt + product: ADTCrateOktoberfestSnack + cost: 1500 + category: cargoproduct-category-name-food + group: market diff --git a/Resources/Prototypes/ADT/Catalog/Cargo/cargo_fun.yml b/Resources/Prototypes/ADT/Catalog/Cargo/cargo_fun.yml new file mode 100644 index 00000000000..07f756ff6a6 --- /dev/null +++ b/Resources/Prototypes/ADT/Catalog/Cargo/cargo_fun.yml @@ -0,0 +1,9 @@ +- type: cargoProduct + id: ADTFunOktoberfestCloth + icon: + sprite: ADT/Clothing/Uniforms/Jumpskirt/oktoberfest_dirndlblue.rsi + state: icon + product: ADTCrateOktoberfestCloth + cost: 750 + category: cargoproduct-category-name-fun + group: market diff --git a/Resources/Prototypes/ADT/Catalog/Fills/Crates/food,.yml b/Resources/Prototypes/ADT/Catalog/Fills/Crates/food,.yml new file mode 100644 index 00000000000..bdcc269e658 --- /dev/null +++ b/Resources/Prototypes/ADT/Catalog/Fills/Crates/food,.yml @@ -0,0 +1,23 @@ +- type: entity + id: ADTCrateOktoberfestSnack + parent: CratePlastic + name: oktoberfest snack crate + description: oktoberfest snack crate + suffix: Oktoberfest + components: + - type: StorageFill + contents: + - id: ADTFoodWeissWurst + amount: 6 + - id: ADTFoodBratWurst + amount: 6 + - id: ADTFoodBreadBrezel + amount: 4 + - id: ADTFoodBreadBrezelPoppySeeds + amount: 4 + - id: ADTFoodBreadBrezelSalt + amount: 4 + - id: ADTFoodBreadBrezelChocolate + amount: 4 + - id: ADTFoodBreadBrezelVanilla + amount: 4 diff --git a/Resources/Prototypes/ADT/Catalog/Fills/Crates/fun.yml b/Resources/Prototypes/ADT/Catalog/Fills/Crates/fun.yml new file mode 100644 index 00000000000..4f92536ba3f --- /dev/null +++ b/Resources/Prototypes/ADT/Catalog/Fills/Crates/fun.yml @@ -0,0 +1,51 @@ +- type: entity + id: ADTCrateOktoberfestCloth + parent: CratePlastic + name: oktoberfest clothing crate + description: oktoberfest clothing crate + suffix: Oktoberfest + components: + - type: StorageFill + contents: + - id: ADTClothingUniformOktoberfestWhite + amount: 2 + - id: ADTClothingUniformOktoberfestBlueCheckered + amount: 2 + - id: ADTClothingUniformOktoberfestGreenVest + amount: 2 + - id: ADTClothingUniformOktoberfestRedCheckered + amount: 2 + - id: ADTClothingUniformOktoberfestGreenCheckered + amount: 2 + - id: ADTClothingUniformOktoberfestBlueVest + amount: 2 + - id: ADTClothingUniformOktoberfestRedVest + amount: 2 + - id: ADTClothingUniformOktoberfestDirndlShort + amount: 2 + - id: ADTClothingUniformOktoberfestDirndlShortGreen + amount: 2 + - id: ADTClothingUniformOktoberfestDirndlShortRed + amount: 2 + - id: ADTClothingUniformOktoberfestDirndlShortBlue + amount: 2 + - id: ADTClothingUniformOktoberfestDirndlBlue + amount: 2 + - id: ADTClothingUniformOktoberfestDirndlRed + amount: 2 + - id: ADTClothingUniformOktoberfestDirndlGreen + amount: 2 + - id: ADTClothingHeadHatsBavarianHat + amount: 2 + - id: ADTClothingHeadHatsBavarianHatBlueBorder + amount: 2 + - id: ADTClothingHeadHatsBavarianHatRedBorder + amount: 2 + - id: ADTClothingHeadHatsBavarianHatGreenBorder + amount: 2 + - id: ADTClothingHeadHatsBavarianHatBlue + amount: 2 + - id: ADTClothingHeadHatsBavarianHatGreen + amount: 2 + - id: ADTClothingHeadHatsBavarianHatRed + amount: 2