Skip to content

Commit

Permalink
Mashed potatoes
Browse files Browse the repository at this point in the history
  • Loading branch information
quartuG3 committed Jun 19, 2024
1 parent 925dedd commit 77e4c31
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
ent-FoodPlov = плов
.desc = Ароматный рис, приготовленный с мясом, морковью и специями.
ent-FoodMashedPotatoes = картофельное пюре
.desc = Нежное блюдо, приготовленное из картофеля, молока и масла.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#plov
- type: entity
name: plov
parent: FoodBowlBase
Expand All @@ -12,3 +13,18 @@
- type: Sprite
sprite: Starshine/Objects/Consumable/Food/plov.rsi
state: plov

#mashed potatoes
- type: entity
name: mashed potatoes
parent: FoodBowlBase
id: FoodMashedPotatoes
description: A tender dish made with potatoes, milk and butter.
components:
- type: FlavorProfile
flavors:
- potatoes
- milk
- type: Sprite
sprite: Starshine/Objects/Consumable/Food/mashedpotatoes.rsi
state: mashedpotatoes
12 changes: 12 additions & 0 deletions Resources/Prototypes/Starshine/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,15 @@
FoodPlate: 1
reagents:
TableSalt: 5

- type: microwaveMealRecipe
id: RecipeMashedPotatoes
name: mashed potatoes recipe
result: FoodMashedPotatoes
time: 15
solids:
FoodPotato: 3
FoodButter: 1
FoodBowlBig: 1
reagents:
Milk: 10
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "By GreedL",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "mashedpotatoes"
}
]
}

0 comments on commit 77e4c31

Please sign in to comment.