9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/overworld/loot/global-tools.json
Daniel Mills 3267e98276 Chests n stuff
2020-08-21 13:07:35 -04:00

236 lines
6.0 KiB
JSON

{
"name": "Global Tools",
"rarity": 21,
"loot": [
{
"type": "WOODEN_PICKAXE",
"maxAmount": 1,
"rarity": 2,
"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": 7,
"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": 2,
"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": 2,
"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": 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": 2,
"minDurability": 0.2,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
},
{
"type": "STONE_HOE",
"maxAmount": 1,
"rarity": 4,
"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": 2,
"minDurability": 0.2,
"maxDurability": 0.8,
"slotTypes": "STORAGE"
},
{
"type": "STONE_SHOVEL",
"maxAmount": 1,
"rarity": 4,
"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"
}
]
}