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
1 parent
6d4f8a4
commit 896cb6f
Showing
12 changed files
with
65 additions
and
65 deletions.
There are no files selected for viewing
Empty file.
5 changes: 5 additions & 0 deletions
5
Resources/Locale/ru-RU/_corvaxnext/entities/objects/consumable/food/shaverma.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,5 @@ | ||
ent-FoodShavermaUnbaked = Заготовка шавермы | ||
.desc = Пища богов, осталось только подогреть. | ||
ent-FoodShavermaBaked = Шаверма | ||
.desc = Пища богов. |
2 changes: 0 additions & 2 deletions
2
...Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/baked/shaverma-baked.ftl
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...ces/Locale/ru-RU/ss14-ru/prototypes/entities/objects/consumable/food/shaverma-unbaked.ftl
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/shaverma-baked.yml
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
Resources/Prototypes/Entities/Objects/Consumable/Food/shaverma-unbaked.yml
This file was deleted.
Oops, something went wrong.
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
41 changes: 41 additions & 0 deletions
41
Resources/Prototypes/_CorvaxNext/Entities/Objects/Consumable/Food/shaverma.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,41 @@ | ||
- type: entity | ||
parent: FoodMealBase | ||
id: FoodShavermaBaked | ||
components: | ||
- type: Item | ||
storedRotation: -90 | ||
- type: Food | ||
transferAmount: 3 | ||
- type: Sprite | ||
sprite: _CorvaxNext/Objects/Consumable/Food/shavuha.rsi | ||
layers: | ||
- state: baked | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
canReact: false # Dont want cause reactions inside tacos after merging ingredients | ||
maxVol: 10 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 7.4 | ||
|
||
- type: entity | ||
parent: FoodMealBase | ||
id: FoodShavermaUnbaked | ||
components: | ||
- type: Item | ||
storedRotation: -90 | ||
- type: Food | ||
transferAmount: 3 | ||
- type: Sprite | ||
sprite: Objects/Consumable/Food/shavuha.rsi | ||
layers: | ||
- state: unbaked | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
canReact: false # Dont want cause reactions inside tacos after merging ingredients | ||
maxVol: 10 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 4.5 |
19 changes: 19 additions & 0 deletions
19
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,19 @@ | ||
# Corvax-Next-Shaverma-Start | ||
- type: microwaveMealRecipe | ||
id: RecipeShaverma-unbaked | ||
name: The best food ever | ||
result: Shaverma-unbaked | ||
time: 1 | ||
solids: | ||
FoodMeat: 2 | ||
FoodDough: 1 | ||
FoodTomato: 1 | ||
|
||
- type: microwaveMealRecipe | ||
id: RecipeShaverma-baked | ||
name: The best food ever | ||
result: Shaverma-baked | ||
time: 15 | ||
solids: | ||
Shaverma-unbaked: 1 | ||
# Corvax-Next-Shaverma-End |
File renamed without changes
File renamed without changes.
File renamed without changes