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:
+21
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user