Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ ent-ADTFoodSoupSawdust = суп с опилками

ent-ADTFoodSoupUzbekPilaf = плов
.desc = Национальные блюдо восточной и среднеазиатской кухни.

ent-ADTFoodSoupAnimalEyeball = суп с животными глазными яблоками
.desc = Он смотрит на тебя в ответ...
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,32 @@
- ReagentId: Nutriment
Quantity: 8
- ReagentId: Vitamin
Quantity: 5
Quantity: 5

- type: entity
name: animal eyeball soup
parent: FoodBowlBase
id: ADTFoodSoupAnimalEyeball # TODO Удалить когда рецепты будут по тэгам а не по id
description: It's looking back at you...
components:
- type: FlavorProfile
flavors:
- tomato
- squirming
- type: Sprite
layers:
- state: bowl
- state: eyeball
- type: SolutionContainerManager
solutions:
food:
maxVol: 40
reagents:
- ReagentId: Nutriment
Quantity: 10
- ReagentId: Vitamin
Quantity: 15
- type: Tag
tags:
- Meat
- Soup
16 changes: 16 additions & 0 deletions Resources/Prototypes/ADT/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,22 @@
recipeType:
- Oven

- type: microwaveMealRecipe
id: ADTFoodSoupAnimalEyeball
name: animal eyeball soup recipe
result: ADTFoodSoupAnimalEyeball
time: 10
group: Soup
reagents:
Water: 10
solids:
FoodBowlBig: 1
ADTOrganAnimalEyes: 1
FoodCarrot: 1
FoodPotato: 1
recipeType:
- Oven

- type: microwaveMealRecipe
id: ADTFoodRelaxPillRecipe
name: relax pill
Expand Down
Loading