poe-i18n
Version:
i18n utility for Path of Exile
1,925 lines (1,924 loc) • 89.1 kB
JSON
{
"meta": {
"include": "skill_stat_descriptions",
"hasIdentifiers": false
},
"data": {
"num_additional_traps": {
"stats": ["number_of_additional_traps_to_throw"],
"translations": [
{
"matchers": [1],
"text": "Minions Throw up to 1 additional Trap",
"formatters": []
},
{
"matchers": ["#"],
"text": "Minions Throw up to %1% additional Traps",
"formatters": []
}
]
},
"num_additional_mines": {
"stats": ["number_of_additional_mines_to_place"],
"translations": [
{
"matchers": [1],
"text": "Minions Place an additional Mine",
"formatters": []
},
{
"matchers": ["#"],
"text": "Minions Place %1% additional Mines",
"formatters": []
}
]
},
"num_additional_traps_allowed": {
"stats": ["number_of_additional_traps_allowed"],
"translations": [
{
"matchers": [1],
"text": "Minions can have an additional Trap placed at a time",
"formatters": []
},
{
"matchers": ["#"],
"text": "Minions can have %1% additional Traps placed at a time",
"formatters": []
}
]
},
"num_additional_mines_allowed": {
"stats": ["number_of_additional_remote_mines_allowed"],
"translations": [
{
"matchers": [1],
"text": "Minions can have an additional Mine placed at a time",
"formatters": []
},
{
"matchers": ["#"],
"text": "Minions can have %1% additional Mines placed at a time",
"formatters": []
}
]
},
"trap_throw_random": {
"stats": ["throw_traps_in_circle_radius"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Traps are thrown randomly",
"formatters": []
}
]
},
"cast_speed_incr": {
"stats": ["base_cast_speed_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Cast Speed",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced Cast Speed",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"multicast_cast_speed_incr": {
"stats": ["support_multicast_cast_speed_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% more Cast Speed",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% less Cast Speed",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"attack_speed_incr": {
"stats": ["attack_speed_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Attack Speed",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced Attack Speed",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"accuracy_rating": {
"stats": ["accuracy_rating"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1% additional Accuracy Rating",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions lose %1% Accuracy Rating",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"accuracy_rating_incr": {
"stats": ["accuracy_rating_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Accuracy Rating",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced Accuracy Rating",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"critical_strike_chance_incr": {
"stats": ["critical_strike_chance_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Critical Strike Chance",
"formatters": []
}
]
},
"critical_strike_multiplier_incr": {
"stats": ["base_critical_strike_multiplier_+"],
"translations": [
{
"matchers": ["#"],
"text": "Minions have %1$+d%% Critical Strike Multiplier",
"formatters": []
}
]
},
"life_gain_per_target": {
"stats": ["life_gain_per_target"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions gain %1% Life for each enemy they Hit",
"formatters": []
}
]
},
"life_leech_from_any": {
"stats": ["life_leech_from_any_damage_permyriad"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions Leech %1%%% of Damage as Life",
"formatters": [
{
"id": "divide_by_one_hundred",
"arg": 1
},
{
"id": "reminderstring",
"arg": "ReminderTextLifeLeech"
}
]
}
]
},
"mana_leech_from_any": {
"stats": ["mana_leech_from_any_damage_permyriad"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions Leech %1%%% of Damage as Mana",
"formatters": [
{
"id": "divide_by_one_hundred",
"arg": 1
},
{
"id": "reminderstring",
"arg": "ReminderTextManaLeech"
}
]
}
]
},
"knockback_chance": {
"stats": ["base_global_chance_to_knockback_%"],
"translations": [
{
"matchers": [[1, 99]],
"text":
"Minions have an additional %1%%% chance to Knock Enemies Back on Hit",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextKnockback"
}
]
},
{
"matchers": [[100, "#"]],
"text": "Minions knock Enemies Back on Hit",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextKnockback"
}
]
}
]
},
"knockback_distance": {
"stats": ["knockback_distance_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Knockback Distance",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced Knockback Distance",
"formatters": []
}
]
},
"stun_threshold_reduction_incr": {
"stats": ["base_stun_threshold_reduction_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% reduced Enemy Stun Threshold",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextStunThreshold"
}
]
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% increased Enemy Stun Threshold",
"formatters": [
{
"id": "negate",
"arg": 1
},
{
"id": "reminderstring",
"arg": "ReminderTextStunThreshold"
}
]
}
]
},
"killed_monster_dropped_item_rarity_incr": {
"stats": ["killed_monster_dropped_item_rarity_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"%1%%% increased Rarity of Items Dropped by enemies Slain by Minions",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"%1%%% reduced Rarity of Items Dropped by enemies Slain by Minions",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"killed_monster_dropped_item_quantity_incr": {
"stats": ["killed_monster_dropped_item_quantity_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"%1%%% increased Quantity of Items Dropped by enemies Slain by Minions",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"%1%%% reduced Quantity of Items Dropped by enemies Slain by Minions",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"freeze_chance": {
"stats": ["base_chance_to_freeze_%", "always_freeze"],
"translations": [
{
"matchers": ["#", [1, "#"]],
"text": "Minions always Freeze Enemies",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextFreeze"
}
]
},
{
"matchers": [[100, "#"], 0],
"text": "Minions always Freeze Enemies",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextFreeze"
}
]
},
{
"matchers": [[1, 99], 0],
"text": "Minions have %1%%% chance to Freeze enemies",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextFreeze"
}
]
}
]
},
"shock_chance": {
"stats": ["base_chance_to_shock_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% chance to Shock enemies",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextShock"
}
]
}
]
},
"burn_chance": {
"stats": ["base_chance_to_ignite_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% chance to Ignite enemies",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextIgnite"
}
]
}
]
},
"chance_to_flee": {
"stats": ["global_hit_causes_monster_flee_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Minions have %1%%% chance to cause Monsters to Flee when Hit",
"formatters": []
}
]
},
"area_of_effect_incr": {
"stats": ["base_skill_area_of_effect_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Area of Effect",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced Area of Effect",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"concentrated_area_of_effect": {
"stats": ["support_concentrated_effect_skill_area_of_effect_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% more Area of Effect",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% less Area of Effect",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"aura_area_of_effect_incr": {
"stats": ["base_aura_area_of_effect_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Aura Area of Effect",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced Aura Area of Effect",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"aura_effect_incr": {
"stats": ["aura_effect_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased effect of their Auras",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced effect of their Auras",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"projectile_speed_incr": {
"stats": ["base_projectile_speed_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Projectile Speed",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced Projectile Speed",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"additional_projectiles": {
"stats": ["number_of_additional_projectiles"],
"translations": [
{
"matchers": [1],
"text": "Minions fire %1% additional Projectile",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Minions fire %1% additional Projectiles",
"formatters": []
}
]
},
"life_leech_speed": {
"stats": ["life_leech_speed_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Life Leech rate",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextLifeLeech"
}
]
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced Life Leech rate",
"formatters": [
{
"id": "negate",
"arg": 1
},
{
"id": "reminderstring",
"arg": "ReminderTextLifeLeech"
}
]
}
]
},
"mana_leech_speed": {
"stats": ["mana_leech_speed_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Mana Leech rate",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextManaLeech"
}
]
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced Mana Leech rate",
"formatters": [
{
"id": "negate",
"arg": 1
},
{
"id": "reminderstring",
"arg": "ReminderTextManaLeech"
}
]
}
]
},
"stun_duration_incr": {
"stats": ["base_stun_duration_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Stun Duration on enemies",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced Stun Duration on enemies",
"formatters": []
}
]
},
"chill_effect": {
"stats": ["chill_effect_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Chill Effect on enemies",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced Chill Effect on enemies",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"burn_duration": {
"stats": ["ignite_duration_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Ignite Duration on enemies",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced Ignite Duration on enemies",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"chill_duration": {
"stats": ["chill_duration_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Chill Duration on enemies",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced Chill Duration on enemies",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"freeze_duration": {
"stats": ["freeze_duration_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Freeze Duration on enemies",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced Freeze Duration on enemies",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"shock_duration": {
"stats": ["shock_duration_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Shock Duration on enemies",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced Shock Duration on enemies",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"elemental_status_aura": {
"stats": ["elemental_status_effect_aura_radius"],
"translations": [
{
"matchers": ["#"],
"text":
"Elemental Ailments caused by Minions also spread to nearby enemies",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextElementalStatusAilments"
}
]
}
]
},
"ignite_aura": {
"stats": ["support_ignite_proliferation_radius"],
"translations": [
{
"matchers": ["#"],
"text": "Ignites caused by Minions spread to other nearby Enemies",
"formatters": []
}
]
},
"support_melee_physical_damage_final_incr": {
"stats": ["support_melee_physical_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Melee Physical Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Melee Physical Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_melee_physical_damage_ailment_damage_final_incr": {
"stats": [
"support_melee_physical_damage_poison_and_bleeding_damage_+%_final_from_melee_hits"
],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Minions deal %1%%% more Damage with Bleeding and Poison caused by Melee Hits",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Minions deal %1%%% less Damage with Bleeding and Poison caused by Melee Hits",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_damage_full_life_incr": {
"stats": ["support_damage_while_on_full_life_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Minions deal %1%%% more Damage with Attack Skills while on Full Life",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Minions deal %1%%% less Damage with Attack Skills while on Full Life",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"attack_damage_incr": {
"stats": ["attack_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% increased Attack Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% reduced Attack Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"unused_identifier_physical_damage": {
"stats": ["physical_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% increased Physical Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% reduced Physical Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"unused_identifier_physical_damage_final": {
"stats": ["active_skill_physical_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Physical Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Physical Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"unused_identifier_elemental_damage_final": {
"stats": ["active_skill_elemental_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Elemental Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Elemental Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"multiple_projectile_damage_final": {
"stats": ["support_multiple_projectile_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Projectile Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Projectile Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"lesser_multiple_projectile_damage_final": {
"stats": ["support_lesser_multiple_projectile_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Projectile Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Projectile Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"area_concentrate_damage_final": {
"stats": ["support_area_concentrate_area_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Area Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Area Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"added_physical_attack_damage": {
"stats": [
"attack_minimum_added_physical_damage",
"attack_maximum_added_physical_damage"
],
"translations": [
{
"matchers": ["#", "#"],
"text": "Minions' Attacks deal %1% to %2% additional Physical Damage",
"formatters": []
}
]
},
"added_cold_damage": {
"stats": [
"global_minimum_added_cold_damage",
"global_maximum_added_cold_damage"
],
"translations": [
{
"matchers": ["#", "#"],
"text": "Minions deal %1% to %2% additional Cold Damage",
"formatters": []
}
]
},
"added_lightning_damage": {
"stats": [
"global_minimum_added_lightning_damage",
"global_maximum_added_lightning_damage"
],
"translations": [
{
"matchers": ["#", "#"],
"text": "Minions deal %1% to %2% additional Lightning Damage",
"formatters": []
}
]
},
"added_chaos_damage": {
"stats": [
"global_minimum_added_chaos_damage",
"global_maximum_added_chaos_damage"
],
"translations": [
{
"matchers": ["#", "#"],
"text": "Minions deal %1% to %2% additional Chaos Damage",
"formatters": []
}
]
},
"melee_physical_damage_incr": {
"stats": ["melee_physical_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Minions deal %1%%% increased Physical Damage with Melee Attacks",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Minions deal %1%%% reduced Physical Damage with Melee Attacks",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"physical_damage_to_add_as_fire": {
"stats": ["physical_damage_%_to_add_as_fire"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Minions deal %1%%% of their Physical Damage as Extra Fire Damage",
"formatters": []
}
]
},
"cold_damage_to_convert_to_fire": {
"stats": ["skill_cold_damage_%_to_convert_to_fire"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "%1%%% of Minion Cold Damage Converted to Fire Damage",
"formatters": []
}
]
},
"physical_damage_to_add_as_lightning": {
"stats": ["physical_damage_%_to_add_as_lightning"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Minions deal %1%%% of Physical Damage as Extra Lightning Damage",
"formatters": []
}
]
},
"physical_damage_to_convert_to_lightning": {
"stats": ["skill_physical_damage_%_to_convert_to_lightning"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"%1%%% of Minion Physical Damage Converted to Lightning Damage",
"formatters": []
}
]
},
"damage_incr": {
"stats": ["damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% increased Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% reduced Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"fire_damage_incr": {
"stats": ["fire_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% increased Fire Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% reduced Fire Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"cold_damage_incr": {
"stats": ["cold_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% increased Cold Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% reduced Cold Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"lightning_damage_incr": {
"stats": ["lightning_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% increased Lightning Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% reduced Lightning Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"chaos_damage_incr": {
"stats": ["chaos_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% increased Chaos Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% reduced Chaos Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_attack_elemental_damage_final": {
"stats": ["support_attack_skills_elemental_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Elemental Damage with Attack Skills",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Elemental Damage with Attack Skills",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"weapon_elemental_damage_incr": {
"stats": ["weapon_elemental_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% increased Elemental Damage with Weapons",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% reduced Elemental Damage with Weapons",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"elemental_damage_incr": {
"stats": ["elemental_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% increased Elemental Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% reduced Elemental Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_more_minion_damage": {
"stats": ["support_minion_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"controlled_destruction": {
"stats": ["support_controlled_destruction_spell_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Spell Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Spell Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_efficacy_spell_damage": {
"stats": ["support_efficacy_spell_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Spell Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Spell Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"spell_damage_incr": {
"stats": ["spell_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% increased Spell Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% reduced Spell Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_better_ailments_bonus": {
"stats": ["support_better_ailments_ailment_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Damage with Ailments",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextDamagingAilments"
}
]
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Damage with Ailments",
"formatters": [
{
"id": "negate",
"arg": 1
},
{
"id": "reminderstring",
"arg": "ReminderTextDamagingAilments"
}
]
}
]
},
"support_better_ailments_malus": {
"stats": ["support_better_ailments_hit_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Damage with Hits",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Damage with Hits",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_chance_to_ignite_damage": {
"stats": ["support_chance_to_ignite_fire_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Fire Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Fire Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"ignite_prolif_damage": {
"stats": ["support_ignite_prolif_ignite_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Damage with Ignite",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Damage with Ignite",
"formatters": []
}
]
},
"rapid_decay": {
"stats": ["support_rapid_decay_damage_over_time_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Damage over Time",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Damage over Time",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_efficacy_dot": {
"stats": ["support_efficacy_damage_over_time_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Damage over Time",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Damage over Time",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_debilitate_hit_damage": {
"stats": [
"support_debilitate_hit_damage_+%_final_per_poison_stack",
"support_debilitate_hit_damage_max_poison_stacks"
],
"translations": [
{
"matchers": [[1, "#"], "#"],
"text":
"Minions deal %1%%% more Damage with Hits for each Poison on the Enemy, up to %2%",
"formatters": []
},
{
"matchers": [["#", -1], "#"],
"text":
"Minions deal %1%%% less Damage with Hits for each Poison on the Enemy, up to %2%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_debilitate_poison_damage": {
"stats": ["support_debilitate_poison_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Damage with Poison",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Damage with Poison",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_poison_poison_damage": {
"stats": ["support_poison_poison_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Damage with Poison",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Damage with Poison",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"damage_over_time_incr": {
"stats": ["damage_over_time_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% increased Damage over Time",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% reduced Damage over Time",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"minion_damage_final": {
"stats": ["active_skill_minion_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions deal %1%%% more Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions deal %1%%% less Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"number_of_zombies": {
"stats": ["number_of_zombies_allowed"],
"translations": [
{
"matchers": [1],
"text": "Can raise up to %1% Zombie at a time",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Can raise up to %1% Zombies at a time",
"formatters": []
}
]
},
"number_of_spectres": {
"stats": ["number_of_spectres_allowed"],
"translations": [
{
"matchers": [1],
"text": "Can raise up to %1% Spectre at a time",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Can raise up to %1% Spectres at a time",
"formatters": []
}
]
},
"number_of_raging_spirits": {
"stats": ["number_of_raging_spirits_allowed"],
"translations": [
{
"matchers": [1],
"text": "Can summon up to %1% Raging Spirit at a time",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Can summon up to %1% Raging Spirits at a time",
"formatters": []
}
]
},
"number_of_animated_weapons": {
"stats": ["number_of_animated_weapons_allowed"],
"translations": [
{
"matchers": [1],
"text": "Can summon up to %1% Animated Weapon at a time",
"formatters": []
},
{
"matchers": [[1, "#"]],
"text": "Can summon up to %1% Animated Weapons at a time",
"formatters": []
}
]
},
"number_of_beasts": {
"stats": ["base_number_of_beast_minions_allowed"],
"translations": [
{
"matchers": [1],
"text": "Can Summon up to %1% Bestial Minion at a time",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Can Summon up to %1% Bestial Minion at a time",
"formatters": []
}
]
},
"display_one_harbinger_allowed": {
"stats": ["display_one_harbinger_allowed"],
"translations": [
{
"matchers": ["#"],
"text": "Can Summon up to 1 Harbinger at a time",
"formatters": []
}
]
},
"number_of_golems": {
"stats": ["number_of_golems_allowed"],
"translations": [
{
"matchers": [1],
"text": "Can Summon up to %1% Golem at a time",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Can Summon up to %1% Golems at a time",
"formatters": []
}
]
},
"display_minion_life": {
"stats": ["display_minion_maximum_life"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1% maximum Life",
"formatters": []
}
]
},
"number_of_skeletons_allowed": {
"stats": ["number_of_skeletons_allowed"],
"translations": [
{
"matchers": [1],
"text": "Can summon up to %1% Skeleton at a time",
"formatters": []
},
{
"matchers": [[1, "#"]],
"text": "Can summon up to %1% Skeletons at a time",
"formatters": []
}
]
},
"number_of_spiders": {
"stats": ["number_of_spider_minions_allowed"],
"translations": [
{
"matchers": [1],
"text": "Can raise up to %1% Spiders at a time",
"formatters": []
},
{
"matchers": [[1, "#"]],
"text": "Can raise up to %1% Spiders at a time",
"formatters": []
}
]
},
"melee_skeletons_to_summon": {
"stats": ["number_of_melee_skeletons_to_summon"],
"translations": [
{
"matchers": [1],
"text": "Summons %1% Skeleton Warrior",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Summons %1% Skeleton Warriors",
"formatters": []
}
]
},
"archer_skeletons_to_summon": {
"stats": ["number_of_archer_skeletons_to_summon"],
"translations": [
{
"matchers": [1],
"text": "Summons %1% Skeleton Archer",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Summons %1% Skeleton Archers",
"formatters": []
}
]
},
"mage_skeletons_to_summon": {
"stats": ["number_of_mage_skeletons_to_summon"],
"translations": [
{
"matchers": [1],
"text": "Summons %1% Skeleton Mage",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Summons %1% Skeleton Mages",
"formatters": []
}
]
},
"leader_skeletons_to_summon": {
"stats": ["number_of_leader_skeletons_to_summon"],
"translations": [
{
"matchers": [1],
"text": "Summons %1% Skeleton General",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Summons %1% Skeleton Generals",
"formatters": []
}
]
},
"number_of_converted_allowed": {
"stats": ["number_of_converted_allowed"],
"translations": [
{
"matchers": [1],
"text": "Can have %1% Dominated Enemy at a time",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Can have up to %1% Dominated Enemies at a time",
"formatters": []
}
]
},
"culling_strike": {
"stats": ["kill_enemy_on_hit_if_under_10%_life"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have Culling Strike",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextCullingStrike"
}
]
}
]
},
"point_blank": {
"stats": ["keystone_point_blank"],
"translations": [
{
"matchers": ["#"],
"text": "Minions have Point Blank",
"formatters": []
}
]
},
"chance_to_blind": {
"stats": ["global_chance_to_blind_on_hit_%"],
"translations": [
{
"matchers": ["#"],
"text": "Minions have %1%%% chance to Blind enemies on hit",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextBlind"
}
]
}
]
},
"blind_duration_incr": {
"stats": ["blind_duration_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions have %1%%% increased Blinding duration",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Minions have %1%%% reduced Blinding duration",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"fire_penetration": {
"stats": ["base_reduce_enemy_fire_resistance_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions Penetrate %1%%% Fire Resistance",
"formatters": []
}
]
},
"cold_penetration": {
"stats": ["base_reduce_enemy_cold_resistance_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions Penetrate %1%%% Cold Resistance",
"formatters": []
}
]
},
"elemental_penetration": {
"stats": ["reduce_enemy_elemental_resistance_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions Penetrate %1%%% Elemental Resistances",
"formatters": []
}
]
},
"lightning_penetration": {
"stats": ["base_reduce_enemy_lightning_resistance_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Minions Penetrate %1%%% Lightning Resistance",
"formatters": []
}
]
},
"chain_num": {
"stats": ["virtual_number_of_additional_projectiles_in_chain"],
"translations": [
{
"matchers": ["#"],
"text": "Minion's Projectiles Chain %1$+d Times",
"formatters": []
}
]
},
"split_num": {
"stats": ["projectile_number_to_split"],
"translations": [
{
"matchers": ["#"],
"text": "Minion's Projectiles Split into %1%",
"formatters": []
}
]
},
"fork": {
"stats": ["projectiles_fork"],
"translations": [
{
"matchers": ["#"],
"text": "Minion's Projectiles Fork",
"formatters": []
}
]
},
"return": {
"stats": ["projectiles_return", "projectiles_return_if_no_hit_object"],
"translations": [
{
"matchers": ["#", 0],
"text": "Minion's Projectiles Return to Them after hitting targets",
"formatters": []
},
{
"matchers": [0, "#"],
"text": "Minion's Projectiles Return to Them at end of flight",
"formatters": []
},
{
"matchers": ["#", "#"],
"text": "Minion's Projectiles Return to Them",
"formatters": []
}
]
},
"melee_splash": {
"stats": ["melee_splash"],
"translations": [
{
"matchers": ["#"],
"text":
"Minion's single-target Melee attacks deal Splash Damage to Surrounding Targets",
"formatters": []
}
]
},
"melee_mulitple_attacks": {
"stats": ["base_melee_attack_repeat_count"],
"translations": [
{
"matchers": ["#"],
"text": "Minion's Melee Attacks repeat %1% additional times",
"formatters": []
}