Gone fishin' 🐟🐠🐡

Add spell books and ruined spell books to treasure and junk fishing loot respectively
This commit is contained in:
Electroblob77
2020-09-09 22:36:07 +01:00
parent ac14c8f931
commit 7ae041595a
3 changed files with 47 additions and 0 deletions
@@ -0,0 +1,15 @@
{
"pools": [
{
"name": "wizardry",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:ruined_spell_book",
"weight": 1
}
]
}
]
}
@@ -0,0 +1,21 @@
{
"pools": [
{
"name": "wizardry",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"undiscovered_bias": 0.3
}
]
}
]
}
]
}