Skip to content

Commit

Permalink
Harpy Wings (Simple-Station#545)
Browse files Browse the repository at this point in the history
# Description

Adds a new food item that utilizes the legs of harpies. Yes, I know the
wings aren't where the legs are. Just don't question it too much.

---

<details><summary><h1>Media</h1></summary>
<p>

![Example Media
Embed](https://cdn.discordapp.com/attachments/348325925047238656/1261427352102244403/2024-07-12_13-59-08.mp4)

</p>
</details>

---

# Changelog

:cl:
- add: Added Harpy Wings as a delicious dish.

---------

Signed-off-by: dootythefrooty <137359445+dootythefrooty@users.noreply.github.com>
Co-authored-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com>
  • Loading branch information
dootythefrooty and DEATHB4DEFEAT authored Jul 16, 2024
1 parent 9ea7ce3 commit 79bcb0e
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
21 changes: 21 additions & 0 deletions Resources/Prototypes/Entities/Objects/Consumable/Food/meals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -609,3 +609,24 @@
Quantity: 4
- ReagentId: Vitamin
Quantity: 4

- type: entity
name: harpy wings
parent: FoodMealBase
id: FoodHarpyWings
description: It's a bit stringy.
components:
- type: FlavorProfile
flavors:
- chicken
- type: Sprite
state: harpywings
- type: SolutionContainerManager
solutions:
food:
maxVol: 25
reagents:
- ReagentId: Nutriment
Quantity: 13
- ReagentId: Protein
Quantity: 7
9 changes: 9 additions & 0 deletions Resources/Prototypes/Recipes/Cooking/meal_recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1423,6 +1423,15 @@
FoodSnackChocolateBar: 2
FoodEgg: 3

- type: microwaveMealRecipe
id: RecipeHarpyWings
name: harpy wings recipe
result: FoodHarpyWings
time: 15
solids:
LeftLegHarpy: 1
RightLegHarpy: 1

#Donks i guess
- type: microwaveMealRecipe
id: RecipeWarmDonkpocket
Expand Down
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
@@ -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, taco from https://github.com/ss220-space/Paradise/commit/6c9bd827610433093a79d814b96bd50f9cf12eec, corn in butter from im_kreks",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, taco from https://github.com/ss220-space/Paradise/commit/6c9bd827610433093a79d814b96bd50f9cf12eec, corn in butter from im_kreks, harpywings from dootythefrooty",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -150,6 +150,9 @@
},
{
"name": "corn-in-butter"
},
{
"name": "harpywings"
}
]
}

0 comments on commit 79bcb0e

Please sign in to comment.