Skip to content

Commit

Permalink
add zaverton
Browse files Browse the repository at this point in the history
  • Loading branch information
VulfiMoon committed Nov 14, 2024
1 parent a3f519e commit 8b628e5
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
food-chicken-shawarma-eat = На вкус как еда с вокзала
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 Resources/Prototypes/_CorvaxNext/Recipes/Cooking/meal_recipes.yml
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
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"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b628e5

Please sign in to comment.