9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/loot/structures/pillager-outpost.json
2022-09-16 13:35:08 +02:00

113 lines
2.8 KiB
JSON

{
"name": "Pillager Outpost",
"rarity": 1,
"loot": [
{
"type": "dark_oak_log",
"maxAmount": 7,
"minAmount": 3,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "crossbow",
"maxAmount": 1,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "goat_horn",
"maxAmount": 1,
"rarity": 2,
"slottypes": "STORAGE"
},
{
"type": "wheat",
"maxamount": 5,
"minAmount": 3,
"rarity": 2,
"slottypes": "STORAGE"
},
{
"type": "experience_bottle",
"maxamount": 1,
"rarity": 3,
"slottypes": "STORAGE"
},
{
"type": "carrot",
"maxamount": 5,
"minAmount": 3,
"rarity": 8,
"slottypes": "STORAGE"
},
{
"type": "potato",
"maxamount": 5,
"minAmount": 2,
"rarity": 8,
"slottypes": "STORAGE"
},
{
"type": "arrow",
"maxamount": 7,
"minAmount": 2,
"rarity": 12,
"slottypes": "STORAGE"
},
{
"type": "string",
"maxamount": 6,
"minAmount": 1,
"rarity": 22,
"slottypes": "STORAGE"
},
{
"type": "tripwire_hook",
"maxamount": 3,
"minAmount": 1,
"rarity": 22,
"slottypes": "STORAGE"
},
{
"type": "iron_ingot",
"maxamount": 3,
"minAmount": 1,
"rarity": 22,
"slottypes": "STORAGE"
},
{
"type": "enchanted_book",
"maxamount": 1,
"rarity": 22,
"slottypes": "STORAGE",
"enchantments": [
{
"enchantment": "binding_curse",
"chance": 0.25,
"maxLevel": 1,
"minLevel": 1
},
{
"enchantment": "vanishing_curse",
"chance": 0.25,
"maxLevel": 1,
"minLevel": 1
},
{
"enchantment": "frost_walker",
"chance": 0.25,
"maxLevel": 2,
"minLevel": 1
},
{
"enchantment": "mending",
"chance": 0.25,
"maxLevel": 1,
"minLevel": 1
}
]
}
]
}