Put this in recipes.json
[code]
{
"result": "friedspam",
"category": "CC_FOOD",
"skill_pri": "cooking",
"difficulty": 0,
"time": 5000,
"reversible": false,
"autolearn": true,
"tools": [
[
["hotplate", 7],
["toolset", 1],
["fire", -1]
],
[
["pan", -1],
["pot", -1],
["rock_pot", -1],
["spear_wood", -1],
["pointy_stick", -1],
["skewer", -1],
["javelin", -1]
]
],
"components": [
[
["can_spam", 1]
]
]
},
[/code]
And this in comestibles.json
{
"type" : "COMESTIBLE",
"id" : "friedspam",
"name" : "Fried SPAM",
"weight" : 2,
"color" : "cyan",
"addiction_type" : "none",
"spoils_in" : 0,
"use_action" : "NONE",
"stim" : 0,
"container" : "null",
"to_hit" : 0,
"comestible_type" : "FOOD",
"symbol" : "%",
"quench" : -3,
"heal" : 0,
"addiction_potential" : 0,
"nutrition" : 48,
"description" : "Fried up, this stuff ain't so bad...",
"price" : 50,
"material" : "flesh",
"tool" : "null",
"volume" : 1,
"cutting" : 0,
"phase" : "solid",
"charges" : 1,
"rarity" : 30,
"bashing" : 0,
"flags" : ["EATEN_HOT"],
"fun" : 8
},
Fried spam is pretty easy to code in at the moment.