Add ability to restore ruined spell books with the imbuement altar

For now this ignores dust elements but may change this in future
This commit is contained in:
Electroblob77
2020-09-14 15:37:05 +01:00
parent ac7e2fda94
commit ea4e07b2c9
7 changed files with 83 additions and 0 deletions
@@ -0,0 +1,21 @@
{
"pools": [
{
"name": "spell_book",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"undiscovered_bias": 0.3
}
]
}
]
}
]
}