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

Meat Patty #34896

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Meat Patty #34896

wants to merge 6 commits into from

Conversation

SG6732
Copy link
Contributor

@SG6732 SG6732 commented Feb 5, 2025

About the PR

  • Added cookable meat patties, can be crafted by using a rolling pin on a meatball. Can be cooked on a electric grill for around the same nutritional value as a typical steak.

Why / Balance

First step in a longer process to potentially revamp cooking in SS14 in line with how it's done in /tg/ or fulpstation for added cooking complexity and gameplay. Will look into using it for hamburger recipes next.

Technical details

adds raw meat patties and cooked patties
adds construction graphs for the flattening and cooking mechanics.

Media

image

Requirements

Changelog

🆑

  • add: Added meat patties. Get the charcoal and let's start grillin.

@github-actions github-actions bot added S: Untriaged Status: Indicates an item has not been triaged and doesn't have appropriate labels. size/S Denotes a PR that changes 10-99 lines. Changes: No C# Changes: Requires no C# knowledge to review or fix this item. Changes: Sprites Changes: Might require knowledge of spriting or visual design. and removed S: Untriaged Status: Indicates an item has not been triaged and doesn't have appropriate labels. size/S Denotes a PR that changes 10-99 lines. labels Feb 5, 2025
Copy link
Contributor

github-actions bot commented Feb 5, 2025

RSI Diff Bot; head commit c718783 merging into a725de1
This PR makes changes to 1 or more RSIs. Here is a summary of all changes:

Resources/Textures/Objects/Consumable/Food/meat.rsi

State Old New Status
patty Added
raw_patty Added

Edit: diff updated after c718783

Comment on lines 330 to 332


# patty
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this if you decided to move the graph to its own file

Comment on lines 177 to 192
# meat patty "steak"
- type: constructionGraph
id: CookedPatty
start: start
graph:
- node: start
edges:
- to: cooked meat patty
completed:
- !type:PlaySound
sound: /Audio/Effects/sizzle.ogg
steps:
- minTemperature: 335
- node: cooked meat patty
entity: FoodMeatPattyCooked

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would just have this in the patty yml for clarity. But that's my opinion.

@ArtisticRoomba ArtisticRoomba added P3: Standard Priority: Default priority for repository items. T: New Feature Type: New feature or content, or extending existing content S: Needs Review Status: Requires additional reviews before being fully accepted DB: Beginner Friendly Difficulty: Great for beginners. Unambiguous in scope, and explains how to achieve the result. A: Service Area: Service department, including cooking, botany, etc labels Feb 5, 2025
@github-actions github-actions bot added the size/S Denotes a PR that changes 10-99 lines. label Feb 5, 2025
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation and modified by Swept, potato1234x and deltanedas at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, snail by IproduceWidgets (github) and Kezu (discord), anomalymeat/cooked by august-sun",
"copyright": "Taken from tgstation and modified by Swept, potato1234x and deltanedas at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, snail by IproduceWidgets (github) and Kezu (discord), anomalymeat/cooked by august-sun, raw and cooked patty taken from tgstation at https://github.com/tgstation/tgstation/blob/465f654548bc123c1f5846f135a0ed4897c5f6f0/icons/obj/food/meat.dmi",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll want to reference the exact commit you took it from, not a blob.

See https://github.com/tgstation/tgstation/commits/465f654548bc123c1f5846f135a0ed4897c5f6f0/icons/obj/food/meat.dmi

Copy link
Contributor

@ArtisticRoomba ArtisticRoomba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The attribution looks good. I can't test to see if it works nor check to see if there any sneaky YML convention errors right now.

@SG6732 SG6732 requested a review from ArtisticRoomba February 5, 2025 19:27
@Emisse
Copy link
Contributor

Emisse commented Feb 9, 2025

art approval

Copy link
Contributor

@ArtisticRoomba ArtisticRoomba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good and works as intended in-game.

A maint might have more comments as to where you should put the construction graphs, they might be best slotted in a similar file instead of having their own file (sorry I told you to do this earlier) but alas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: Service Area: Service department, including cooking, botany, etc Changes: No C# Changes: Requires no C# knowledge to review or fix this item. Changes: Sprites Changes: Might require knowledge of spriting or visual design. DB: Beginner Friendly Difficulty: Great for beginners. Unambiguous in scope, and explains how to achieve the result. P3: Standard Priority: Default priority for repository items. S: Needs Review Status: Requires additional reviews before being fully accepted size/S Denotes a PR that changes 10-99 lines. T: New Feature Type: New feature or content, or extending existing content
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants