Have the elements of spectral dust in the receptacles affect the element weighting for the resulting spell book

This commit is contained in:
Electroblob77
2020-09-21 16:43:51 +01:00
parent 93d2100546
commit 2c95793293
10 changed files with 293 additions and 24 deletions
@@ -1,21 +0,0 @@
{
"pools": [
{
"name": "spell_book",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"undiscovered_bias": 0.3
}
]
}
]
}
]
}
@@ -0,0 +1,40 @@
{
"pools": [
{
"name": "spell_book",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"elements": [
"earth"
],
"undiscovered_bias": 0.3
}
]
},
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"tiers": [
"novice",
"apprentice",
"advanced"
],
"undiscovered_bias": 0.3
}
]
}
]
}
]
}
@@ -0,0 +1,40 @@
{
"pools": [
{
"name": "spell_book",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"elements": [
"fire"
],
"undiscovered_bias": 0.3
}
]
},
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"tiers": [
"novice",
"apprentice",
"advanced"
],
"undiscovered_bias": 0.3
}
]
}
]
}
]
}
@@ -0,0 +1,40 @@
{
"pools": [
{
"name": "spell_book",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"elements": [
"healing"
],
"undiscovered_bias": 0.3
}
]
},
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"tiers": [
"novice",
"apprentice",
"advanced"
],
"undiscovered_bias": 0.3
}
]
}
]
}
]
}
@@ -0,0 +1,40 @@
{
"pools": [
{
"name": "spell_book",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"elements": [
"ice"
],
"undiscovered_bias": 0.3
}
]
},
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"tiers": [
"novice",
"apprentice",
"advanced"
],
"undiscovered_bias": 0.3
}
]
}
]
}
]
}
@@ -0,0 +1,40 @@
{
"pools": [
{
"name": "spell_book",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"elements": [
"lightning"
],
"undiscovered_bias": 0.3
}
]
},
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"tiers": [
"novice",
"apprentice",
"advanced"
],
"undiscovered_bias": 0.3
}
]
}
]
}
]
}
@@ -0,0 +1,40 @@
{
"pools": [
{
"name": "spell_book",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"elements": [
"necromancy"
],
"undiscovered_bias": 0.3
}
]
},
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"tiers": [
"novice",
"apprentice",
"advanced"
],
"undiscovered_bias": 0.3
}
]
}
]
}
]
}
@@ -0,0 +1,40 @@
{
"pools": [
{
"name": "spell_book",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"elements": [
"sorcery"
],
"undiscovered_bias": 0.3
}
]
},
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 1,
"functions": [
{
"function": "ebwizardry:random_spell",
"tiers": [
"novice",
"apprentice",
"advanced"
],
"undiscovered_bias": 0.3
}
]
}
]
}
]
}