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

22 lines
657 B
JSON

[
{
"id": "magic_recipe_basic",
"type": "item_group",
"//": "Lower tier recipes, many of which can be done with the alchemist rune. Usually has at least one recipe requiring related school rune or rune weapon",
"items": [
[ "alchemy_basic", 30 ],
[ "necro_basic", 30 ],
[ "techno_basic", 30 ],
[ "book_mythological", 10 ],
[ "cooking_poison", 15 ],
[ "metal_legends", 5 ]
]
},
{
"id": "magic_recipe_advanced",
"type": "item_group",
"//": "Higher tier recipes, where most school-related recipes require their rune or rune weapon.",
"items": [ [ "magic_armormaking", 30 ] ]
}
]