Files
Wizardry/src/main/resources/assets/ebwizardry/loot_tables/chests/obelisk.json
T
Electroblob77 299510e663 Add armour classes!
- Added 3 new armour variants - the sage, the battlemage and the warlock - each in the 8 elemental varieties
- Added resplendent thread, crystal silver plating and ethereal crystalweave, used to upgrade regular armour into class armour
- Added the new armour upgrades to loot tables
- Added recipes for the new armour to JEI, along with info pages for the 3 upgrade items
- Added advancements for the new armour classes
- Removed legendary wizard armour
- Removed arcane seal of protection
- Removed the 'legendary' advancement
2021-01-16 23:02:03 +00:00

200 lines
6.3 KiB
JSON

{
"pools": [
{
"name": "high_value",
"rolls": {
"min": 1,
"max": 1
},
"entries": [
{
"type": "loot_table",
"name": "ebwizardry:subsets/arcane_tomes",
"weight": 4
},
{
"type": "loot_table",
"name": "ebwizardry:subsets/wand_upgrades",
"weight": 2
},
{
"type": "loot_table",
"name": "ebwizardry:subsets/armour_upgrades",
"weight": 1
},
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 20,
"functions": [
{
"function": "ebwizardry:random_spell",
"tiers": [
"novice",
"apprentice",
"advanced"
],
"undiscovered_bias": 0.3
}
]
},
{
"type": "item",
"name": "ebwizardry:scroll",
"weight": 7,
"functions": [
{
"function": "ebwizardry:random_spell",
"tiers": [
"novice",
"apprentice",
"advanced"
],
"undiscovered_bias": 0.3
},
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
]
},
{
"type": "item",
"name": "ebwizardry:identification_scroll",
"weight": 3
},
{
"type": "item",
"name": "minecraft:gold_nugget",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:emerald",
"weight": 1
},
{
"type": "item",
"name": "ebwizardry:grand_crystal",
"weight": 1
}
]
},
{
"name": "low_value",
"rolls": {
"min": 3,
"max": 5
},
"entries": [
{
"type": "loot_table",
"name": "ebwizardry:subsets/elemental_crystals",
"weight": 1
},
{
"type": "item",
"name": "ebwizardry:magic_crystal",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "ebwizardry:firebomb",
"weight": 4
},
{
"type": "item",
"name": "ebwizardry:poison_bomb",
"weight": 4
},
{
"type": "item",
"name": "ebwizardry:smoke_bomb",
"weight": 4
},
{
"type": "item",
"name": "ebwizardry:spark_bomb",
"weight": 4
},
{
"type": "item",
"name": "minecraft:book",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 2
}
}
]
},
{
"type": "item",
"name": "minecraft:string",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
]
},
{
"type": "item",
"name": "minecraft:paper",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
]
},
{
"type": "item",
"name": "ebwizardry:crystal_shard",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
]
}
]
}
]
}