{
  "modifierGroup": {
    "BASE_ATTRIBUTES": [
      { "attribute": "the_vault:durability",
        "group": "BaseDurability",
        "identifier": "the_vault:base_durability",
        "tags": [
          "resilientFocusTarget"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": 41,
            "weight": 100,
            "value": {
              "min": 520,
              "max": 1040,
              "step": 1
            }
          },
          {
            "minLevel": 21,
            "maxLevel": 50,
            "weight": 100,
            "value": {
              "min": 1041,
              "max": 1560,
              "step": 1
            }
          },
          {
            "minLevel": 42,
            "maxLevel": 58,
            "weight": 100,
            "value": {
              "min": 1561,
              "max": 2200,
              "step": 1
            }
          },
          {
            "minLevel": 51,
            "maxLevel": 72,
            "weight": 100,
            "value": {
              "min": 2201,
              "max": 3380,
              "step": 1
            }
          },
          {
            "minLevel": 59,
            "maxLevel": 79,
            "weight": 100,
            "value": {
              "min": 3381,
              "max": 4420,
              "step": 1
            }
          },
          {
            "minLevel": 65,
            "maxLevel": 85,
            "weight": 100,
            "value": {
              "min": 4421,
              "max": 5200,
              "step": 1
            }
          },
          {
            "minLevel": 73,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 5201,
              "max": 6500,
              "step": 1
            }
          },
          {
            "minLevel": 80,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 6501,
              "max": 7800,
              "step": 1
            }
          },
          {
            "minLevel": 90,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 7801,
              "max": 10000,
              "step": 1
            }
          }
        ]
      },
      { "attribute": "the_vault:soulbound",
        "group": "BaseSoulbound",
        "identifier": "the_vault:base_soulbound",
        "tags": [
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 20,
            "value": {
              "flag": true
            }
          }
        ]
      },
      { "attribute": "the_vault:soulbound",
        "group": "BaseSoulbound",
        "identifier": "the_vault:base_no_soulbound",
        "tags": [
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 80,
            "value": {
              "flag": false
            }
          }
        ]
      },
      { "attribute": "the_vault:living",
      "group": "BaseLiving",
      "identifier": "the_vault:base_living",
      "tags": [
      ],
      "tiers": [
        {
          "minLevel": 0,
          "maxLevel": -1,
          "weight": 2,
          "value": {
            "flag": true
          }
        }
      ]
    },
    { "attribute": "the_vault:living",
      "group": "BaseLiving",
      "identifier": "the_vault:base_no_living",
      "tags": [
      ],
      "tiers": [
        {
          "minLevel": 0,
          "maxLevel": -1,
          "weight": 98,
          "value": {
            "flag": false
          }
        }
      ]
    }
    ],
    "IMPLICIT": [
      { "attribute": "the_vault:armor",
        "group": "BaseModArmor",
        "identifier": "the_vault:base_armor",
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": 13,
            "weight": 100,
            "value": {
              "min": 3,
              "max": 5,
              "step": 1
            }
          },
          {
            "minLevel": 14,
            "maxLevel": 26,
            "weight": 100,
            "value": {
              "min": 6,
              "max": 7,
              "step": 1
            }
          },
          {
            "minLevel": 27,
            "maxLevel": 39,
            "weight": 100,
            "value": {
              "min": 8,
              "max": 10,
              "step": 1
            }
          },
          {
            "minLevel": 40,
            "maxLevel": 51,
            "weight": 100,
            "value": {
              "min": 11,
              "max": 13,
              "step": 1
            }
          },
          {
            "minLevel": 52,
            "maxLevel": 64,
            "weight": 100,
            "value": {
              "min": 14,
              "max": 16,
              "step": 1
            }
          },
          {
            "minLevel": 65,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 17,
              "max": 20,
              "step": 1
            }
          },
          {
            "minLevel": 74,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 21,
              "max": 23,
              "step": 1
            }
          },
          {
            "minLevel": 86,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 24,
              "max": 27,
              "step": 1
            }
          },
          {
            "minLevel": 97,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 28,
              "max": 30,
              "step": 1
            }
          }
        ]
      },
      { "attribute": "the_vault:critical_hit_mitigation",
        "group": "BaseBonusPool",
        "identifier": "the_vault:base_critical_hit_mitigation",
        
        "tiers": [
          {
            "minLevel": 20,
            "maxLevel": 64,
            "weight": 100,
            "value": {
              "min": 0.05,
              "max": 0.15,
              "step": 0.01
            }
          },
          {
            "minLevel": 40,
            "maxLevel": 78,
            "weight": 100,
            "value": {
              "min": 0.16,
              "max": 0.24,
              "step": 0.01
            }
          },
          {
            "minLevel": 65,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.25,
              "max": 0.3,
              "step": 0.01
            }
          },
          {
            "minLevel": 79,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.31,
              "max": 0.4,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:ability_power",
        "group": "BaseBonusPool",
        "identifier": "the_vault:base_ap",

        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": 33,
            "weight": 100,
            "value": {
              "min": 2.0,
              "max": 6.0,
              "step": 0.5
            }
          },
          {
            "minLevel": 12,
            "maxLevel": 46,
            "weight": 100,
            "value": {
              "min": 7.0,
              "max": 12.0,
              "step": 0.5
            }
          },
          {
            "minLevel": 20,
            "maxLevel": 61,
            "weight": 100,
            "value": {
              "min": 13.0,
              "max": 16.0,
              "step": 0.5
            }
          },
          {
            "minLevel": 34,
            "maxLevel": 79,
            "weight": 100,
            "value": {
              "min": 17.0,
              "max": 20.0,
              "step": 0.5
            }
          },
          {
            "minLevel": 47,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 21.0,
              "max": 24.0,
              "step": 0.5
            }
          },
          {
            "minLevel": 62,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 25.0,
              "max": 28.0,
              "step": 0.5
            }
          },
          {
            "minLevel": 71,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 29.0,
              "max": 33.0,
              "step": 0.5
            }
          },
          {
            "minLevel": 80,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 34.0,
              "max": 38.0,
              "step": 0.5
            }
          },
          {
            "minLevel": 86,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 39.0,
              "max": 44.0,
              "step": 0.5
            }
          },
          {
            "minLevel": 96,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 45.0,
              "max": 50.0,
              "step": 0.5
            }
          }
        ]
      },
      { "attribute": "the_vault:movement_speed",
        "group": "BaseBonusPool",
        "identifier": "the_vault:base_movement",

        "tiers": [
          {
            "minLevel": 20,
            "maxLevel": 64,
            "weight": 100,
            "value": {
              "min": 0.02,
              "max": 0.06,
              "step": 0.01
            }
          },
          {
            "minLevel": 40,
            "maxLevel": 84,
            "weight": 100,
            "value": {
              "min": 0.07,
              "max": 0.1,
              "step": 0.01
            }
          },
          {
            "minLevel": 65,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.11,
              "max": 0.14,
              "step": 0.01
            }
          },
          {
            "minLevel": 85,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.15,
              "max": 0.2,
              "step": 0.01
            }
          }
        ]
      }
    ],
    "PREFIX": [
      { "attribute": "the_vault:armor",
        "group": "ModArmor",
        "identifier": "the_vault:mod_armor",
        "tags": [
          "focusArmor"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": 87,
            "weight": 600,
            "value": {
              "min": 1,
              "max": 2,
              "step": 1
            }
          },
          {
            "minLevel": 16,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 3,
              "max": 4,
              "step": 1
            }
          },
          {
            "minLevel": 38,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 5,
              "max": 6,
              "step": 1
            }
          },
          {
            "minLevel": 62,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 7,
              "max": 8,
              "step": 1
            }
          },
          {
            "minLevel": 88,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 9,
              "max": 10,
              "step": 1
            }
          },
          {
            "minLevel": 101,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 11,
              "max": 11,
              "step": 1
            }
          },
          {
            "minLevel": 102,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 12,
              "max": 12,
              "step": 1
            }
          }
        ]
      },
      { "attribute": "the_vault:health",
        "group": "ModHealthMana",
        "identifier": "the_vault:mod_health",
        "tags": [
          "focusHealth"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 500,
            "value": {
              "min": 2,
              "max": 3,
              "step": 1
            }
          },
          {
            "minLevel": 25,
            "maxLevel": -1,
            "weight": 500,
            "value": {
              "min": 4,
              "max": 4,
              "step": 1
            }
          },
          {
            "minLevel": 50,
            "maxLevel": -1,
            "weight": 500,
            "value": {
              "min": 5,
              "max": 5,
              "step": 1
            }
          },
          {
            "minLevel": 65,
            "maxLevel": -1,
            "weight": 500,
            "value": {
              "min": 6,
              "max": 6,
              "step": 1
            }
          },
          {
            "minLevel": 101,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 7,
              "max": 7,
              "step": 1
            }
          },
          {
            "minLevel": 102,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 8,
              "max": 8,
              "step": 1
            }
          }
        ]
      },
      { "attribute": "the_vault:mana_additive_percentile",
        "group": "ModHealthMana",
        "identifier": "the_vault:mod_mana_additive_percentile",
        "tags": [
          "focusManaPercentile",
          "antiqueAnyMana"
        ],
        "tiers": [
          {
            "minLevel": 41,
            "maxLevel": 79,
            "weight": 600,
            "value": {
              "min": 0.1,
              "max": 0.2,
              "step": 0.01
            }
          },
          {
            "minLevel": 64,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.21,
              "max": 0.3,
              "step": 0.01
            }
          },
          {
            "minLevel": 80,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.31,
              "max": 0.4,
              "step": 0.01
            }
          },
          {
            "minLevel": 96,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.41,
              "max": 0.5,
              "step": 0.01
            }
          },
          {
            "minLevel": 101,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.51,
              "max": 0.7,
              "step": 0.01
            }
          },
          {
            "minLevel": 102,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.71,
              "max": 1.0,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:resistance",
        "group": "ModResistance",
        "identifier": "the_vault:mod_resistance",
        "tags": [
          "focusResistance"
        ],
        "tiers": [
          {
            "minLevel": 17,
            "maxLevel": 81,
            "weight": 600,
            "value": {
              "min": 0.04,
              "max": 0.06,
              "step": 0.01
            }
          },
          {
            "minLevel": 36,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.07,
              "max": 0.09,
              "step": 0.01
            }
          },
          {
            "minLevel": 57,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.1,
              "max": 0.12,
              "step": 0.01
            }
          },
          {
            "minLevel": 82,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.13,
              "max": 0.16,
              "step": 0.01
            }
          },
          {
            "minLevel": 101,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.17,
              "max": 0.18,
              "step": 0.01
            }
          },
          {
            "minLevel": 102,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.19,
              "max": 0.20,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:damage_increase",
        "group": "ModResistance",
        "identifier": "the_vault:mod_damage_increase",
        "tags": [
          "focusDamage"
        ],
        "tiers": [
          {
            "minLevel": 6,
            "maxLevel": 72,
            "weight": 600,
            "value": {
              "min": 0.05,
              "max": 0.09,
              "step": 0.01
            }
          },
          {
            "minLevel": 21,
            "maxLevel": 89,
            "weight": 600,
            "value": {
              "min": 0.1,
              "max": 0.14,
              "step": 0.01
            }
          },
          {
            "minLevel": 44,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.15,
              "max": 0.21,
              "step": 0.01
            }
          },
          {
            "minLevel": 73,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.22,
              "max": 0.28,
              "step": 0.01
            }
          },
          {
            "minLevel": 90,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.29,
              "max": 0.35,
              "step": 0.01
            }
          },
          {
            "minLevel": 101,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.36,
              "max": 0.5,
              "step": 0.01
            }
          },
          {
            "minLevel": 102,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.51,
              "max": 0.75,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:ability_power_percent",
        "group": "ModResistance",
        "identifier": "the_vault:mod_ability_increase",
        "tags": [
          "focusAbilityDamage"
        ],
        "tiers": [
          {
            "minLevel": 20,
            "maxLevel": 86,
            "weight": 600,
            "value": {
              "min": 0.04,
              "max": 0.07,
              "step": 0.01
            }
          },
          {
            "minLevel": 42,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.08,
              "max": 0.11,
              "step": 0.01
            }
          },
          {
            "minLevel": 68,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.12,
              "max": 0.15,
              "step": 0.01
            }
          },
          {
            "minLevel": 87,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.16,
              "max": 0.2,
              "step": 0.01
            }
          },
          {
            "minLevel": 101,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.21,
              "max": 0.3,
              "step": 0.01
            }
          },
          {
            "minLevel": 102,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.31,
              "max": 0.5,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:knockback_resistance",
        "group": "ModKnockbackResistance",
        "identifier": "the_vault:mod_knockback_resistance",
        "tags": [
          "focusKnockbackRes"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": 56,
            "weight": 600,
            "value": {
              "min": 0.05,
              "max": 0.1,
              "step": 0.01
            }
          },
          {
            "minLevel": 15,
            "maxLevel": 88,
            "weight": 600,
            "value": {
              "min": 0.11,
              "max": 0.14,
              "step": 0.01
            }
          },
          {
            "minLevel": 32,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.15,
              "max": 0.19,
              "step": 0.01
            }
          },
          {
            "minLevel": 57,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.2,
              "max": 0.24,
              "step": 0.01
            }
          },
          {
            "minLevel": 89,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.25,
              "max": 0.3,
              "step": 0.01
            }
          },
          {
            "minLevel": 101,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.31,
              "max": 0.5,
              "step": 0.01
            }
          },
          {
            "minLevel": 102,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.51,
              "max": 0.7,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:effect_list_avoidance",
        "group": "ModEffectAvoidance",
        "identifier": "the_vault:mod_effect_avoidance",
        "tags": [
          "focusEffAvoidance"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "effectKeys": [
                "minecraft:poison",
                "minecraft:wither",
                "minecraft:levitation",
                "minecraft:slowness",
                "minecraft:blindness",
                "minecraft:hunger",
                "the_vault:bleed",
                "the_vault:chilled",
                "the_vault:corruption"
              ],
              "name": "the_vault.gear_attribute.effect_avoidance.avoidance.bad_effects",
              "minChance": 0.1,
              "maxChance": 0.15,
              "step": 0.01
            }
          },
          {
            "minLevel": 45,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "effectKeys": [
                "minecraft:poison",
                "minecraft:wither",
                "minecraft:levitation",
                "minecraft:slowness",
                "minecraft:blindness",
                "minecraft:hunger",
                "the_vault:bleed",
                "the_vault:chilled",
                "the_vault:corruption"
              ],
              "name": "the_vault.gear_attribute.effect_avoidance.avoidance.bad_effects",
              "minChance": 0.16,
              "maxChance": 0.25,
              "step": 0.01
            }
          },
          {
            "minLevel": 56,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "effectKeys": [
                "minecraft:poison",
                "minecraft:wither",
                "minecraft:levitation",
                "minecraft:slowness",
                "minecraft:blindness",
                "minecraft:hunger",
                "the_vault:bleed",
                "the_vault:chilled",
                "the_vault:corruption"
              ],
              "name": "the_vault.gear_attribute.effect_avoidance.avoidance.bad_effects",
              "minChance": 0.26,
              "maxChance": 0.35,
              "step": 0.01
            }
          },
          {
            "minLevel": 75,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "effectKeys": [
                "minecraft:poison",
                "minecraft:wither",
                "minecraft:levitation",
                "minecraft:slowness",
                "minecraft:blindness",
                "minecraft:hunger",
                "the_vault:bleed",
                "the_vault:chilled",
                "the_vault:corruption"
              ],
              "name": "the_vault.gear_attribute.effect_avoidance.avoidance.bad_effects",
              "minChance": 0.36,
              "maxChance": 0.4,
              "step": 0.01
            }
          },
          {
            "minLevel": 101,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "effectKeys": [
                "minecraft:poison",
                "minecraft:wither",
                "minecraft:levitation",
                "minecraft:slowness",
                "minecraft:blindness",
                "minecraft:hunger",
                "the_vault:bleed",
                "the_vault:chilled",
                "the_vault:corruption"
              ],
              "name": "the_vault.gear_attribute.effect_avoidance.avoidance.bad_effects",
              "minChance": 0.41,
              "maxChance": 0.6,
              "step": 0.01
            }
          },
          {
            "minLevel": 102,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "effectKeys": [
                "minecraft:poison",
                "minecraft:wither",
                "minecraft:levitation",
                "minecraft:slowness",
                "minecraft:blindness",
                "minecraft:hunger",
                "the_vault:bleed",
                "the_vault:chilled",
                "the_vault:corruption"
              ],
              "name": "the_vault.gear_attribute.effect_avoidance.avoidance.bad_effects",
              "minChance": 0.61,
              "maxChance": 0.9,
              "step": 0.01
            }
          }
        ]
      }
    ],
    "SUFFIX": [
      { "attribute": "the_vault:durability",
        "group": "ModDurability",
        "identifier": "the_vault:mod_durability",
        "tags": [
          "focusDurability",
          "noLegendary"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": 66,
            "weight": 200,
            "value": {
              "min": 400,
              "max": 800,
              "step": 1
            }
          },
          {
            "minLevel": 21,
            "maxLevel": -1,
            "weight": 200,
            "value": {
              "min": 801,
              "max": 1700,
              "step": 1
            }
          },
          {
            "minLevel": 42,
            "maxLevel": -1,
            "weight": 200,
            "value": {
              "min": 1601,
              "max": 2600,
              "step": 1
            }
          },
          {
            "minLevel": 51,
            "maxLevel": -1,
            "weight": 200,
            "value": {
              "min": 2401,
              "max": 4000,
              "step": 1
            }
          },
          {
            "minLevel": 65,
            "maxLevel": -1,
            "weight": 200,
            "value": {
              "min": 3201,
              "max": 7000,
              "step": 1
            }
          },
          {
            "minLevel": 90,
            "maxLevel": -1,
            "weight": 200,
            "value": {
              "min": 4001,
              "max": 9000,
              "step": 1
            }
          },
          {
            "minLevel": 101,
            "maxLevel": -1,
            "weight": 200,
            "value": {
              "min": 6001,
              "max": 8000,
              "step": 1
            }
          },
          {
            "minLevel": 102,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 8001,
              "max": 12000,
              "step": 1
            }
          }
        ]
      },
      { "attribute": "the_vault:cooldown_reduction",
        "group": "ModCooldownReduction",
        "identifier": "the_vault:mod_cooldown_reduction",
        "tags": [
          "focusCooldown"
        ],
        "tiers": [
          {
            "minLevel": 20,
            "maxLevel": 84,
            "weight": 100,
            "value": {
              "min": 0.03,
              "max": 0.05,
              "step": 0.01
            }
          },
          {
            "minLevel": 39,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.06,
              "max": 0.08,
              "step": 0.01
            }
          },
          {
            "minLevel": 59,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.09,
              "max": 0.11,
              "step": 0.01
            }
          },
          {
            "minLevel": 70,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.12,
              "max": 0.14,
              "step": 0.01
            }
          },
          {
            "minLevel": 85,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.15,
              "max": 0.17,
              "step": 0.01
            }
          },
          {
            "minLevel": 92,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.18,
              "max": 0.2,
              "step": 0.01
            }
          },
          {
            "minLevel": 101,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.21,
              "max": 0.3,
              "step": 0.01
            }
          },
          {
            "minLevel": 102,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.31,
              "max": 0.4,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:effect_duration",
        "group": "ModCooldownReduction",
        "identifier": "the_vault:mod_effect_duration",
        "tags": [
          "focusDuration"
        ],
        "tiers": [
          {
            "minLevel": 20,
            "maxLevel": 84,
            "weight": 100,
            "value": {
              "min": 0.03,
              "max": 0.05,
              "step": 0.01
            }
          },
          {
            "minLevel": 39,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.06,
              "max": 0.08,
              "step": 0.01
            }
          },
          {
            "minLevel": 59,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.09,
              "max": 0.11,
              "step": 0.01
            }
          },
          {
            "minLevel": 70,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.12,
              "max": 0.14,
              "step": 0.01
            }
          },
          {
            "minLevel": 85,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.15,
              "max": 0.17,
              "step": 0.01
            }
          },
          {
            "minLevel": 92,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.18,
              "max": 0.2,
              "step": 0.01
            }
          },
          {
            "minLevel": 101,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.21,
              "max": 0.3,
              "step": 0.01
            }
          },
          {
            "minLevel": 102,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.31,
              "max": 0.4,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:healing_effectiveness",
        "group": "ModHealthEff",
        "identifier": "the_vault:mod_healing_efficiency",
        "tags": [
          "focusHealingEff"
        ],
        "tiers": [
          {
            "minLevel": 12,
            "maxLevel": 65,
            "weight": 100,
            "value": {
              "min": 0.05,
              "max": 0.1,
              "step": 0.01
            }
          },
          {
            "minLevel": 25,
            "maxLevel": 81,
            "weight": 100,
            "value": {
              "min": 0.11,
              "max": 0.18,
              "step": 0.01
            }
          },
          {
            "minLevel": 46,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.19,
              "max": 0.26,
              "step": 0.01
            }
          },
          {
            "minLevel": 66,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.27,
              "max": 0.32,
              "step": 0.01
            }
          },
          {
            "minLevel": 82,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.33,
              "max": 0.37,
              "step": 0.01
            }
          },
          {
            "minLevel": 98,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.38,
              "max": 0.42,
              "step": 0.01
            }
          },
          {
            "minLevel": 101,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.43,
              "max": 0.6,
              "step": 0.01
            }
          },
          {
            "minLevel": 102,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.61,
              "max": 0.8,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:mana_regen",
        "group": "ModManaRegen",
        "identifier": "the_vault:mod_mana_regen",
        "tags": [
          "focusManaRegen",
          "antiqueAnyMana"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": 54,
            "weight": 100,
            "value": {
              "min": 0.1,
              "max": 0.2,
              "step": 0.01
            }
          },
          {
            "minLevel": 23,
            "maxLevel": 66,
            "weight": 100,
            "value": {
              "min": 0.21,
              "max": 0.3,
              "step": 0.01
            }
          },
          {
            "minLevel": 34,
            "maxLevel": 80,
            "weight": 100,
            "value": {
              "min": 0.31,
              "max": 0.4,
              "step": 0.01
            }
          },
          {
            "minLevel": 46,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.41,
              "max": 0.5,
              "step": 0.01
            }
          },
          {
            "minLevel": 55,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.51,
              "max": 0.6,
              "step": 0.01
            }
          },
          {
            "minLevel": 67,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.61,
              "max": 0.7,
              "step": 0.01
            }
          },
          {
            "minLevel": 81,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.71,
              "max": 0.8,
              "step": 0.01
            }
          },
          {
            "minLevel": 92,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.81,
              "max": 1.0,
              "step": 0.01
            }
          },
          {
            "minLevel": 101,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 1.01,
              "max": 1.3,
              "step": 0.01
            }
          },
          {
            "minLevel": 102,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 1.31,
              "max": 2.0,
              "step": 0.01
            }
          }
        ]
      }
    ],
    "CRAFTED_PREFIX": [
      { "attribute": "the_vault:armor",
        "group": "ModArmor",
        "identifier": "the_vault:crafted_armor",
        "tags": [
          "focusArmor"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 1,
              "max": 2,
              "step": 1
            }
          },
          {
            "minLevel": 16,
            "maxLevel": -1,
            "weight": 80,
            "value": {
              "min": 3,
              "max": 4,
              "step": 1
            }
          },
          {
            "minLevel": 38,
            "maxLevel": -1,
            "weight": 60,
            "value": {
              "min": 5,
              "max": 6,
              "step": 1
            }
          },
          {
            "minLevel": 62,
            "maxLevel": -1,
            "weight": 60,
            "value": {
              "min": 7,
              "max": 8,
              "step": 1
            }
          },
          {
            "minLevel": 88,
            "maxLevel": -1,
            "weight": 60,
            "value": {
              "min": 9,
              "max": 10,
              "step": 1
            }
          }
        ]
      },
      { "attribute": "the_vault:health",
        "group": "ModHealthMana",
        "identifier": "the_vault:crafted_health",
        "tags": [
          "focusHealth"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 2,
              "max": 3,
              "step": 1
            }
          },
          {
            "minLevel": 25,
            "maxLevel": -1,
            "weight": 85,
            "value": {
              "min": 4,
              "max": 4,
              "step": 1
            }
          },
          {
            "minLevel": 50,
            "maxLevel": -1,
            "weight": 60,
            "value": {
              "min": 5,
              "max": 5,
              "step": 1
            }
          },
          {
            "minLevel": 65,
            "maxLevel": -1,
            "weight": 30,
            "value": {
              "min": 6,
              "max": 6,
              "step": 1
            }
          }
        ]
      },
      { "attribute": "the_vault:mana_additive_percentile",
        "group": "ModHealthMana",
        "identifier": "the_vault:crafted_mana_additive_percentile",
        "tags": [
          "focusManaPercentile"
        ],
        "tiers": [
          {
            "minLevel": 41,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.1,
              "max": 0.2,
              "step": 0.01
            }
          },
          {
            "minLevel": 64,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.21,
              "max": 0.3,
              "step": 0.01
            }
          },
          {
            "minLevel": 80,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.31,
              "max": 0.4,
              "step": 0.01
            }
          },
          {
            "minLevel": 96,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.41,
              "max": 0.5,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:resistance",
        "group": "ModResistance",
        "identifier": "the_vault:crafted_resistance",
        "tags": [
          "focusResistance"
        ],
        "tiers": [
          {
            "minLevel": 17,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.04,
              "max": 0.06,
              "step": 0.01
            }
          },
          {
            "minLevel": 36,
            "maxLevel": -1,
            "weight": 80,
            "value": {
              "min": 0.07,
              "max": 0.09,
              "step": 0.01
            }
          },
          {
            "minLevel": 57,
            "maxLevel": -1,
            "weight": 60,
            "value": {
              "min": 0.1,
              "max": 0.12,
              "step": 0.01
            }
          },
          {
            "minLevel": 82,
            "maxLevel": -1,
            "weight": 60,
            "value": {
              "min": 0.13,
              "max": 0.16,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:knockback_resistance",
        "group": "ModKnockbackResistance",
        "identifier": "the_vault:crafted_knockback_resistance",
        "tags": [
          "focusKnockbackRes"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.05,
              "max": 0.1,
              "step": 0.01
            }
          },
          {
            "minLevel": 15,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.11,
              "max": 0.14,
              "step": 0.01
            }
          },
          {
            "minLevel": 32,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.15,
              "max": 0.19,
              "step": 0.01
            }
          },
          {
            "minLevel": 57,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.2,
              "max": 0.24,
              "step": 0.01
            }
          },
          {
            "minLevel": 89,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.25,
              "max": 0.3,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:damage_increase",
        "group": "ModResistance",
        "identifier": "the_vault:crafted_damage_increase",
        "tags": [
          "focusDamage"
        ],
        "tiers": [
          {
            "minLevel": 6,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.05,
              "max": 0.09,
              "step": 0.01
            }
          },
          {
            "minLevel": 21,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.1,
              "max": 0.14,
              "step": 0.01
            }
          },
          {
            "minLevel": 44,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.15,
              "max": 0.21,
              "step": 0.01
            }
          },
          {
            "minLevel": 73,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.22,
              "max": 0.28,
              "step": 0.01
            }
          },
          {
            "minLevel": 90,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.29,
              "max": 0.35,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:ability_power_percent",
        "group": "ModResistance",
        "identifier": "the_vault:crafted_ap_increase",
        "tags": [
          "focusAbilityDamage"
        ],
        "tiers": [
          {
            "minLevel": 20,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.04,
              "max": 0.07,
              "step": 0.01
            }
          },
          {
            "minLevel": 42,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.08,
              "max": 0.11,
              "step": 0.01
            }
          },
          {
            "minLevel": 68,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.12,
              "max": 0.15,
              "step": 0.01
            }
          },
          {
            "minLevel": 87,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 0.16,
              "max": 0.2,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:effect_list_avoidance",
        "group": "ModEffectAvoidance",
        "identifier": "the_vault:crafted_effect_avoidance",
        "tags": [
          "focusEffAvoidance"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 120,
            "value": {
              "effectKeys": [
                "minecraft:poison",
                "minecraft:wither",
                "minecraft:levitation",
                "minecraft:slowness",
                "minecraft:blindness",
                "minecraft:hunger",
                "the_vault:bleed",
                "the_vault:chilled",
                "the_vault:corruption"
              ],
              "name": "the_vault.gear_attribute.effect_avoidance.avoidance.bad_effects",
              "minChance": 0.1,
              "maxChance": 0.15,
              "step": 0.01
            }
          },
          {
            "minLevel": 45,
            "maxLevel": -1,
            "weight": 120,
            "value": {
              "effectKeys": [
                "minecraft:poison",
                "minecraft:wither",
                "minecraft:levitation",
                "minecraft:slowness",
                "minecraft:blindness",
                "minecraft:hunger",
                "the_vault:bleed",
                "the_vault:chilled",
                "the_vault:corruption"
              ],
              "name": "the_vault.gear_attribute.effect_avoidance.avoidance.bad_effects",
              "minChance": 0.16,
              "maxChance": 0.25,
              "step": 0.01
            }
          },
          {
            "minLevel": 56,
            "maxLevel": -1,
            "weight": 120,
            "value": {
              "effectKeys": [
                "minecraft:poison",
                "minecraft:wither",
                "minecraft:levitation",
                "minecraft:slowness",
                "minecraft:blindness",
                "minecraft:hunger",
                "the_vault:bleed",
                "the_vault:chilled",
                "the_vault:corruption"
              ],
              "name": "the_vault.gear_attribute.effect_avoidance.avoidance.bad_effects",
              "minChance": 0.26,
              "maxChance": 0.35,
              "step": 0.01
            }
          },
          {
            "minLevel": 75,
            "maxLevel": -1,
            "weight": 120,
            "value": {
              "effectKeys": [
                "minecraft:poison",
                "minecraft:wither",
                "minecraft:levitation",
                "minecraft:slowness",
                "minecraft:blindness",
                "minecraft:hunger",
                "the_vault:bleed",
                "the_vault:chilled",
                "the_vault:corruption"
              ],
              "name": "the_vault.gear_attribute.effect_avoidance.avoidance.bad_effects",
              "minChance": 0.36,
              "maxChance": 0.4,
              "step": 0.01
            }
          },
          {
            "minLevel": 101,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "effectKeys": [
                "minecraft:poison",
                "minecraft:wither",
                "minecraft:levitation",
                "minecraft:slowness",
                "minecraft:blindness",
                "minecraft:hunger",
                "the_vault:bleed",
                "the_vault:chilled",
                "the_vault:corruption"
              ],
              "name": "the_vault.gear_attribute.effect_avoidance.avoidance.bad_effects",
              "minChance": 0.41,
              "maxChance": 0.6,
              "step": 0.01
            }
          },
          {
            "minLevel": 102,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "effectKeys": [
                "minecraft:poison",
                "minecraft:wither",
                "minecraft:levitation",
                "minecraft:slowness",
                "minecraft:blindness",
                "minecraft:hunger",
                "the_vault:bleed",
                "the_vault:chilled",
                "the_vault:corruption"
              ],
              "name": "the_vault.gear_attribute.effect_avoidance.avoidance.bad_effects",
              "minChance": 0.61,
              "maxChance": 0.9,
              "step": 0.01
            }
          }
        ]
      }
    ],
    "CRAFTED_SUFFIX": [
      { "attribute": "the_vault:durability",
        "group": "ModDurability",
        "identifier": "the_vault:crafted_durability",
        "tags": [
          "focusDurability"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": 66,
            "weight": 600,
            "value": {
              "min": 400,
              "max": 800,
              "step": 1
            }
          },
          {
            "minLevel": 21,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 801,
              "max": 1700,
              "step": 1
            }
          },
          {
            "minLevel": 42,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 1601,
              "max": 2600,
              "step": 1
            }
          },
          {
            "minLevel": 51,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 2401,
              "max": 4000,
              "step": 1
            }
          },
          {
            "minLevel": 65,
            "maxLevel": -1,
            "weight": 600,
            "value": {
              "min": 3201,
              "max": 7000,
              "step": 1
            }
          },
          {
            "minLevel": 90,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 4001,
              "max": 9000,
              "step": 1
            }
          }
        ]
      },
      { "attribute": "the_vault:cooldown_reduction",
        "group": "ModCooldownReduction",
        "identifier": "the_vault:crafted_cooldown_reduction",
        "tags": [
          "focusCooldown"
        ],
        "tiers": [
          {
            "minLevel": 20,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.03,
              "max": 0.05,
              "step": 0.01
            }
          },
          {
            "minLevel": 39,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.06,
              "max": 0.08,
              "step": 0.01
            }
          },
          {
            "minLevel": 59,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.09,
              "max": 0.11,
              "step": 0.01
            }
          },
          {
            "minLevel": 70,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.12,
              "max": 0.14,
              "step": 0.01
            }
          },
          {
            "minLevel": 85,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.15,
              "max": 0.17,
              "step": 0.01
            }
          },
          {
            "minLevel": 92,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.18,
              "max": 0.2,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:effect_duration",
      "group": "ModCooldownReduction",
      "identifier": "the_vault:crafted_effect_duration",
      "tags": [
        "focusDuration"
      ],
      "tiers": [
        {
          "minLevel": 20,
          "maxLevel": 84,
          "weight": 100,
          "value": {
            "min": 0.03,
            "max": 0.05,
            "step": 0.01
          }
        },
        {
          "minLevel": 39,
          "maxLevel": -1,
          "weight": 100,
          "value": {
            "min": 0.06,
            "max": 0.08,
            "step": 0.01
          }
        },
        {
          "minLevel": 59,
          "maxLevel": -1,
          "weight": 100,
          "value": {
            "min": 0.09,
            "max": 0.11,
            "step": 0.01
          }
        },
        {
          "minLevel": 70,
          "maxLevel": -1,
          "weight": 100,
          "value": {
            "min": 0.12,
            "max": 0.14,
            "step": 0.01
          }
        },
        {
          "minLevel": 85,
          "maxLevel": -1,
          "weight": 100,
          "value": {
            "min": 0.15,
            "max": 0.17,
            "step": 0.01
          }
        },
        {
          "minLevel": 92,
          "maxLevel": -1,
          "weight": 100,
          "value": {
            "min": 0.18,
            "max": 0.2,
            "step": 0.01
          }
        }
      ]
      },
      { "attribute": "the_vault:healing_effectiveness",
        "group": "ModHealthEff",
        "identifier": "the_vault:crafted_healing_efficiency",
        "tags": [
          "focusHealingEff"
        ],
        "tiers": [
          {
            "minLevel": 12,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.05,
              "max": 0.1,
              "step": 0.01
            }
          },
          {
            "minLevel": 25,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.11,
              "max": 0.18,
              "step": 0.01
            }
          },
          {
            "minLevel": 46,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.19,
              "max": 0.26,
              "step": 0.01
            }
          },
          {
            "minLevel": 66,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.27,
              "max": 0.32,
              "step": 0.01
            }
          },
          {
            "minLevel": 82,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.33,
              "max": 0.37,
              "step": 0.01
            }
          },
          {
            "minLevel": 98,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.38,
              "max": 0.42,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:mana_regen",
        "group": "ModManaRegen",
        "identifier": "the_vault:crafted_mana_regen",
        "tags": [
          "focusManaRegen"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.1,
              "max": 0.2,
              "step": 0.01
            }
          },
          {
            "minLevel": 23,
            "maxLevel": -1,
            "weight": 90,
            "value": {
              "min": 0.21,
              "max": 0.3,
              "step": 0.01
            }
          },
          {
            "minLevel": 34,
            "maxLevel": -1,
            "weight": 80,
            "value": {
              "min": 0.31,
              "max": 0.4,
              "step": 0.01
            }
          },
          {
            "minLevel": 46,
            "maxLevel": -1,
            "weight": 70,
            "value": {
              "min": 0.41,
              "max": 0.5,
              "step": 0.01
            }
          },
          {
            "minLevel": 55,
            "maxLevel": -1,
            "weight": 60,
            "value": {
              "min": 0.51,
              "max": 0.6,
              "step": 0.01
            }
          },
          {
            "minLevel": 67,
            "maxLevel": -1,
            "weight": 60,
            "value": {
              "min": 0.61,
              "max": 0.7,
              "step": 0.01
            }
          },
          {
            "minLevel": 81,
            "maxLevel": -1,
            "weight": 60,
            "value": {
              "min": 0.71,
              "max": 0.8,
              "step": 0.01
            }
          },
          {
            "minLevel": 92,
            "maxLevel": -1,
            "weight": 60,
            "value": {
              "min": 0.81,
              "max": 1.0,
              "step": 0.01
            }
          }
        ]
      }
    ],
    "CORRUPTED_IMPLICIT": [
      { "attribute": "the_vault:lucky_thorns",
        "group": "ModLuckyThorns",
        "identifier": "the_vault:u_lucky_thorns",
        "tags": [
          "noLegendary"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 500,
            "value": {
              "flag": true
            }
          }
        ]
      },
      { "attribute": "the_vault:relentless_strike",
        "group": "ModRelentlessStrike",
        "identifier": "the_vault:u_relentless_strike",
        "tags": [
          "noLegendary"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 500,
            "value": {
              "min": 0.08,
              "max": 0.16,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:kinetic_immunity",
        "group": "UniqueKineticImmunity",
        "identifier": "the_vault:mod_kinetic_immunity",
        "tags": [
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 500,
            "value": {
              "flag": true
            }
          }
        ]
      },
      { "attribute": "the_vault:ability_special_modification",
        "group": "ModEnhancement",
        "identifier": "the_vault:unique_entropic_poison",
        "tags": [],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "specialModificationKey": "the_vault:entropic_bind_poison",
              "abilityKey": "Empower_Slowness_Aura",
              "textColor": 14076214,
              "highlightColor": 6082075,
              "min": 1,
              "max": 6,
              "step": 1
            }
          },
          {
            "minLevel": 50,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "specialModificationKey": "the_vault:entropic_bind_poison",
              "abilityKey": "Empower_Slowness_Aura",
              "textColor": 14076214,
              "highlightColor": 6082075,
              "min": 7,
              "max": 12,
              "step": 1
            }
          }
        ]
      },
      { "attribute": "the_vault:effect_trail",
        "group": "ModEnhancement",
        "identifier": "the_vault:u_chilled_effect_trail",
        "tags": [],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 500,
            "value": {
              "effectId": "the_vault:chilled",
              "durationTicks": {
                "min": 60,
                "max": 160,
                "step": 20
              }
            }
          }
        ]
      },
      { "attribute": "the_vault:warp_projectile_speed",
        "group": "ModWarpSpeed",
        "identifier": "the_vault:mod_warp_projectile_speed",
        "tags": [],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "min": 0.1,
              "max": 0.25,
              "step": 0.01
            }
          },
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "min": 0.25,
              "max": 0.50,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:mana_per_looted_tile",
        "group": "uLootedTile",
        "identifier": "the_vault:u_mana_looting",
        "tags": [],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 500,
            "value": {
              "tileEntityGroupId": "the_vault:chest",
              "displayName": "Chest",
              "manaGenerationChance": {
                "min": 0.2,
                "max": 0.6,
                "step": 0.01
              },
              "manaGenerated": {
                "min": 1,
                "max": 3,
                "step": 1
              }
            }
          }
        ]
      },
      { "attribute": "the_vault:third_attack",
        "group": "ModThirdAttack",
        "identifier": "the_vault:u_third_attack",
        "tags": [
          "noLegendary"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 500,
            "value": {
              "min": 0.4,
              "max": 1.2,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:ability_on_damage",
        "group": "ModOnDamageType",
        "identifier": "the_vault:u_frost_nova_on_damage",
        "tags": [
          "noLegendary"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 500,
            "value": {
              "abilityId": "Nova_Slow",
              "chance": {
                "min": 0.05,
                "max": 0.2,
                "step": 0.01
              },
              "level": {
                "min": 2,
                "max": 7,
                "step": 1
              }
            }
          }
        ]
      },
      {
        "attribute": "the_vault:on_kill_heal",
        "group": "ModEnhancement",
        "identifier": "the_vault:u_on_kill_heal",
        "tags": [
          "noImbuement"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "chance": {
                "min": 0.05,
                "max": 0.20,
                "step": 0.01
              },
              "amount": {
                "min": 2.0,
                "max": 2.0,
                "step": 0.0
              }
            }
          }
        ]
      },
      {
        "attribute": "the_vault:arcane_nova_on_hit",
        "group": "ModEnhancement",
        "identifier": "the_vault:u_arcane_nova_on_hit",
        "tags": [
          "noImbuement"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "hitsRequired": {
                "min": 6,
                "max": 10,
                "step": 1
              },
              "radius": {
                "min": 3.0,
                "max": 6.0,
                "step": 1
              },
              "percentAbilityPower": {
                "min": 0.50,
                "max": 2.00,
                "step": 0.05
              }
            }
          }
        ]
      },
      {
        "attribute": "the_vault:block_heal",
        "group": "ModEnhancement",
        "identifier": "the_vault:u_block_heal",
        "tags": [
          "noLegendary",
          "noImbuement"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "chance": {
                "min": 0.20,
                "max": 0.50,
                "step": 0.05
              },
              "amount": {
                "min": 2.0,
                "max": 2.0,
                "step": 0.0
              }
            }
          }
        ]
      },
      {
        "attribute": "the_vault:block_glacial_prison",
        "group": "ModEnhancement",
        "identifier": "the_vault:u_block_glacial_prison",
        "tags": [
          "noLegendary",
          "noImbuement"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.20,
              "max": 0.50,
              "step": 0.01
            }
          }
        ]
      },
      { "attribute": "the_vault:ability_cooldown_skip",
        "group": "ModEnhancement",
        "identifier": "the_vault:mod_ability_cooldown_skip",
        "tags": [
          "nolegendary",
          "noImbuement"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.05,
              "max": 0.20,
              "step": 0.01
            }
          }
        ]
      },
      {
        "attribute": "the_vault:ability_cast_on_loot",
        "group": "ModAbilityCastOnLoot",
        "identifier": "the_vault:u_ability_cast_on_loot",
        "tags": [
          "noImbuement"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "abilityId": "Nova_Slow",
              "tileEntityGroupId": "the_vault:chest",
              "displayName": "Omega Chest",
              "chance": {
                "min": 0.05,
                "max": 0.20,
                "step": 0.05
              },
              "level": {
                "min": 4,
                "max": 8,
                "step": 1
              }
            }
          }
        ]
      },
      { "attribute": "the_vault:mining_speed_percent",
        "group": "ModCopiously",
        "identifier": "the_vault:u_mining_speed_percent",
        "tags": [
          "focusMiningSpeedPercent"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 100,
            "value": {
              "min": 0.20,
              "max": 0.50,
              "step": 0.05
            }
          }
        ]
      },

      { "attribute": "the_vault:ability_area_of_effect_percent",
        "group": "ModEnhancement",
        "identifier": "the_vault:fireball_aoe_increase",
        "tags": [],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "min": 0.1,
              "max": 0.24,
              "step": 0.01,
              "abilityKey": "Fireball_Base"
            }
          },
          {
            "minLevel": 64,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "min": 0.25,
              "max": 0.5,
              "step": 0.01,
              "abilityKey": "Fireball_Base"
            }
          }
        ]
      },
      { "attribute": "the_vault:ability_area_of_effect_percent",
        "group": "ModEnhancement",
        "identifier": "the_vault:storm_aoe_reduce",
        "tags": [],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 500,
            "value": {
              "min": -0.8,
              "max": -0.6,
              "step": 0.01,
              "abilityKey": "Storm_Arrow_Base"
            }
          }
        ]
      },
      { "attribute": "the_vault:ability_area_of_effect_percent",
        "group": "ModEnhancement",
        "identifier": "the_vault:fear_effect_increase",
        "tags": [],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 166,
            "value": {
              "min": 0.2,
              "max": 0.4,
              "step": 0.01,
              "abilityKey": "Taunt_Repel"
            }
          },
          {
            "minLevel": 60,
            "maxLevel": -1,
            "weight": 166,
            "value": {
              "min": 0.41,
              "max": 0.6,
              "step": 0.01,
              "abilityKey": "Taunt_Repel"
            }
          },
          {
            "minLevel": 80,
            "maxLevel": -1,
            "weight": 166,
            "value": {
              "min": 0.61,
              "max": 1.0,
              "step": 0.01,
              "abilityKey": "Taunt_Repel"
            }
          }
        ]
      },
      { "attribute": "the_vault:ability_special_modification",
        "group": "ModEnhancement",
        "identifier": "the_vault:unique_frost_nova_vulnerability",
        "tags": [],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 166,
            "value": {
              "specialModificationKey": "the_vault:frost_nova_vulnerability",
              "abilityKey": "Nova_Slow",
              "textColor": 14076214,
              "highlightColor": 6082075,
              "min": 1,
              "max": 2,
              "step": 1
            }
          },
          {
            "minLevel": 50,
            "maxLevel": -1,
            "weight": 166,
            "value": {
              "specialModificationKey": "the_vault:frost_nova_vulnerability",
              "abilityKey": "Nova_Slow",
              "textColor": 14076214,
              "highlightColor": 6082075,
              "min": 3,
              "max": 4,
              "step": 1
            }
          },
          {
            "minLevel": 80,
            "maxLevel": -1,
            "weight": 166,
            "value": {
              "specialModificationKey": "the_vault:frost_nova_vulnerability",
              "abilityKey": "Nova_Slow",
              "textColor": 14076214,
              "highlightColor": 6082075,
              "min": 5,
              "max": 6,
              "step": 1
            }
          }
        ]
      },

      { "attribute": "the_vault:ability_cooldown_percent",
        "group": "ModEnhancement",
        "identifier": "the_vault:storm_cooldown",
        "tags": [],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 500,
            "value": {
              "min": -0.75,
              "max": -0.5,
              "step": 0.01,
              "abilityKey": "Storm_Arrow_Base"
            }
          }
        ]
      },
      { "attribute": "the_vault:ability_cooldown_percent",
        "group": "ModEnhancement",
        "identifier": "the_vault:heal_cooldown",
        "tags": [],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 500,
            "value": {
              "min": -0.75,
              "max": -0.25,
              "step": 0.01,
              "abilityKey": "Heal_Group"
            }
          }
        ]
      },
      { "attribute": "the_vault:ability_cooldown_percent",
        "group": "ModEnhancement",
        "identifier": "the_vault:warp_cooldown",
        "tags": [],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": 49,
            "weight": 250,
            "value": {
              "min": -0.10,
              "max": -0.25,
              "step": 0.01,
              "abilityKey": "Dash_Warp"
            }
          },
          {
            "minLevel": 50,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "min": -0.26,
              "max": -0.50,
              "step": 0.01,
              "abilityKey": "Dash_Warp"
            }
          }
        ]
      },

      { "attribute": "the_vault:on_hit_aoe",
        "group": "ModOnHitType",
        "identifier": "the_vault:u_on_hit_aoe",
        "tags": [
          "focusChaining"
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 500,
            "value": {
              "min": 1,
              "max": 1,
              "step": 1
            }
          }
        ]
      },

      { "attribute": "the_vault:added_ability_level",
        "group": "ModAbility",
        "identifier": "the_vault:u_all_skills",
        "tags": [
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 1,
              "abilityKey": "all_abilities"
            }
          },
          {
            "minLevel": 25,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 2,
              "abilityKey": "all_abilities"
            }
          }
        ]
      },

      { "attribute": "the_vault:added_ability_level",
        "group": "ModAbility",
        "identifier": "the_vault:seal_offensive_skills",
        "tags": [
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 1,
              "abilityKey": "OFFENSIVE"
            }
          },
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 2,
              "abilityKey": "OFFENSIVE"
            }
          },
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 3,
              "abilityKey": "OFFENSIVE"
            }
          },
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 4,
              "abilityKey": "OFFENSIVE"
            }
          }
        ]
      },

      { "attribute": "the_vault:added_ability_level",
        "group": "ModAbility",
        "identifier": "the_vault:seal_utility_skills",
        "tags": [
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 1,
              "abilityKey": "UTILITY"
            }
          },
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 2,
              "abilityKey": "UTILITY"
            }
          },
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 3,
              "abilityKey": "UTILITY"
            }
          },
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 4,
              "abilityKey": "UTILITY"
            }
          }
        ]
      },

      { "attribute": "the_vault:added_ability_level",
        "group": "ModAbility",
        "identifier": "the_vault:seal_powerup_skills",
        "tags": [
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 1,
              "abilityKey": "POWERUP"
            }
          },
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 2,
              "abilityKey": "POWERUP"
            }
          },
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 3,
              "abilityKey": "POWERUP"
            }
          },
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 4,
              "abilityKey": "POWERUP"
            }
          }
        ]
      },

      { "attribute": "the_vault:added_ability_level",
        "group": "ModAbility",
        "identifier": "the_vault:seal_ultimate_skills",
        "tags": [
        ],
        "tiers": [
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 1,
              "abilityKey": "ULTIMATE"
            }
          },
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 2,
              "abilityKey": "ULTIMATE"
            }
          },
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 3,
              "abilityKey": "ULTIMATE"
            }
          },
          {
            "minLevel": 0,
            "maxLevel": -1,
            "weight": 250,
            "value": {
              "levelChange": 4,
              "abilityKey": "ULTIMATE"
            }
          }
        ]
      }
    ]
  }
}