Skip to content

Commit

Permalink
заказы одежды и закусок в карго
Browse files Browse the repository at this point in the history
  • Loading branch information
PyotrIgn committed Sep 20, 2024
1 parent 64ad188 commit 3cc6f2b
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ent-ADTCrateOktoberfestSnack = ящик закусок к пиву
.desc = Ящик с набором колбасок и кренделей, чтобы закусывать пиво на Октоберфесте. Ну или в техах под карго.
.suffix = { "Октоберфест" }
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ent-ADTCrateOktoberfestCloth = ящик одежды для Октоберфеста
.desc = Ящик с набором мужской и женской традиционной одежды для Октоберфеста.
.suffix = { "Октоберфест" }
10 changes: 10 additions & 0 deletions Resources/Prototypes/ADT/Catalog/Cargo/cargo_food.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 9 additions & 0 deletions Resources/Prototypes/ADT/Catalog/Cargo/cargo_fun.yml
Original file line number Diff line number Diff line change
@@ -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
23 changes: 23 additions & 0 deletions Resources/Prototypes/ADT/Catalog/Fills/Crates/food,.yml
Original file line number Diff line number Diff line change
@@ -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
51 changes: 51 additions & 0 deletions Resources/Prototypes/ADT/Catalog/Fills/Crates/fun.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3cc6f2b

Please sign in to comment.