Skip to content

Commit

Permalink
TofuPie
Browse files Browse the repository at this point in the history
  • Loading branch information
quartuG3 committed Jun 18, 2024
1 parent 1ba260d commit f151b71
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ent-FoodPiePumpkin = тыквенный пирог
.desc = Нежное тесто, наполненное ароматной тыквенной начинкой.
ent-FoodPiePumpkinSlice = кусок тыквенного пирога
.desc = { ent-FoodPiePumpkin.desc }
ent-FoodPieTofu = пирог из тофу
.desc = Без мяса, но всё ещё вкусно!
ent-FoodPieTofuSlice = кусок пирога из тофу
.desc = { ent-FoodPieTofu.desc }
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#pumpkin pie
- type: entity
name: pumpkin pie
parent: FoodPieBase
Expand All @@ -12,7 +13,7 @@
sprite: Starshine/Objects/Consumable/Food/Baked/pumpkinpie.rsi
state: pumpkinpie
- type: SliceableFood
slice: FoodPieAppleSlice
slice: FoodPiePumpkinSlice
- type: Tag
tags:
- Pie
Expand All @@ -21,6 +22,7 @@
name: slice of pumpkin pie
parent: FoodPieSliceBase
id: FoodPiePumpkinSlice
description: Tender dough filled with a flavorful pumpkin filling.
components:
- type: FlavorProfile
flavors:
Expand All @@ -33,3 +35,39 @@
tags:
- Pie
- Slice

#tofu pie
- type: entity
name: tofu pie
parent: FoodPieBase
id: FoodPieTofu
description: Meatless, but still delicious!
components:
- type: FlavorProfile
flavors:
- tofu
- type: Sprite
sprite: Starshine/Objects/Consumable/Food/Baked/tofupie.rsi
state: tofupie
- type: SliceableFood
slice: FoodPieTofuSlice
- type: Tag
tags:
- Pie

- type: entity
name: slice of tofu pie
parent: FoodPieSliceBase
id: FoodPieTofuSlice
description: Meatless, but still delicious!
components:
- type: FlavorProfile
flavors:
- tofu
- type: Sprite
sprite: Starshine/Objects/Consumable/Food/Baked/tofu.rsi
state: pumpkinpie-slice
- type: Tag
tags:
- Pie
- Slice
10 changes: 10 additions & 0 deletions Resources/Prototypes/Starshine/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,13 @@
reagents:
Sugar: 10
Milk: 10

- type: microwaveMealRecipe
id: RecipeTofuPie
name: tofu pie recipe
result: FoodPieTofu
time: 15
solids:
FoodDoughPie: 1
FoodTofu: 1
FoodPlateTin: 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "By GreedL",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "tofupie-slice"
},
{
"name": "tofupie"
}
]
}
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 f151b71

Please sign in to comment.