9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
Files
Iris-Pack-Overworld/loot/global-tools.json
Daniel Mills 6989a92ada a
2020-08-26 23:42:38 -04:00

237 lines
6.0 KiB
JSON

{
"name": "Global Tools",
"rarity": 1,
"maxPicked": 1,
"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"
}
]
}