-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## О пулл реквесте Еда к Октоберфесту :cl: - add: Добавлены закуски к Октоберфесту
- Loading branch information
Showing
132 changed files
with
1,234 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
Resources/Locale/ru-RU/ADT/prototypes/Catalog/Fills/Crates/food.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ent-ADTCrateFoodOktoberfestSnack = ящик закусок к пиву | ||
.desc = Ящик с набором колбасок и кренделей, чтобы закусывать пиво на Октоберфесте. Ну или в техах под карго. | ||
.suffix = { "Октоберфест" } |
3 changes: 3 additions & 0 deletions
3
Resources/Locale/ru-RU/ADT/prototypes/Catalog/Fills/Crates/fun.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
ent-ADTCrateFunOktoberfestClothes = ящик одежды для Октоберфеста | ||
.desc = Ящик с набором мужской и женской традиционной одежды для Октоберфеста. | ||
.suffix = { "Октоберфест" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Consumable/Food/Baked/misc.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
ent-ADTFoodBakedBrezel = брецель | ||
.desc = Обычный крендель, популярная закуска на Октоберфесте. | ||
.suffix = { "Октоберфест" } | ||
ent-ADTFoodBakedBrezelPoppySeeds = брецель с маком | ||
.desc = Крендель с маковой посыпкой, популярная закуская на Октоберфесте. | ||
.suffix = { "Октоберфест" } | ||
ent-ADTFoodBakedBrezelSalt = брецель с солью | ||
.desc = Крендель с солью, популярная закуска на Октоберфесте. | ||
.suffix = { "Октоберфест" } | ||
ent-ADTFoodBakedBrezelChocolate = брецель с шоколадом | ||
.desc = Крендель с шоколадной глазурью. Десет для посиделок с пивом на Октоберфесте. | ||
.suffix = { "Октоберфест" } | ||
ent-ADTFoodBakedBrezelVanilla = брецель с ванилью | ||
.desc = Крендель с ванильной глазурью. Десет для посиделок с пивом на Октоберфесте. | ||
.suffix = { "Октоберфест" } |
6 changes: 6 additions & 0 deletions
6
Resources/Locale/ru-RU/ADT/prototypes/Entities/Objects/Consumable/Food/meat.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
ent-ADTFoodMeatWeissWurst = вайсвурст | ||
.desc = Традиционная белая баварская колбаска из говядины, сала и специй. | ||
.suffix = { "Октоберфест" } | ||
ent-ADTFoodMeatBratWurst = братвурст | ||
.desc = Зажаренная колбаска из свинины, очень жирная и аппетитная. | ||
.suffix = { "Октоберфест" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- type: cargoProduct | ||
id: ADTFunOktoberfestClothes | ||
icon: | ||
sprite: ADT/Clothing/Uniforms/Jumpskirt/oktoberfest_dirndlblue.rsi | ||
state: icon | ||
product: ADTCrateFunOktoberfestClothes | ||
cost: 750 | ||
category: cargoproduct-category-name-fun | ||
group: market |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
- type: entity | ||
id: ADTCrateFoodOktoberfestSnack | ||
parent: CratePlastic | ||
name: oktoberfest snack crate | ||
description: oktoberfest snack crate | ||
suffix: Oktoberfest | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ADTFoodMeatWeissWurst | ||
amount: 5 | ||
- id: ADTFoodMeatBratWurst | ||
amount: 5 | ||
- id: ADTFoodBakedBrezel | ||
amount: 5 | ||
- id: ADTFoodBakedBrezelPoppySeeds | ||
amount: 3 | ||
- id: ADTFoodBakedBrezelSalt | ||
amount: 3 | ||
- id: ADTFoodBakedBrezelChocolate | ||
amount: 3 | ||
- id: ADTFoodBakedBrezelVanilla | ||
amount: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
- type: entity | ||
id: ADTCrateFunOktoberfestClothes | ||
parent: CratePlastic | ||
name: oktoberfest clothing crate | ||
description: oktoberfest clothing crate | ||
suffix: Oktoberfest | ||
components: | ||
- type: StorageFill | ||
contents: | ||
- id: ADTClothingUniformOktoberfestWhite | ||
amount: 1 | ||
- id: ADTClothingUniformOktoberfestBlueCheckered | ||
amount: 1 | ||
- id: ADTClothingUniformOktoberfestGreenVest | ||
amount: 1 | ||
- id: ADTClothingUniformOktoberfestRedCheckered | ||
amount: 1 | ||
- id: ADTClothingUniformOktoberfestGreenCheckered | ||
amount: 1 | ||
- id: ADTClothingUniformOktoberfestBlueVest | ||
amount: 1 | ||
- id: ADTClothingUniformOktoberfestRedVest | ||
amount: 1 | ||
- id: ADTClothingUniformOktoberfestDirndlShort | ||
amount: 1 | ||
- id: ADTClothingUniformOktoberfestDirndlShortGreen | ||
amount: 1 | ||
- id: ADTClothingUniformOktoberfestDirndlShortRed | ||
amount: 1 | ||
- id: ADTClothingUniformOktoberfestDirndlShortBlue | ||
amount: 1 | ||
- id: ADTClothingUniformOktoberfestDirndlBlue | ||
amount: 1 | ||
- id: ADTClothingUniformOktoberfestDirndlRed | ||
amount: 1 | ||
- id: ADTClothingUniformOktoberfestDirndlGreen | ||
amount: 1 | ||
- id: ADTClothingHeadHatsBavarianHat | ||
amount: 1 | ||
- id: ADTClothingHeadHatsBavarianHatBlueBorder | ||
amount: 1 | ||
- id: ADTClothingHeadHatsBavarianHatRedBorder | ||
amount: 1 | ||
- id: ADTClothingHeadHatsBavarianHatGreenBorder | ||
amount: 1 | ||
- id: ADTClothingHeadHatsBavarianHatBlue | ||
amount: 1 | ||
- id: ADTClothingHeadHatsBavarianHatGreen | ||
amount: 1 | ||
- id: ADTClothingHeadHatsBavarianHatRed | ||
amount: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.