Files
OFModpack/config/tombstone/loottables/tombstone-pool-undead_boss.json
2026-06-14 01:24:29 +02:00

98 lines
2.0 KiB
JSON

{
"rolls": 1.0,
"bonus_rolls": 0.0,
"name": "tombstone:undead_boss",
"entries": [
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:magic_scroll",
"weight": 100,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:essence_of_undeath",
"weight": 20,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:ritual_flute",
"weight": 20,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:gemstone_of_familiar",
"weight": 20,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:check_enabled"
}
],
"name": "tombstone:receptacle_of_soul",
"weight": 100,
"type": "minecraft:item"
},
{
"functions": [
{
"ancient": true,
"function": "tombstone:random_scroll_buff"
}
],
"name": "tombstone:strange_scroll",
"weight": 100,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
},
{
"components": {
"tombstone:tb_ancient": true
},
"function": "minecraft:set_components"
}
],
"name": "tombstone:magic_scroll",
"weight": 50,
"type": "minecraft:item"
},
{
"functions": [
{
"function": "tombstone:delayed_nbt_loot"
}
],
"name": "tombstone:receptacle_of_familiar",
"weight": 100,
"type": "minecraft:item"
},
{
"weight": 2550,
"type": "minecraft:empty"
}
]
}