9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00
Files
Iris-Pack-EarthWorld/loot/global-tools.json
2020-10-19 05:19:40 -04:00

238 lines
6.0 KiB
JSON

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