reagents:
- ReagentId: Ichor
Quantity: 10
+ - type: SliceableFood
+ count: 3
+ slice: FoodMeatDragonCutlet
+ - type: Construction
+ graph: DragonSteak
+ node: start
+ defaultTarget: dragon steak
- type: entity
name: raw rat meat
graph: AnomalyMeatSteak
node: anomaly steak
+- type: entity
+ name: dragon steak
+ parent: FoodMeatBase
+ id: FoodMeatDragonCooked
+ description: Pouring ketchup on this is considered a capital crime on most stations.
+ components:
+ - type: Tag
+ tags:
+ - Cooked
+ - Meat
+ - Steak
+ - type: Sprite
+ layers:
+ - state: dragon-cooked
+ - type: SolutionContainerManager
+ solutions:
+ food:
+ reagents:
+ - ReagentId: Ichor
+ Quantity: 6
+ - ReagentId: Nutriment
+ Quantity: 6
+ - ReagentId: Protein
+ Quantity: 6
+ - type: SliceableFood
+ count: 3
+ slice: FoodMeatDragonCutletCooked
+ - type: Construction
+ graph: DragonSteak
+ node: dragon steak
+ - type: FoodSequenceElement
+ entries:
+ Burger: DragonSteak
+ Taco: DragonSteak
+
# Cutlets
# Raw
- ReagentId: Protein
Quantity: 1
+- type: entity
+ name: raw dragon cutlet
+ parent: FoodMeatBase
+ id: FoodMeatDragonCutlet
+ description: A raw dragon meat cutlet.
+ components:
+ - type: Tag
+ tags:
+ - Raw
+ - Cutlet
+ - Meat
+ - type: Sprite
+ layers:
+ - state: dragoncutlet
+ - state: dragoncutlet_veins
+ shader: unshaded
+ - type: SolutionContainerManager
+ solutions:
+ food:
+ reagents:
+ - ReagentId: Ichor
+ Quantity: 3
+ - type: Construction
+ graph: DragonCutlet
+ node: start
+ defaultTarget: dragon cutlet
+
# Cooked
- type: entity
entries:
Burger: XenoCutlet
Taco: XenoCutlet
+
+- type: entity
+ name: dragon cutlet
+ parent: FoodMeatBase
+ id: FoodMeatDragonCutletCooked
+ description: It's a meal for kings!
+ components:
+ - type: Tag
+ tags:
+ - Cooked
+ - Cutlet
+ - Meat
+ - type: Sprite
+ state: dragoncutlet-cooked
+ - type: SolutionContainerManager
+ solutions:
+ food:
+ reagents:
+ - ReagentId: Ichor
+ Quantity: 2
+ - ReagentId: Nutriment
+ Quantity: 2
+ - ReagentId: Protein
+ Quantity: 2
+ - type: Construction
+ graph: DragonCutlet
+ node: dragon cutlet
+ - type: FoodSequenceElement
+ entries:
+ Burger: DragonCutlet
+ Taco: DragonCutlet
- node: anomaly steak
entity: FoodMeatAnomalyCooked
+- type: constructionGraph
+ id: DragonSteak
+ start: start
+ graph:
+ - node: start
+ edges:
+ - to: dragon steak
+ completed:
+ - !type:PlaySound
+ sound: /Audio/Effects/sizzle.ogg
+ steps:
+ - minTemperature: 445
+ - node: dragon steak
+ entity: FoodMeatDragonCooked
+
# cutlets
- type: constructionGraph
- minTemperature: 345
- node: xeno cutlet
entity: FoodMeatXenoCutletCooked
+
+- type: constructionGraph
+ id: DragonCutlet
+ start: start
+ graph:
+ - node: start
+ edges:
+ - to: dragon cutlet
+ completed:
+ - !type:PlaySound
+ sound: /Audio/Effects/sizzle.ogg
+ steps:
+ - minTemperature: 445
+ - node: dragon cutlet
+ entity: FoodMeatDragonCutletCooked
- Cooked
- Meat
+# Dragon Steak
+
+- type: foodSequenceElement
+ id: DragonSteak
+ name: food-sequence-content-dragon
+ sprites:
+ - sprite: Objects/Consumable/Food/meat.rsi
+ state: dragon-cooked
+ tags:
+ - Cooked
+ - Meat
+
# Bacon
- type: foodSequenceElement
- Cutlet
- Meat
+# Dragon cutlet
+
+- type: foodSequenceElement
+ id: DragonCutlet
+ name: food-sequence-content-dragon
+ sprites:
+ - sprite: Objects/Consumable/Food/meat.rsi
+ state: dragoncutlet-cooked
+ tags:
+ - Cooked
+ - Cutlet
+ - Meat
+
# Brain
- type: foodSequenceElement
{
"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, dragoncutlet, dragoncutlet_veins, dragoncutlet-cooked and dragon-cooked by JuneSzalkowska (discord)",
"size": {
"x": 32,
"y": 32
},
{
"name": "anomalymeat-cooked"
+ },
+ {
+ "name": "dragon-cooked"
+ },
+ {
+ "name": "dragoncutlet"
+ },
+ {
+ "name": "dragoncutlet_veins"
+ },
+ {
+ "name": "dragoncutlet-cooked"
}
]
}