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.
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
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
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
- type: flavor
id: spaceshroomcooked
flavorType: Complex
- description: flavor-complex-spaceshroom-cooked
\ No newline at end of file
+ description: flavor-complex-spaceshroom-cooked
+
+- type: flavor
+ id: lostfriendship
+ flavorType: Complex
+ description: flavor-complex-lost-friendship
- 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
{
"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
},
{
"name": "dragon_veins"
+ },
+ {
+ "name": "rouny"
+ },
+ {
+ "name": "rouny-cooked"
}
]
}