Skip to content

Commit

Permalink
some codestyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jailedfish committed Nov 11, 2024
1 parent 6d4f8a4 commit 896cb6f
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 65 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ent-FoodShavermaUnbaked = Заготовка шавермы
.desc = Пища богов, осталось только подогреть.
ent-FoodShavermaBaked = Шаверма
.desc = Пища богов.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,6 @@
solids:
FoodDoughSlice: 1 # one third of a standard bread dough recipe

# 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
#Bagels
- type: microwaveMealRecipe
id: RecipeBagel
Expand Down
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 Resources/Prototypes/_CorvaxNext/Recipes/Cooking/meal_recipes.yml
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

0 comments on commit 896cb6f

Please sign in to comment.