Skip to content

Commit

Permalink
Pear fixes, pear flavor, pear ID consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Sep 27, 2024
1 parent aff5c46 commit 3de3275
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
- Fruit

- type: entity
name: poached pear
name: poached pears
parent: FoodBowlBase
id: FoodMealPoachedPears
description: The classiest use for a can of wine.
Expand Down Expand Up @@ -305,13 +305,12 @@
Quantity: 8
- type: Tag
tags:
- Vegetable
- Fruit

- type: entity
name: belle pear
name: pears belle helene
parent: FoodBowlBase
id: FoodMealBellaPears
id: FoodMealPearsBelleHelene
description: The delicate flavor of the immaculate pear drenched in chocolate.
components:
- type: FlavorProfile
Expand Down Expand Up @@ -339,14 +338,13 @@
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.
id: FoodBakedMuffinPear
description: I won't tell if you just try to pick out the chocolate.
components:
- type: FlavorProfile
flavors:
Expand All @@ -372,13 +370,12 @@
Quantity: 1
- type: Tag
tags:
- Vegetable
- Fruit

- type: entity
name: pear and cheese tart
parent: FoodPieBase
id: FoodMealPearTart
id: FoodTartPearCheese
description: The most sublime pair.
components:
- type: FlavorProfile
Expand All @@ -391,17 +388,6 @@
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
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/_NF/Flavors/flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@
id: cucumber
flavorType: Complex
description: flavor-complex-cucumber

- type: flavor
id: pear
flavorType: Complex
description: flavor-complex-pear
23 changes: 11 additions & 12 deletions Resources/Prototypes/_NF/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@

- type: microwaveMealRecipe
id: RecipeRaisins
name: raisins
name: raisins recipe
result: ReagentContainerRaisin # A little bit cursed, spawning a bag
time: 30
solids:
Expand All @@ -169,7 +169,7 @@

- type: microwaveMealRecipe
id: RecipePoachedPears
name: poached pears
name: poached pears recipe
result: FoodMealPoachedPears
time: 10
solids:
Expand All @@ -180,9 +180,9 @@
Wine: 10

- type: microwaveMealRecipe
id: RecipeBellaPears
name: bella pears
result: FoodMealBellaPears
id: RecipePearsBelleHelene
name: pears belle helene recipe
result: FoodMealPearsBelleHelene
time: 10
solids:
FoodBowlBig: 1
Expand All @@ -194,8 +194,8 @@

- type: microwaveMealRecipe
id: RecipePearMuffin
name: pear muffin
result: FoodMealPearMuffin
name: pear muffin recipe
result: FoodBakedMuffinPear
time: 10
solids:
FoodPear: 1
Expand All @@ -207,15 +207,14 @@

- type: microwaveMealRecipe
id: RecipePearCheeseTart
name: pear and goat cheese tart
result: FoodMealPearTart
time: 10
name: pear and cheese tart recipe
result: FoodTartPearCheese
time: 15
solids:
FoodPlateTin: 1
FoodDoughPie: 1
FoodPear: 3
FoodPear: 2
FoodChevre: 1
FoodButter: 1

# NOT ACTUAL FOOD

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, pearandcheese by dustylens (GitHub)",
"size": {
"x": 32,
"y": 32
Expand Down

0 comments on commit 3de3275

Please sign in to comment.