Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds four new pear based meal recipes. #2047

Merged
merged 7 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from 5 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
131 changes: 131 additions & 0 deletions Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/meals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,134 @@
tags:
- Vegetable
- Fruit

- type: entity
name: poached pear
whatston3 marked this conversation as resolved.
Show resolved Hide resolved
parent: FoodBowlBase
id: FoodMealPoachedPears
description: The classiest use for a can of wine.
components:
- type: FlavorProfile
flavors:
- fruity
- alcohol
- pear
- type: Sprite
sprite: _NF/Objects/Consumable/Food/bowl.rsi
layers:
- state: bowl
- state: poachedpear
- type: SolutionContainerManager
solutions:
food:
maxVol: 25
reagents:
- ReagentId: Nutriment
Quantity: 12
- ReagentId: Vitamin
Quantity: 5
- ReagentId: Flavorol
Quantity: 8
- type: Tag
tags:
- Vegetable
- Fruit

- type: entity
name: belle pear
arimah marked this conversation as resolved.
Show resolved Hide resolved
parent: FoodBowlBase
id: FoodMealBellaPears
description: The delicate flavor of the immaculate pear drenched in chocolate.
components:
- type: FlavorProfile
flavors:
- chocolate
- pear
- creamy
- type: Sprite
sprite: _NF/Objects/Consumable/Food/bowl.rsi
layers:
- state: bowl
- state: bellepear
- type: SolutionContainerManager
solutions:
food:
maxVol: 35
reagents:
- ReagentId: Nutriment
Quantity: 12
- ReagentId: Vitamin
Quantity: 8
- ReagentId: Flavorol
Quantity: 8
- ReagentId: Theobromine
Quantity: 3
- type: Tag
tags:
- Vegetable
- Fruit

- type: entity
name: pear muffin
parent: FoodMealBase
id: FoodMealPearMuffin
description: I wont tell if you just try to pick out the chocolate.
components:
- type: FlavorProfile
flavors:
- chocolate
- muffin
- pear
- type: Sprite
sprite: _NF/Objects/Consumable/Food/Baked/bread.rsi
state: pearmuffin
scale: .75, .75
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: Vitamin
Quantity: 4
- ReagentId: Flavorol
Quantity: 2
- ReagentId: Theobromine
Quantity: 1
- type: Tag
tags:
- Vegetable
- Fruit

- type: entity
name: pear and cheese tart
parent: FoodPieBase
id: FoodMealPearTart
description: The most sublime pair.
components:
- type: FlavorProfile
flavors:
- sweet
- cheesy
- pear
- type: Sprite
sprite: _NF/Objects/Consumable/Food/Baked/pie.rsi
layers:
- state: tin
- state: pearandcheese
- type: SolutionContainerManager
solutions:
food:
maxVol: 30
reagents:
- ReagentId: Nutriment
Quantity: 12
- ReagentId: Vitamin
Quantity: 8
- ReagentId: Flavorol
Quantity: 8
- type: Tag
tags:
- Fruit
- Pie
50 changes: 50 additions & 0 deletions Resources/Prototypes/_NF/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,56 @@
FoodCucumber: 1
reagents:
Saline: 10

- type: microwaveMealRecipe
id: RecipePoachedPears
name: poached pears
result: FoodMealPoachedPears
time: 10
solids:
FoodBowlBig: 1
FoodPear: 3
FoodOrange: 2
reagents:
Wine: 10

- type: microwaveMealRecipe
id: RecipeBellaPears
name: bella pears
whatston3 marked this conversation as resolved.
Show resolved Hide resolved
result: FoodMealBellaPears
time: 10
solids:
FoodBowlBig: 1
FoodPear: 3
FoodSnackChocolateBar: 2
FoodLemon: 1
reagents:
Cream: 5

- type: microwaveMealRecipe
id: RecipePearMuffin
name: pear muffin
result: FoodMealPearMuffin
time: 10
solids:
FoodPear: 1
FoodSnackChocolateBar: 1
reagents:
Flour: 5
Oats: 5
Sugar: 5

- type: microwaveMealRecipe
id: RecipePearCheeseTart
name: pear and goat cheese tart
result: FoodMealPearTart
time: 10
solids:
FoodPlateTin: 1
FoodDoughPie: 1
FoodPear: 3
FoodChevre: 1
FoodButter: 1
whatston3 marked this conversation as resolved.
Show resolved Hide resolved

# NOT ACTUAL FOOD

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
{
"name": "cucumbersandwich"
},
{
"name": "pearmuffin"
},
{
"name": "inhand-right",
"directions": 4
Expand Down
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.
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,25 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, mime tart slice and banana cream pie slice from rosysyntax under under CC BY-SA 4.0",
whatston3 marked this conversation as resolved.
Show resolved Hide resolved
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "inhand-right",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "tin"
},
{
"name": "pearandcheese"
}
]
}
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.
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
Expand Up @@ -14,7 +14,13 @@
"name": "greek"
},
{
"name": "avocado"
"name": "avocado"
},
{
"name": "poachedpear"
},
{
"name": "bellepear"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading