Skip to content

Commit

Permalink
еда 3 рецепта
Browse files Browse the repository at this point in the history
3 рецепта восточных блюд
  • Loading branch information
Hubabuber committed Sep 21, 2023
1 parent 223cd1d commit 6025fac
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,32 @@
- ReagentId: DoctorsDelight
Quantity: 5

- type: entity
name: Шурпа
parent: FoodBowlBaseEast
id: FoodBakedShurpa
description: Ты незнаешь что такое шурпа?
components:
- type: FlavorProfile
flavors:
- meaty
- potatoes
- type: Sprite
layers:
- state: bowl
- state: shurpa
- type: SolutionContainerManager
solutions:
food:
maxvol: 15
reagents:
- ReagentId: Nutriment
Quantity: 16
- ReagentId: Vitamin
Quantity: 6
- ReagentId: DoctorsDelight
Quantity: 10

- type: entity
name: самса
parent: FoodBakedMediumEastBase
Expand All @@ -263,4 +289,30 @@
- type: FlavorProfile
flavors:
- magical
- funny

- type: entity
name: лепёшки
parent: FoodBakedMediumEastBase
id: FoodBakedTortillas
description: восточные лепёшки
components:
- type: Sprite
state: EastTortillas
- type: FlavorProfile
flavors:
- magical
- shocking

- type: entity
name: манты
parent: FoodBakedMediumEastBase
id: FoodBakedMantas
description: сочные, очень...
components:
- type: Sprite
state: mantas
- type: FlavorProfile
flavors:
- bacon
- funny
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,12 @@
id: RecipeFoodBakedCurry
name: рецепт кари
result: FoodBakedCurry
time: 10
time: 20
solids:
FoodSoybeans: 2
FoodPotato: 2
FoodTomato: 1
FoodBowlBig: 1
reagents:
Blackpepper: 5
TableSalt: 1
Expand All @@ -124,13 +125,16 @@
id: RecipeFoodBakedPlow
name: рецепт плова
result: FoodBakedPlow
time: 10
time: 25
solids:
FoodDoughSlice: 2
FoodMeatCutlet: 2
FoodTomato: 1
FoodGarlic: 1
FoodBowlBig: 1
reagents:
Blackpepper: 7
TableSalt: 2
Rice: 15

- type: microwaveMealRecipe
id: RecipeFoodBakedSamsa
Expand All @@ -144,3 +148,42 @@
Blackpepper: 7
TableSalt: 2

- type: microwaveMealRecipe
id: RecipeFoodBakedShurpa
name: рецепт шурпы
result: FoodBakedShurpa
time: 20
solids:
FoodPotato: 2
FoodTomato: 1
FoodMeat: 1
FoodCabbage: 1
FoodOnion: 1
FoodGarlic: 1
FoodBowlBig: 1
reagents:
Blackpepper: 5
TableSalt: 1
OilOlive: 1

- type: microwaveMealRecipe
id: RecipeFoodBakedTortillas
name: рецепт лепёшек
result: FoodBakedTortillas
time: 5
solids:
FoodDoughSlice: 1
reagents:
OilOlive: 5

- type: microwaveMealRecipe
id: RecipeFoodBakedMantas
name: рецепт мантов
result: FoodBakedMantas
time: 15
solids:
FoodDoughSlice: 2
FoodMeatCutlet: 2
reagents:
Water: 15

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.
9 changes: 9 additions & 0 deletions Resources/Textures/_Ck/Objects/Food/East.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
},
{
"name": "plow"
},
{
"name": "shurpa"
},
{
"name": "mantas"
},
{
"name": "EastTortillas"
}
]
}
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 6025fac

Please sign in to comment.