"id": "brain",
"type": "COMESTIBLE",
"copy-from": "lung",
"looks_like": "offal",
"name": "raw brains",
"name_plural": "raw brains",
"description": "The brain from an animal. You wouldn't want to eat this raw...",
"color": "light_gray",
"healthy": -15,
"quench": 10,
"fun": -20,
"parasites": 100,
"calories": 78,
"vitamins": [ [ "vitA", 0 ], [ "vitC", 2 ], [ "calcium", 1 ], [ "iron", 8 ], [ "vitB", 54 ] ]
},
{
“id”: “brain_cooked”,
“type”: “COMESTIBLE”,
“copy-from”: “brain”,
“looks_like”: “offal_cooked”,
“name”: “cooked brains”,
“name_plural”: “cooked brains”,
“description”: “Now you can emulate those zombies you love so much!”,
“parasites”: 15,
“healthy”: -2,
“fun”: -8
As you can see here, cooking the brains, only REDUCES the amount of parasites…it’s never a good idea to eat brains.
but acording to this:
“type”: “recipe”,
“result”: “brain_cooked”,
“charges”: 1,
“category”: “CC_FOOD”,
“subcategory”: “CSC_FOOD_MEAT”,
“skill_used”: “cooking”,
“difficulty”: 1,
“time”: 45000,
“autolearn”: true,
“qualities”: [ { “id”: “COOK”, “level”: 1 } ],
“tools”: [ [ [ “surface_heat”, 100, “LIST” ] ] ],
“components”: [ [ [ “brain”, 1 ] ] ]
It should require some kinda heat source to craft.