Files
pridecraft/config/tombstone/loottables/tombstone-pool-undead_boss.json
2025-06-24 18:57:57 -04:00

96 lines
1.9 KiB
JSON

{
"name": "tombstone:undead_boss",
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"weight": 100,
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:magic_scroll"
},
{
"type": "minecraft:item",
"weight": 20,
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:essence_of_undeath"
},
{
"type": "minecraft:item",
"weight": 20,
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:gemstone_of_familiar"
},
{
"type": "minecraft:item",
"weight": 50,
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:receptacle_of_soul"
},
{
"type": "minecraft:item",
"weight": 100,
"functions": [
{
"function": "tombstone:random_scroll_buff",
"ancient": true
}
],
"name": "tombstone:strange_scroll"
},
{
"type": "minecraft:item",
"weight": 50,
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
},
{
"function": "minecraft:set_nbt",
"tag": "{ancient:1b}"
}
],
"name": "tombstone:magic_scroll"
},
{
"type": "minecraft:item",
"weight": 100,
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:voodoo_poppet"
},
{
"type": "minecraft:item",
"weight": 100,
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:receptacle_of_familiar"
},
{
"type": "minecraft:empty",
"weight": 460
}
]
}