9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00
Files
Iris-Pack-Overworld/loot/ocean-clutter.json
2020-10-19 05:19:40 -04:00

158 lines
4.6 KiB
JSON

{
"name": "Ocean Clutter",
"rarity": 3,
"loot": [
{
"type": "wet_sponge",
"maxAmount": 5,
"rarity": 4,
"slotTypes": "STORAGE"
},
{
"type": "sponge",
"maxAmount": 2,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "kelp",
"maxAmount": 27,
"rarity": 2,
"slotTypes": "STORAGE"
},
{
"type": "fishing_rod",
"maxAmount": 1,
"rarity": 11,
"slotTypes": "STORAGE"
},
{
"type": "pufferfish",
"maxAmount": 2,
"rarity": 5,
"slotTypes": "STORAGE"
},
{
"type": "turtle_helmet",
"maxAmount": 1,
"rarity": 36,
"enchantments": [
{
"enchantment": "OXYGEN",
"maxLevel": 2
},
{
"enchantment": "DURABILITY",
"maxLevel": 5,
"minLevel": 3
},
{
"enchantment": "PROTECTION_ENVIRONMENTAL",
"maxLevel": 3
}
],
"attributes": [
{
"attribute": "GENERIC_MOVEMENT_SPEED",
"operation": "MULTIPLY_SCALAR_1",
"maxAmount": -0.15,
"minAmount": -0.25,
"name": "SLOW"
},
{
"attribute": "GENERIC_KNOCKBACK_RESISTANCE",
"maxAmount": 3.25,
"minAmount": 0.85,
"name": "THICC",
"operation": "MULTIPLY_SCALAR_1"
},
{
"attribute": "GENERIC_MAX_HEALTH",
"operation": "ADD_NUMBER",
"maxAmount": 7,
"name": "HP",
"minAmount": 3
},
{
"attribute": "GENERIC_ARMOR",
"name": "AMR",
"maxAmount": 7,
"minAmount": 5,
"operation": "ADD_NUMBER"
}
],
"displayName": "5head",
"minDurability": 0.9,
"lore": [
"Take this helmet with increased health, ",
"armor & knockback resistance at the cost",
"of reduced movement speed.",
"It's also full of air."
],
"itemFlags": [
"HIDE_PLACED_ON",
"HIDE_DESTROYS",
"HIDE_ENCHANTS",
"HIDE_POTION_EFFECTS",
"HIDE_ATTRIBUTES"
],
"maxDurability": 0.95,
"slotTypes": "STORAGE"
},
{
"type": "trident",
"maxAmount": 1,
"rarity": 36,
"enchantments": [
{
"enchantment": "CHANNELING",
"maxLevel": 3,
"chance": 0.75
},
{
"enchantment": "LOYALTY"
},
{
"enchantment": "WATER_WORKER",
"minLevel": 3,
"maxLevel": 5
},
{
"enchantment": "DURABILITY",
"maxLevel": 5,
"minLevel": 3
},
{
"enchantment": "DAMAGE_ALL",
"maxLevel": 2
}
],
"displayName": "Poseidon's Wrath",
"lore": [
"A Trident with increased damage that",
"always finds it's way back. It's also",
"great for digging blocks underwater."
],
"itemFlags": [
"HIDE_PLACED_ON",
"HIDE_UNBREAKABLE",
"HIDE_DESTROYS",
"HIDE_ENCHANTS",
"HIDE_POTION_EFFECTS",
"HIDE_ATTRIBUTES"
],
"attributes": [
{
"attribute": "GENERIC_ATTACK_DAMAGE",
"operation": "ADD_NUMBER",
"maxAmount": 5,
"minAmount": 3,
"name": "AT1"
}
],
"minDurability": 0.9,
"maxDurability": 0.95,
"slotTypes": "STORAGE"
}
]
}