Skip to content

Commit

Permalink
Add Fish and Chips, remove carpotoxin from meals (Nyanotrasen#908)
Browse files Browse the repository at this point in the history
- add: Adds fish and chips as a recipe.
- remove: Removes carpotoxin from fish-related recipes.
  • Loading branch information
Colin-Tel authored Dec 25, 2022
1 parent ca9baa0 commit cceb2ae
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 4 deletions.
31 changes: 27 additions & 4 deletions Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,33 @@
reagents:
- ReagentId: Nutriment
Quantity: 6
- ReagentId: CarpoToxin
- ReagentId: Protein
Quantity: 3
# Tastes like fish, batter, hot peppers.

- type: entity
name: fish and chips
parent: FoodMealBase
id: FoodMealFishChips
description: A dish that consists of fried fish and potatoes.
components:
- type: FlavorProfile
flavors:
- fishy
- batter
- type: Sprite
state: fishandchips
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 4
- ReagentId: Protein
Quantity: 3
# Tastes like fish and batter.

- type: entity
name: corned beef and cabbage
parent: FoodMealBase
Expand Down Expand Up @@ -472,7 +495,7 @@
name: Sashimi
parent: FoodMealBase
id: FoodMealSashimi
description: Its taste can only be described as "Exotic". The poisoning though? That's pretty common.
description: Its taste can only be described as "Exotic".
components:
- type: FlavorProfile
flavors:
Expand All @@ -485,9 +508,9 @@
maxVol: 18
reagents:
- ReagentId: Nutriment
Quantity: 2
- ReagentId: Protein
Quantity: 6
- ReagentId: CarpoToxin
Quantity: 15
# tastes exotic

- type: entity
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,16 @@
FoodChili: 1
FoodMeatFish: 2

- type: microwaveMealRecipe
id: RecipeFishChips
name: fish and chips recipe
result: FoodMealFishChips
time: 15
solids:
FoodDough: 1
FoodPotato: 1
FoodMeatFish: 1

- type: microwaveMealRecipe
id: RecipeSashimi
name: sashimi recipe
Expand Down

0 comments on commit cceb2ae

Please sign in to comment.