Meat Patty (#34896)

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
This commit is contained in:
SG6732
2025-04-23 20:45:27 -07:00
committed by GitHub
parent cb53647748
commit b0edf7106f
6 changed files with 79 additions and 1 deletions

View File

@@ -675,6 +675,27 @@
graph: MeatMeatballCooked
node: start
# meat patty - grillin' time
- type: entity
name: meat patty
parent: FoodMeatBase
id: FoodMeatPatty
description: A flat slab of ground meat. Ready for grillin'.
components:
- type: Tag
tags:
- Raw
- Meat
- type: Sprite
state: raw_patty
- type: InternalTemperature
conductivity: 0.43
- type: Construction
graph: CookedPatty
node: start
defaultTarget: cooked meat patty
- type: entity
name: slimeball
parent: FoodMeatBase
@@ -1192,6 +1213,35 @@
graph: MeatMeatballCooked
node: meatball cooked
- type: entity
name: cooked meat patty
parent: FoodMeatBase
id: FoodMeatPattyCooked
description: A cooked meat patty.
components:
- type: Tag
tags:
- Cooked
- Meat
- Steak
- type: Sprite
state: patty
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Nutriment
Quantity: 7.5
- ReagentId: Protein
Quantity: 7.5
- type: Construction
graph: CookedPatty
node: cooked meat patty
- type: FoodSequenceElement
entries:
Burger: MeatSteak
Taco: MeatSteak
- type: entity
name: boiled snail
parent: FoodMeatBase

View File

@@ -11,6 +11,13 @@
sound: /Audio/Effects/sizzle.ogg
steps:
- minTemperature: 335
- to: meat patty
steps:
- tool: Rolling
doAfter: 1
- node: meatball cooked
entity: FoodMeatMeatballCooked
- node: meat patty
entity: FoodMeatPatty

View File

@@ -0,0 +1,15 @@
# cooked meat patty
- 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

View File

@@ -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, dragoncutlet, dragoncutlet_veins, dragoncutlet-cooked and dragon-cooked by JuneSzalkowska (discord)",
"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, dragoncutlet, dragoncutlet_veins, dragoncutlet-cooked and dragon-cooked by JuneSzalkowska (discord), raw and cooked patty taken from tgstation at https://github.com/tgstation/tgstation/commit/b83c7deee4c91df4de130db242facce20308aa8a",
"size": {
"x": 32,
"y": 32
@@ -218,6 +218,12 @@
},
{
"name": "dragoncutlet-cooked"
},
{
"name": "raw_patty"
},
{
"name": "patty"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 B