Files
escape-from-funcraft-client/config/battleroyale/loot/airdrop_special/example.json
T
2026-07-23 16:35:06 +05:00

58 lines
1.3 KiB
JSON

[
{
"lootId": 201,
"default": true,
"name": "Netherite Airdrop Special",
"color": "#FFFF00",
"entry": {
"lootType": "repeat",
"min": 2,
"max": 2,
"entry": {
"lootType": "multi",
"entries": [
{
"lootType": "item",
"item": "minecraft:netherite_helmet",
"count": 1
},
{
"lootType": "item",
"item": "minecraft:netherite_chestplate",
"count": 1
},
{
"lootType": "weight",
"entries": [
{
"weight": 20.0,
"entry": {
"lootType": "item",
"item": "minecraft:netherite_sword",
"count": 1
}
},
{
"weight": 20.0,
"entry": {
"lootType": "item",
"item": "minecraft:netherite_axe",
"count": 1
}
}
]
},
{
"lootType": "random",
"chance": 0.05,
"entry": {
"lootType": "item",
"item": "minecraft:enchanted_golden_apple",
"count": 1
}
}
]
}
}
}
]