Files
minecraft-assets/data/minecraft/loot_tables/entities/toxifin.json
2025-02-03 11:41:59 +01:00

120 lines
2.8 KiB
JSON

{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"components": {
"minecraft:resin": {
"impurities": "f",
"quality": "c"
}
},
"function": "minecraft:set_components"
},
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 1.0,
"min": 0.0
},
"function": "minecraft:set_count"
},
{
"count": {
"type": "minecraft:uniform",
"max": 1.0,
"min": 0.0
},
"function": "minecraft:looting_enchant"
}
],
"name": "minecraft:toxic_resin"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"conditions": [
{
"chance": 0.1,
"condition": "minecraft:random_chance_with_looting",
"looting_multiplier": 0.02
}
],
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"components": {
"minecraft:resin": {
"impurities": "f",
"quality": "j"
}
},
"function": "minecraft:set_components"
},
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 1.0,
"min": 0.0
},
"function": "minecraft:set_count"
},
{
"count": {
"type": "minecraft:uniform",
"max": 1.0,
"min": 0.0
},
"function": "minecraft:looting_enchant"
}
],
"name": "minecraft:toxic_resin"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:killed_by_player"
},
{
"chance": 0.5,
"condition": "minecraft:random_chance_with_looting",
"looting_multiplier": 0.1
}
],
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 1.0,
"min": 0.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:toxic_beam"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:entities/toxifin"
}