Meat Patty (#34896)
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
BIN
Resources/Textures/Objects/Consumable/Food/meat.rsi/patty.png
Normal file
BIN
Resources/Textures/Objects/Consumable/Food/meat.rsi/patty.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 409 B |
Binary file not shown.
|
After Width: | Height: | Size: 397 B |
Reference in New Issue
Block a user