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

rouny meat and steak #20526

Merged
merged 4 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions Resources/Locale/en-US/flavors/flavor-profiles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ flavor-complex-parents = like someone's parents
flavor-complex-plastic = like plastic
flavor-complex-glue = like glue
flavor-complex-spaceshroom-cooked = like space umami
flavor-complex-lost-friendship = like lost friendship

# Drink-specific flavors.

Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,11 @@
drawdepth: Mobs
sprite: Mobs/Aliens/Xenos/rouny.rsi
offset: 0,0.6
- type: Butcherable
butcheringType: Spike
spawned:
- id: FoodMeatRouny
amount: 3

- type: entity
name: Spitter
Expand Down
56 changes: 56 additions & 0 deletions Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,34 @@
count: 3
slice: FoodMeatXenoCutlet

- type: entity
name: raw rouny meat
# not raw since rouny best
parent: FoodMeatBase
id: FoodMeatRouny
description: A slab of meat from an innocent red friend.
components:
- type: FlavorProfile
flavors:
- meaty
- acid
- lostfriendship
- type: Tag
tags:
- Raw
- type: Sprite
state: rouny
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: SulfuricAcid
Quantity: 20
- type: Construction
graph: RounySteak
node: start
defaultTarget: rouny steak

- type: entity
name: killer tomato meat
parent: FoodMeatBase
Expand Down Expand Up @@ -848,6 +876,34 @@
graph: GoliathSteak
node: goliath steak

- type: entity
name: rouny steak
parent: FoodMeatBase
id: FoodMeatRounyCooked
description: Some kill to survive. You on the other hand, kill for fun.
components:
- type: FlavorProfile
flavors:
- meaty
- lostfriendship
- type: Tag
tags:
- Cooked
- type: Sprite
layers:
- state: rouny-cooked
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Nutriment
Quantity: 10
- ReagentId: Protein
Quantity: 10
- type: Construction
graph: RounySteak
node: rouny steak

- type: entity
name: lizard steak
parent: FoodMeatBase
Expand Down
7 changes: 6 additions & 1 deletion Resources/Prototypes/Flavors/flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -837,4 +837,9 @@
- type: flavor
id: spaceshroomcooked
flavorType: Complex
description: flavor-complex-spaceshroom-cooked
description: flavor-complex-spaceshroom-cooked

- type: flavor
id: lostfriendship
flavorType: Complex
description: flavor-complex-lost-friendship
13 changes: 13 additions & 0 deletions Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,16 @@

- node: goliath steak
entity: FoodMeatGoliathCooked

# rouny steak
- type: constructionGraph
id: RounySteak
start: start
graph:
- node: start
edges:
- to: rouny steak
steps:
- minTemperature: 445 #rouny
- node: rouny steak
entity: FoodMeatRounyCooked
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 and modified by Swept and potato1234x at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa",
"copyright": "Taken from tgstation and modified by Swept, potato1234x and deltanedas at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -188,6 +188,12 @@
},
{
"name": "dragon_veins"
},
{
"name": "rouny"
},
{
"name": "rouny-cooked"
}
]
}
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.