forked from AdventureTimeSS14/space_station_ADT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
99 additions
and
0 deletions.
There are no files selected for viewing
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-ADTCrateOktoberfestSnack = ящик закусок к пиву | ||
.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-ADTCrateOktoberfestCloth = ящик одежды для Октоберфеста | ||
.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: ADTFunOktoberfestCloth | ||
icon: | ||
sprite: ADT/Clothing/Uniforms/Jumpskirt/oktoberfest_dirndlblue.rsi | ||
state: icon | ||
product: ADTCrateOktoberfestCloth | ||
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: 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 |
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: 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 |