Make tomes of arcana more common in obelisks, shrines and wizard towers, and make tomes generated as loot more likely to be apprentice tier

This commit is contained in:
Electroblob77
2020-03-17 23:16:04 +00:00
parent d797e72445
commit 85b49b330a
4 changed files with 4 additions and 4 deletions
@@ -10,7 +10,7 @@
{ {
"type": "loot_table", "type": "loot_table",
"name": "ebwizardry:subsets/arcane_tomes", "name": "ebwizardry:subsets/arcane_tomes",
"weight": 3 "weight": 4
}, },
{ {
"type": "loot_table", "type": "loot_table",
@@ -31,7 +31,7 @@
{ {
"type": "loot_table", "type": "loot_table",
"name": "ebwizardry:subsets/arcane_tomes", "name": "ebwizardry:subsets/arcane_tomes",
"weight": 6 "weight": 8
}, },
{ {
"type": "loot_table", "type": "loot_table",
@@ -20,7 +20,7 @@
{ {
"type": "loot_table", "type": "loot_table",
"name": "ebwizardry:subsets/arcane_tomes", "name": "ebwizardry:subsets/arcane_tomes",
"weight": 4 "weight": 5
}, },
{ {
"type": "loot_table", "type": "loot_table",
@@ -8,7 +8,7 @@
"type": "item", "type": "item",
"entryName": "apprentice_tome", "entryName": "apprentice_tome",
"name": "ebwizardry:arcane_tome", "name": "ebwizardry:arcane_tome",
"weight": 3, "weight": 4,
"functions": [ "functions": [
{ {
"function": "set_data", "function": "set_data",