magiclysm-bn/recipes/cooking.json
histoire b96862c9d7 initial commit
FossilOrigin-Name: 8d766a175beea27236b2d3fd3761f97321e6db3872743c5d12023a64af5930bc
2023-03-28 03:56:15 +00:00

34 lines
1.0 KiB
JSON

[
{
"type": "recipe",
"result": "purified_meat",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_MEAT",
"skill_used": "cooking",
"skills_required": [ "spellcraft", 1 ],
"difficulty": 3,
"book_learn": [ [ "cooking_poison", 2 ] ],
"time": "15 m",
"batch_time_factors": [ 67, 5 ],
"qualities": [ { "id": "COOK", "level": 1 }, { "id": "MAGIC_MUTAGEN", "level": 1 } ],
"tools": [ [ [ "surface_heat", 7, "LIST" ] ] ],
"components": [ [ [ "mutant_meat", 3 ] ] ]
},
{
"type": "recipe",
"result": "impure_meat",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_MEAT",
"skill_used": "cooking",
"skills_required": [ "spellcraft", 3 ],
"difficulty": 5,
"book_learn": [ [ "cooking_poison", 2 ] ],
"time": "15 m",
"autolearn": true,
"batch_time_factors": [ 67, 5 ],
"qualities": [ { "id": "COOK", "level": 1 }, { "id": "MAGIC_MUTAGEN", "level": 1 } ],
"tools": [ [ [ "surface_heat", 7, "LIST" ] ] ],
"components": [ [ [ "meat_tainted", 4 ] ] ]
}
]