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
Brian Fopiano bf4900dfd3 More LOOT
2020-09-04 01:50:47 -07:00

237 lines
6.0 KiB
JSON

{
"name": "Global Tools",
"rarity": 1,
"maxPicked": 3,
"loot": [
{
"type": "WOODEN_PICKAXE",
"maxAmount": 1,
"rarity": 3,
"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": 5,
"minDurability": 0.2,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
},
{
"type": "BOW",
"maxAmount": 1,
"rarity": 6,
"minDurability": 0.4,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
},
{
"type": "ARROW",
"maxAmount": 21,
"rarity": 3,
"slotTypes": "STORAGE"
},
{
"type": "STONE_PICKAXE",
"maxAmount": 1,
"rarity": 3,
"minDurability": 0.4,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
},
{
"type": "IRON_PICKAXE",
"maxAmount": 1,
"rarity": 5,
"minDurability": 0.5,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
},
{
"type": "DIAMOND_PICKAXE",
"maxAmount": 1,
"rarity": 15,
"minDurability": 0.6,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
},
{
"type": "GOLDEN_PICKAXE",
"maxAmount": 1,
"rarity": 14,
"minDurability": 0.5,
"maxDurability": 0.9,
"slotTypes": "STORAGE"
},
{
"type": "WOODEN_SWORD",
"maxAmount": 1,
"rarity": 3,
"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": 7,
"minDurability": 0.5,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
},
{
"type": "DIAMOND_SWORD",
"maxAmount": 1,
"rarity": 16,
"minDurability": 0.6,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
},
{
"type": "GOLDEN_SWORD",
"maxAmount": 1,
"rarity": 15,
"minDurability": 0.5,
"maxDurability": 0.9,
"slotTypes": "STORAGE"
},
{
"type": "WOODEN_AXE",
"maxAmount": 1,
"rarity": 3,
"minDurability": 0.2,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
},
{
"type": "STONE_AXE",
"maxAmount": 1,
"rarity": 4,
"minDurability": 0.4,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
},
{
"type": "IRON_AXE",
"maxAmount": 1,
"rarity": 9,
"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"
}
]
}