forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 46
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
98 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/entities/objects/consumable/food/shawarma.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 @@ | ||
food-chicken-shawarma-eat = На вкус как еда с вокзала |
57 changes: 57 additions & 0 deletions
57
Resources/Prototypes/_CorvaxNext/Entities/Objects/Consumable/Food/shawarma.yml
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,57 @@ | ||
#base | ||
- type: entity | ||
parent: FoodMealBase | ||
id: FoodShawarmaBase | ||
abstract: true | ||
components: | ||
- type: Item | ||
storedRotation: -90 | ||
- type: Food | ||
eatMessage: food-chicken-shawarma-eat | ||
transferAmount: 5 | ||
- type: Sprite | ||
sprite: _CorvaxNext/Objects/Consumable/Food/shawarma.rsi | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 22 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 5 | ||
- ReagentId: Protein | ||
Quantity: 9 | ||
- ReagentId: Vitamin | ||
Quantity: 4 | ||
|
||
- type: entity | ||
name: Лаваш | ||
parent: FoodBakingBase | ||
id: FoodDoughPita | ||
description: Тонкая воздушная лепешка. Йа твой лавашъ кетчуп мазаль | ||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- chalky | ||
- dough | ||
- type: Sprite | ||
sprite: _CorvaxNext/Objects/Consumable/Food/shawarma.rsi | ||
state: pita | ||
|
||
#SHAWARMA!! Net, zaverton! | ||
|
||
- type: entity | ||
name: Куриный завертон | ||
parent: FoodMealBase | ||
id: FoodChickenShawarma | ||
description: Это шаурма! Или шаверма?.. Настолько сочная, что лаваш снизу подтекает. | ||
components: | ||
- type: Item | ||
storedRotation: -90 | ||
- type: Food | ||
eatMessage: food-chicken-shawarma-eat | ||
transferAmount: 5 | ||
- type: Sprite | ||
sprite: _CorvaxNext/Objects/Consumable/Food/shawarma.rsi | ||
layers: | ||
- state: shawarma-base | ||
|
23 changes: 23 additions & 0 deletions
23
Resources/Prototypes/_CorvaxNext/Recipes/Cooking/meal_recipes.yml
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: microwaveMealRecipe | ||
id: RecipeFoodChickenShawarma | ||
name: Zaverton | ||
result: FoodChickenShawarma | ||
time: 10 | ||
reagents: | ||
Ketchunaise: 5 | ||
solids: | ||
FoodDoughPita: 1 | ||
FoodMeatChickenCutletCooked: 2 | ||
FoodTomato: 1 | ||
FoodOnionSlice: 2 | ||
FoodCarrot: 1 | ||
|
||
- type: microwaveMealRecipe | ||
id: RecipedoughPita | ||
name: lavash | ||
result: FoodDoughPita | ||
time: 5 | ||
reagents: | ||
TableSalt: 5 | ||
solids: | ||
FoodDoughFlat: 1 |
17 changes: 17 additions & 0 deletions
17
Resources/Textures/_CorvaxNext/Objects/Consumable/Food/shawarma.rsi/meta.json
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,17 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-4.0", | ||
"copyright": "Created by sspetishes.", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "shawarma-base" | ||
}, | ||
{ | ||
"name": "pita" | ||
} | ||
] | ||
} |
Binary file added
BIN
+435 Bytes
Resources/Textures/_CorvaxNext/Objects/Consumable/Food/shawarma.rsi/pita.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+973 Bytes
...ces/Textures/_CorvaxNext/Objects/Consumable/Food/shawarma.rsi/shawarma-base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.