9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/loot/global-tools.json
2021-07-05 08:28:09 -07:00

175 lines
4.4 KiB
JSON

{
"name": "Global Tools",
"rarity": 2,
"maxPicked": 1,
"minPicked": 0,
"loot": [
{
"type": "wooden_pickaxe",
"maxamount": 1,
"mindurability": 0.2,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "flint_and_steel",
"maxamount": 1,
"mindurability": 0.2,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "shears",
"maxamount": 1,
"mindurability": 0.2,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "bow",
"maxamount": 1,
"mindurability": 0.4,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "arrow",
"maxamount": 21,
"slottypes": "STORAGE"
},
{
"type": "stone_pickaxe",
"maxamount": 1,
"mindurability": 0.4,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "iron_pickaxe",
"maxamount": 1,
"mindurability": 0.5,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "diamond_pickaxe",
"maxamount": 1,
"mindurability": 0.6,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "golden_pickaxe",
"maxamount": 1,
"mindurability": 0.5,
"maxdurability": 0.9,
"slottypes": "STORAGE"
},
{
"type": "wooden_sword",
"maxamount": 1,
"mindurability": 0.2,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "stone_sword",
"maxamount": 1,
"mindurability": 0.4,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "iron_sword",
"maxamount": 1,
"mindurability": 0.5,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "diamond_sword",
"maxamount": 1,
"mindurability": 0.6,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "golden_sword",
"maxamount": 1,
"mindurability": 0.5,
"maxdurability": 0.9,
"slottypes": "STORAGE"
},
{
"type": "wooden_axe",
"maxamount": 1,
"mindurability": 0.2,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "stone_axe",
"maxamount": 1,
"mindurability": 0.4,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "iron_axe",
"maxamount": 1,
"mindurability": 0.5,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "diamond_axe",
"maxamount": 1,
"mindurability": 0.6,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "golden_axe",
"maxamount": 1,
"mindurability": 0.5,
"maxdurability": 0.9,
"slottypes": "STORAGE"
},
{
"type": "wooden_shovel",
"maxamount": 1,
"mindurability": 0.2,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "stone_shovel",
"maxamount": 1,
"mindurability": 0.4,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "iron_shovel",
"maxamount": 1,
"mindurability": 0.5,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "diamond_shovel",
"maxamount": 1,
"mindurability": 0.6,
"maxdurability": 0.8,
"slottypes": "STORAGE"
},
{
"type": "golden_shovel",
"maxamount": 1,
"mindurability": 0.5,
"maxdurability": 0.9,
"slottypes": "STORAGE"
}
]
}