{
  "meta": {
    "include": "skill_stat_descriptions",
    "hasIdentifiers": false
  },
  "data": {
    "buff_duration": {
      "stats": ["buff_effect_duration"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "Curse lasts %1% seconds",
          "formatters": [
            {
              "id": "milliseconds_to_seconds",
              "arg": 1
            }
          ]
        }
      ]
    },
    "action_speed_reduction": {
      "stats": ["temporal_chains_action_speed_+%_final"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "Cursed enemies are %1%%% faster",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text": "Cursed enemies are %1%%% slower",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            }
          ]
        }
      ]
    },
    "buff_time_passed_reduction": {
      "stats": ["buff_time_passed_-%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "Other effects on Cursed enemies expire %1%%% slower",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text": "Other effects on Cursed enemies expire %1%%% faster",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            }
          ]
        }
      ]
    },
    "elemental_resist": {
      "stats": ["base_resist_all_elements_%"],
      "translations": [
        {
          "matchers": ["#"],
          "text": "Cursed enemies have %1$+d%% to Elemental Resistances",
          "formatters": []
        }
      ]
    },
    "fire_resist": {
      "stats": ["base_fire_damage_resistance_%"],
      "translations": [
        {
          "matchers": ["#"],
          "text": "Cursed enemies have %1$+d%% to Fire Resistance",
          "formatters": []
        }
      ]
    },
    "cold_resist": {
      "stats": ["base_cold_damage_resistance_%"],
      "translations": [
        {
          "matchers": ["#"],
          "text": "Cursed enemies have %1$+d%% to Cold Resistance",
          "formatters": []
        }
      ]
    },
    "lightning_resist": {
      "stats": ["base_lightning_damage_resistance_%"],
      "translations": [
        {
          "matchers": ["#"],
          "text": "Cursed enemies have %1$+d%% to Lightning Resistance",
          "formatters": []
        }
      ]
    },
    "chaos_resist": {
      "stats": ["base_chaos_damage_resistance_%"],
      "translations": [
        {
          "matchers": ["#"],
          "text": "Cursed enemies have %1$+d%% to Chaos Resistance",
          "formatters": []
        }
      ]
    },
    "chance_to_be_frozen": {
      "stats": ["chance_to_be_frozen_%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Cursed enemies have %1$+d%% chance to be Frozen by Cold Damage",
          "formatters": []
        }
      ]
    },
    "chance_to_be_ignited": {
      "stats": ["chance_to_be_ignited_%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Cursed enemies have %1$+d%% chance to be Ignited by Fire Damage",
          "formatters": [
            {
              "id": "reminderstring",
              "arg": "ReminderTextIgnite"
            }
          ]
        }
      ]
    },
    "chance_to_be_shocked": {
      "stats": ["chance_to_be_shocked_%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Cursed enemies have %1$+d%% chance to be Shocked by Lightning Damage",
          "formatters": [
            {
              "id": "reminderstring",
              "arg": "ReminderTextShock"
            }
          ]
        }
      ]
    },
    "monster_flask_charges_incr": {
      "stats": ["monster_slain_flask_charges_granted_+%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "Cursed enemies grant %1%%% increased Flask Charges",
          "formatters": []
        }
      ]
    },
    "life_leeched_when_hit": {
      "stats": ["life_leech_on_any_damage_when_hit_permyriad"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "Cursed enemies grant %1%%% Life Leech when Hit",
          "formatters": [
            {
              "id": "divide_by_one_hundred",
              "arg": 1
            },
            {
              "id": "reminderstring",
              "arg": "ReminderTextLifeLeech"
            }
          ]
        }
      ]
    },
    "mana_leeched_when_hit": {
      "stats": ["mana_leech_on_any_damage_when_hit_permyriad"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "Cursed enemies grant %1%%% Mana Leech when Hit",
          "formatters": [
            {
              "id": "divide_by_one_hundred",
              "arg": 1
            },
            {
              "id": "reminderstring",
              "arg": "ReminderTextManaLeech"
            }
          ]
        }
      ]
    },
    "chance_to_grant_endurance_charge_on_death": {
      "stats": ["chance_to_grant_endurance_charge_on_death_%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Cursed enemies have a %1%%% chance to grant an Endurance Charge when slain",
          "formatters": []
        }
      ]
    },
    "chance_to_grant_frenzy_charge_on_death": {
      "stats": ["chance_to_grant_frenzy_charge_on_death_%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Cursed enemies have a %1%%% chance to grant a Frenzy Charge when slain",
          "formatters": []
        }
      ]
    },
    "chance_to_grant_power_charge_on_death": {
      "stats": ["chance_to_grant_power_charge_on_death_%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Cursed enemies have a %1%%% chance to grant a Power Charge when slain",
          "formatters": []
        }
      ]
    },
    "punishment_normal": {
      "stats": ["punishment_physical_damage_%_reflected_for_normal_monsters"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Reflects %1%%% of Physical Damage dealt by Cursed Normal Enemies",
          "formatters": []
        }
      ]
    },
    "punishment_magic": {
      "stats": ["punishment_physical_damage_%_reflected_for_magic_monsters"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Reflects %1%%% of Physical Damage dealt by Cursed Magic Enemies",
          "formatters": []
        }
      ]
    },
    "punishment_rare": {
      "stats": ["punishment_physical_damage_%_reflected_for_rare_monsters"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Reflects %1%%% of Physical Damage dealt by Cursed Rare Enemies",
          "formatters": []
        }
      ]
    },
    "punishment_unique": {
      "stats": ["punishment_physical_damage_%_reflected_for_unique_monsters"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Reflects %1%%% of Physical Damage dealt by Cursed Unique Enemies",
          "formatters": []
        }
      ]
    },
    "accuracy_rating_incr": {
      "stats": ["accuracy_rating_+%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "Cursed enemies have %1%%% increased Accuracy Rating",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text": "Cursed enemies have %1%%% reduced Accuracy Rating",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            }
          ]
        }
      ]
    },
    "critical_strike_chance_incr": {
      "stats": ["critical_strike_chance_+%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "Cursed enemies have %1%%% increased Critical Strike Chance",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text": "Cursed enemies have %1%%% reduced Critical Strike Chance",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            }
          ]
        }
      ]
    },
    "critical_strike_multiplier_incr": {
      "stats": ["base_critical_strike_multiplier_+"],
      "translations": [
        {
          "matchers": ["#"],
          "text": "Cursed enemies have %1$+d%% to Critical Strike Multiplier",
          "formatters": []
        }
      ]
    },
    "enfeeble_damage_scale": {
      "stats": ["enfeeble_damage_+%_final"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "Cursed enemies deal %1%%% more Damage",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text": "Cursed enemies deal %1%%% less Damage",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            }
          ]
        }
      ]
    },
    "chance_to_take_critical_strike": {
      "stats": ["additional_chance_to_take_critical_strike_%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Cursed enemies have an additional %1%%% chance to receive a Critical Strike",
          "formatters": []
        }
      ]
    },
    "self_critical_strike_multiplier_reduction": {
      "stats": ["base_self_critical_strike_multiplier_-%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Cursed enemies take %1%%% reduced Extra Damage from Critical Strikes",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text":
            "Cursed enemies take %1%%% increased Extra Damage from Critical Strikes",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            }
          ]
        }
      ]
    },
    "be_pierced": {
      "stats": ["projectiles_always_pierce_you"],
      "translations": [
        {
          "matchers": ["#"],
          "text": "Projectiles Pierce Cursed Enemies",
          "formatters": []
        }
      ]
    },
    "chance_to_be_knocked_back": {
      "stats": ["chance_to_be_knocked_back_%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Hits on Cursed Enemies have an additional %1%%% chance to Knockback",
          "formatters": [
            {
              "id": "reminderstring",
              "arg": "ReminderTextKnockback"
            }
          ]
        }
      ]
    },
    "evasion_rating_poachers_mark": {
      "stats": ["evasion_rating_+%_final_from_poachers_mark"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "Cursed enemies have %1%%% more Evasion",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text": "Cursed enemies have %1%%% less Evasion",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            }
          ]
        }
      ]
    },
    "projectile_damage_taken_incr": {
      "stats": ["projectile_damage_taken_+%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Cursed enemies take %1%%% increased Damage from Projectile Hits",
          "formatters": []
        }
      ]
    },
    "chance_to_be_stunned": {
      "stats": ["chance_to_be_stunned_%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Cursed enemies have an additional %1%%% chance to be Stunned",
          "formatters": []
        }
      ]
    },
    "stun_recovery_incr": {
      "stats": ["base_stun_recovery_+%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "Cursed enemies have %1%%% increased Stun and Block Recovery",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text": "Cursed enemies have %1%%% reduced Stun and Block Recovery",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            }
          ]
        }
      ]
    },
    "physical_damage_taken_incr": {
      "stats": ["physical_damage_taken_+%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "Cursed enemies take %1%%% increased Physical Damage",
          "formatters": []
        }
      ]
    },
    "degen_effect_incr": {
      "stats": ["degen_effect_+%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Cursed enemies take %1%%% increased Damage from Damage Over Time effects",
          "formatters": []
        }
      ]
    },
    "self_burn_duration": {
      "stats": ["base_self_ignite_duration_-%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "Ignite on Cursed enemies has %1%%% reduced Duration",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text": "Ignite on Cursed enemies has %1%%% increased Duration",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            }
          ]
        }
      ]
    },
    "self_freeze_duration": {
      "stats": ["base_self_freeze_duration_-%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "Freezes on Cursed enemies have %1%%% reduced Duration",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text": "Freezes on Cursed enemies have %1%%% increased Duration",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            }
          ]
        }
      ]
    },
    "self_shock_duration": {
      "stats": ["base_self_shock_duration_-%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "Shocks on Cursed enemies have %1%%% reduced Duration",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text": "Shocks on Cursed enemies have %1%%% increased Duration",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            }
          ]
        }
      ]
    },
    "cannot_cast_curses": {
      "stats": ["cannot_cast_curses"],
      "translations": [
        {
          "matchers": ["#"],
          "text": "You cannot Cast this Curse directly",
          "formatters": []
        }
      ]
    },
    "life_granted_when_hit": {
      "stats": ["life_granted_when_hit_by_attacks"],
      "translations": [
        {
          "matchers": ["#"],
          "text": "Cursed enemies grant %1% Life when Hit by Attacks",
          "formatters": []
        }
      ]
    },
    "mana_granted_when_hit": {
      "stats": ["mana_granted_when_hit_by_attacks"],
      "translations": [
        {
          "matchers": ["#"],
          "text": "Cursed enemies grant %1% Mana when Hit by Attacks",
          "formatters": []
        }
      ]
    },
    "life_granted_when_killed": {
      "stats": ["life_granted_when_killed"],
      "translations": [
        {
          "matchers": ["#"],
          "text": "Cursed enemies grant %1% Life when Killed",
          "formatters": []
        }
      ]
    },
    "mana_granted_when_killed": {
      "stats": ["mana_granted_when_killed"],
      "translations": [
        {
          "matchers": ["#"],
          "text": "Cursed enemies grant %1% Mana when Killed",
          "formatters": []
        }
      ]
    },
    "curse_area": {
      "stats": ["curse_area_of_effect_+%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "%1%%% increased Area of Effect of Curses",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text": "%1%%% reduced Area of Effect of Curses",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            }
          ]
        }
      ]
    },
    "curse_aura": {
      "stats": ["curse_apply_as_aura"],
      "translations": [
        {
          "matchers": ["#"],
          "text": "Supported Curse Spells are Cast as Auras",
          "formatters": []
        }
      ]
    },
    "maim_when_hit_chance": {
      "stats": ["chance_to_be_maimed_when_hit_%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Cursed Enemies have %1%%% chance to be Maimed for 4 seconds when Hit by Attacks",
          "formatters": [
            {
              "id": "reminderstring",
              "arg": "ReminderTextMaim"
            }
          ]
        }
      ]
    },
    "chaos_weakness_damage": {
      "stats": [
        "minimum_added_chaos_damage_taken",
        "maximum_added_chaos_damage_taken"
      ],
      "translations": [
        {
          "matchers": ["#", "#"],
          "text": "Adds %1% to %2% Chaos Damage to Hits against Cursed Enemies",
          "formatters": []
        }
      ]
    },
    "physical_dot_taken_incr": {
      "stats": ["base_physical_damage_over_time_taken_+%"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Cursed enemies take %1%%% increased Physical Damage from Damage over time",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text":
            "Cursed enemies take %1%%% increased Physical Damage from Damage over time",
          "formatters": []
        }
      ]
    }
  }
}
