Files
Wizardry/src/main/resources/assets/ebwizardry/loot_tables/chests/shrine.json
T

210 lines
6.5 KiB
JSON

{
"pools": [
{
"name": "artefact",
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "ebwizardry:subsets/uncommon_artefacts",
"weight": 5
},
{
"type": "loot_table",
"name": "ebwizardry:subsets/rare_artefacts",
"weight": 3
},
{
"type": "loot_table",
"name": "ebwizardry:subsets/epic_artefacts",
"weight": 1
}
]
},
{
"name": "high_value",
"rolls": {
"min": 1,
"max": 2
},
"entries": [
{
"type": "loot_table",
"name": "ebwizardry:subsets/arcane_tomes",
"weight": 8
},
{
"type": "loot_table",
"name": "ebwizardry:subsets/wand_upgrades",
"weight": 4
},
{
"type": "item",
"name": "ebwizardry:spell_book",
"weight": 40,
"functions": [
{
"function": "ebwizardry:random_spell",
"undiscovered_bias": 0.3
}
]
},
{
"type": "item",
"name": "ebwizardry:scroll",
"weight": 14,
"functions": [
{
"function": "ebwizardry:random_spell",
"undiscovered_bias": 0.3
},
{
"function": "set_count",
"count": {
"min": 1,
"max": 5
}
}
]
},
{
"type": "item",
"name": "ebwizardry:identification_scroll",
"weight": 6
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"weight": 6,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 6
}
}
]
},
{
"type": "item",
"name": "minecraft:emerald",
"weight": 2,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "item",
"name": "ebwizardry:armour_upgrade",
"weight": 1
},
{
"type": "item",
"name": "ebwizardry:astral_diamond",
"weight": 2
},
{
"type": "item",
"name": "ebwizardry:purifying_elixir",
"weight": 1
},
{
"type": "item",
"name": "ebwizardry:grand_crystal",
"weight": 2
}
]
},
{
"name": "low_value",
"rolls": {
"min": 2,
"max": 4
},
"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": 12
}
}
]
},
{
"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
}
}
]
}
]
}
]
}