UNPKG

poe-i18n

Version:

i18n utility for Path of Exile

1,619 lines (1,618 loc) 43.8 kB
{ "meta": { "include": "minion_skill_stat_descriptions", "hasIdentifiers": false }, "data": { "attack_speed_incr": { "stats": ["attack_speed_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% increased Attack Speed", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% reduced Attack Speed", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "accuracy_rating": { "stats": ["accuracy_rating"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1% additional Accuracy Rating", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have -%1% Accuracy Rating", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "accuracy_rating_incr": { "stats": ["accuracy_rating_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% increased Accuracy Rating", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% reduced Accuracy Rating", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "critical_strike_chance_incr": { "stats": ["critical_strike_chance_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% increased Critical Strike Chance", "formatters": [] } ] }, "critical_strike_multiplier_incr": { "stats": ["base_critical_strike_multiplier_+"], "translations": [ { "matchers": ["#"], "text": "This Attack and Minions have %1$+d%% to Critical Strike Multiplier", "formatters": [] } ] }, "reduce_block": { "stats": ["global_reduce_enemy_block_%"], "translations": [ { "matchers": [[1, "#"]], "text": "Enemy Block Chance reduced by %1%%% against this Skill and Minions", "formatters": [] } ] }, "life_gain_per_target": { "stats": ["life_gain_per_target"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions gain %1% Life for each enemy Hit", "formatters": [] } ] }, "life_leech_from_any": { "stats": ["life_leech_from_any_damage_permyriad"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and 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": "This Attack and 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": "This Attack and Minions have an additional %1%%% chance to Knock Enemies Back on Hit", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextKnockback" } ] }, { "matchers": [[100, "#"]], "text": "This Attack and Minions Knock Enemies back on Hit", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextKnockback" } ] } ] }, "knockback_distance": { "stats": ["knockback_distance_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% increased Knockback Distance", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% reduced Knockback Distance", "formatters": [] } ] }, "stun_threshold_reduction_incr": { "stats": ["base_stun_threshold_reduction_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% reduced Enemy Stun Threshold", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextStunThreshold" } ] }, { "matchers": [["#", -1]], "text": "This Attack and 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 or This Attack", "formatters": [] }, { "matchers": [["#", -1]], "text": "%1%%% reduced Rarity of Items Dropped by enemies Slain by Minions or This Attack", "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 or This Attack", "formatters": [] }, { "matchers": [["#", -1]], "text": "%1%%% reduced Quantity of Items Dropped by enemies Slain by Minions or This Attack", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "freeze_chance": { "stats": ["base_chance_to_freeze_%", "always_freeze"], "translations": [ { "matchers": ["#", [1, "#"]], "text": "This Attack and Minions always Freeze Enemies", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextFreeze" } ] }, { "matchers": [[100, "#"], 0], "text": "This Attack and Minions always Freeze Enemies", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextFreeze" } ] }, { "matchers": [[1, 99], 0], "text": "This Attack and Minions have %1%%% chance to Freeze enemies", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextFreeze" } ] } ] }, "shock_chance": { "stats": ["base_chance_to_shock_%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% chance to Shock enemies", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextShock" } ] } ] }, "burn_chance": { "stats": ["base_chance_to_ignite_%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and 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": "This Attack and Minions have %1%%% chance to cause Monsters to Flee when Hit", "formatters": [] } ] }, "life_leech_speed": { "stats": ["life_leech_speed_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% increased Life Leech rate", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextLifeLeech" } ] }, { "matchers": [["#", -1]], "text": "This Attack and 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": "This Attack and Minions have %1%%% increased Mana Leech rate", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextManaLeech" } ] }, { "matchers": [["#", -1]], "text": "This Attack and 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": "This Attack and Minions have %1%%% increased Stun Duration on enemies", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% reduced Stun Duration on enemies", "formatters": [] } ] }, "burn_duration": { "stats": ["ignite_duration_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% increased Ignite Duration on Enemies", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% reduced Ignite Duration on Enemies", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "chill_effect": { "stats": ["chill_effect_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% increased Chill Effect on enemies", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% reduced Chill Effect on enemies", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "chill_duration": { "stats": ["chill_duration_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% increased Chill Duration on enemies", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% reduced Chill Duration on enemies", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "freeze_duration": { "stats": ["freeze_duration_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% increased Freeze Duration on enemies", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% reduced Freeze Duration on enemies", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "shock_duration": { "stats": ["shock_duration_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% increased Shock Duration on enemies", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and 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 this Attack or Minions spread to other nearby Enemies", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextElementalStatusAilments" } ] } ] }, "ignite_aura": { "stats": ["support_ignite_proliferation_radius"], "translations": [ { "matchers": ["#"], "text": "Ignites caused by this Attack or Minions spread to other nearby Enemies", "formatters": [] } ] }, "culling_strike": { "stats": ["kill_enemy_on_hit_if_under_10%_life"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have Culling Strike", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextCullingStrike" } ] } ] }, "point_blank": { "stats": ["keystone_point_blank"], "translations": [ { "matchers": ["#"], "text": "This Attack and Minions have Point Blank", "formatters": [] } ] }, "fire_penetration": { "stats": ["base_reduce_enemy_fire_resistance_%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions Penetrate %1%%% Fire Resistance", "formatters": [] } ] }, "cold_penetration": { "stats": ["base_reduce_enemy_cold_resistance_%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions Penetrate %1%%% Cold Resistance", "formatters": [] } ] }, "elemental_penetration": { "stats": ["reduce_enemy_elemental_resistance_%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions Penetrate %1%%% Elemental Resistances", "formatters": [] } ] }, "lightning_penetration": { "stats": ["base_reduce_enemy_lightning_resistance_%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions Penetrate %1%%% Lightning Resistance", "formatters": [] } ] }, "chance_to_blind": { "stats": ["global_chance_to_blind_on_hit_%"], "translations": [ { "matchers": ["#"], "text": "This Attack and Minions have %1%%% chance to Blind enemies on hit", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextBlind" } ] } ] }, "blind_duration_incr": { "stats": ["blind_duration_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% increased Blinding duration", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% reduced Blinding duration", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "melee_splash": { "stats": ["melee_splash"], "translations": [ { "matchers": ["#"], "text": "This Attack and Minion's single-target Melee attacks deal Splash Damage to surrounding targets", "formatters": [] } ] }, "power_charge_on_crit_chance": { "stats": ["add_power_charge_on_critical_strike_%"], "translations": [ { "matchers": [[1, 99]], "text": "This Attack and Minions have %1%%% chance to gain a Power Charge on Critical Strike", "formatters": [] }, { "matchers": [[100, "#"]], "text": "This Attack and Minoins gain a Power Charge on Critical Strike", "formatters": [] } ] }, "multiple_attacks_speed": { "stats": ["support_multiple_attacks_melee_attack_speed_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% more Melee Attack Speed", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% less Melee Attack Speed", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "area_of_effect_incr": { "stats": ["base_skill_area_of_effect_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% increased Area of Effect", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and 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": "This Attack and Minions have %1%%% more Area of Effect", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% less Area of Effect", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "burn_damage": { "stats": ["burn_damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% increased Burning Damage", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% reduced Burning Damage", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "endurance_charge_on_stun": { "stats": ["gain_endurance_charge_on_melee_stun"], "translations": [ { "matchers": ["#"], "text": "This Attack and Minions gain Endurance Charges when Stunning Enemies with Melee Damage", "formatters": [] } ] }, "attack_speed_incr_on_low_life": { "stats": ["attack_speed_+%_when_on_low_life"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% increased Attack Speed when on Low Life", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextLowLife" } ] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% reduced Attack Speed when on Low Life", "formatters": [ { "id": "negate", "arg": 1 }, { "id": "reminderstring", "arg": "ReminderTextLowLife" } ] } ] }, "totem_attack_speed": { "stats": ["support_attack_totem_attack_speed_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% more Attack Speed", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% less Attack Speed", "formatters": [] } ] }, "bloodlust_damage": { "stats": [ "support_bloodlust_melee_physical_damage_+%_final_vs_bleeding_enemies" ], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions deal %1%%% more Melee Physical Damage against Bleeding Enemies", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions deal %1%%% less Melee Physical Damage against Bleeding Enemies", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "bloodlust_damage_incr": { "stats": ["melee_damage_vs_bleeding_enemies_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions deal %1%%% increased Melee Damage against Bleeding Enemies", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions deal %1%%% reduced Melee Damage against Bleeding Enemies", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "chance_to_fortify_on_melee_hit": { "stats": ["chance_to_fortify_on_melee_hit_+%"], "translations": [ { "matchers": [[1, 99]], "text": "This Attack and Minions have %1%%% chance to Fortify on Melee hit", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextFortify" } ] }, { "matchers": [[100, "#"]], "text": "This Attack and Minions gain Fortify on Melee hit", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextFortify" } ] } ] }, "freeze_chance_vs_chilled": { "stats": ["additional_chance_to_freeze_chilled_enemies_%"], "translations": [ { "matchers": ["#"], "text": "This Attack and Minions have %1$d%% chance to Freeze Enemies which are Chilled", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextFreeze" } ] } ] }, "hypothermia_damage": { "stats": ["support_hypothermia_damage_+%_vs_chilled_enemies_final"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions deal %1%%% more Damage with Hits and Ailments against Chilled Enemies", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextDamagingAilments" } ] }, { "matchers": [["#", -1]], "text": "This Attack and Minions deal %1%%% less Damage with Hits and Ailments against Chilled Enemies", "formatters": [ { "id": "negate", "arg": 1 }, { "id": "reminderstring", "arg": "ReminderTextDamagingAilments" } ] } ] }, "spirit_strike_damage": { "stats": ["support_spirit_strike_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "This Skill and Minions deal %1%%% more Damage", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Skill and Minions deal %1%%% less Damage", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "trap_mine_damage": { "stats": ["support_trap_and_mine_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions deal %1%%% more Trap and Mine Damage", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions deal %1%%% less Trap and Mine Damage", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "support_better_ailments_bonus": { "stats": ["support_better_ailments_ailment_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions deal %1%%% more Damage with Ailments", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextDamagingAilments" } ] }, { "matchers": [["#", -1]], "text": "This Attack and 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": "This Attack and Minions deal %1%%% more Damage with Hits", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and 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": "This Attack and Minions deal %1%%% more Fire Damage", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and 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": "This Attack and Minions deal %1%%% more Damage with Ignite", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions deal %1%%% less Damage with Ignite", "formatters": [] } ] }, "rapid_decay": { "stats": ["support_rapid_decay_damage_over_time_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions deal %1%%% more Damage over Time", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and 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": "This Attack and Minions deal %1%%% more Damage with Hits for each Poison on the Enemy, up to %2%", "formatters": [] }, { "matchers": [["#", -1], "#"], "text": "This Attack and 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": "This Attack and Minions deal %1%%% more Damage with Poison", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions deal %1%%% less Damage with Poison", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "support_efficacy_dot": { "stats": ["support_efficacy_damage_over_time_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions deal %1%%% more Damage over Time", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions deal %1%%% less Damage over Time", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "support_poison_poison_damage": { "stats": ["support_poison_poison_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions deal %1%%% more Damage with Poison", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions deal %1%%% less Damage with Poison", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "elemental_focus_damage": { "stats": ["support_gem_elemental_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions deal %1%%% more Elemental Damage", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions deal %1%%% less Elemental Damage", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "cannot_inflict_ailments": { "stats": ["cannot_inflict_status_ailments"], "translations": [ { "matchers": ["#"], "text": "This Attack and Minions cannot inflict Elemental Ailments", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextElementalStatusAilments" } ] } ] }, "damage_over_time_incr": { "stats": ["damage_over_time_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions deal %1%%% increased Damage over Time", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions deal %1%%% reduced Damage over Time", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "poison_on_hit": { "stats": ["global_poison_on_hit"], "translations": [ { "matchers": ["#"], "text": "This Attack and Minions Poison Enemies on Hit", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextPoison" } ] } ] }, "poison_damage": { "stats": ["base_poison_damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% increased Damage with Poison", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextPoison" } ] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% reduced Damage with Poison", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextPoison" } ] } ] }, "poison_duration": { "stats": ["base_poison_duration_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% increased Poison Duration", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% reduced Poison Duration", "formatters": [] } ] }, "melee_splash_radius": { "stats": ["melee_splash_area_of_effect_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions have %1%%% more Melee Splash Area of Effect", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions have %1%%% less Melee Splash Area of Effect", "formatters": [] } ] }, "ghost_chance": { "stats": ["chance_to_summon_support_ghost_on_killing_blow_%"], "translations": [ { "matchers": [[1, 99]], "text": "%1%%% chance to Summon a Phantasm when this Skill, or Non-Phantasm Minions, deal a Killing Blow", "formatters": [] }, { "matchers": [[100, "#"]], "text": "Summon a Phantasm when this Skill, or Non-Phantasm Minions, deal a Killing Blow", "formatters": [] } ] }, "support_ruthless_count": { "stats": ["support_ruthless_big_hit_max_count"], "translations": [ { "matchers": ["#"], "text": "Every third use of This Attack or Minion's Attacks deals a Ruthless Blow with Melee Hits", "formatters": [] } ] }, "support_ruthless_damage": { "stats": ["support_ruthless_big_hit_damage_+%_final"], "translations": [ { "matchers": ["#"], "text": "Ruthless Blows from this Attack or Minions deal %1%%% more Melee Damage", "formatters": [] } ] }, "support_ruthless_bleeding_damage": { "stats": [ "support_ruthless_blow_bleeding_damage_from_melee_hits_+%_final" ], "translations": [ { "matchers": ["#"], "text": "Ruthless Blows from this Attack or Minions deal %1%%% more Damage with Bleeding caused by Melee Hits", "formatters": [] } ] }, "support_ruthless_stun": { "stats": ["support_ruthless_big_hit_stun_base_duration_override_ms"], "translations": [ { "matchers": ["#"], "text": "Ruthless Blows from this Attack or Minions have a base Stun Duration of %1% seconds", "formatters": [ { "id": "milliseconds_to_seconds", "arg": 1 } ] } ] }, "poison_chance": { "stats": ["base_chance_to_poison_on_hit_%"], "translations": [ { "matchers": [[1, 99]], "text": "This Attack and Minions have %1%%% chance to Poison on Hit", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextPoison" } ] }, { "matchers": [[100, "#"]], "text": "This Attack and Minions always Poison on Hit", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextPoison" } ] } ] }, "deal_no_chaos": { "stats": ["base_deal_no_chaos_damage"], "translations": [ { "matchers": ["#"], "text": "This Attack and Minions deal no Chaos Damage", "formatters": [] } ] }, "bleeding_chance": { "stats": [ "bleed_on_hit_with_attacks_%", "global_bleed_on_hit", "cannot_cause_bleeding" ], "translations": [ { "matchers": [[1, 99], 0, 0], "text": "This Attack and Minions have %1%%% chance to cause Bleeding", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextBleeding" } ] }, { "matchers": [[100, "#"], 0, 0], "text": "This Attack and Minions cause Bleeding", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextBleeding" } ] }, { "matchers": ["#", "#", 0], "text": "This Attack and Minions cause Bleeding", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextBleeding" } ] }, { "matchers": ["#", "#", "#"], "text": "This Attack and Minions cannot cause Bleeding", "formatters": [] } ] }, "decay_on_hit": { "stats": ["deal_chaos_damage_per_second_for_10_seconds_on_hit"], "translations": [ { "matchers": ["#"], "text": "This Attack and Minions inflict Decay on Hit, dealing %1% Chaos Damage per second for 8 seconds", "formatters": [] } ] }, "deal_no_elemental": { "stats": ["deal_no_elemental_damage"], "translations": [ { "matchers": ["#"], "text": "This Attack and Minions deal no Elemental Damage", "formatters": [] } ] }, "ignites_apply_fire_res": { "stats": ["ignites_apply_fire_resistance_+"], "translations": [ { "matchers": ["#"], "text": "Enemies Ignited by this Attack or Minions have %1$+d%% to Fire Resistance", "formatters": [] } ] }, "maim_chance": { "stats": ["maim_on_hit_%"], "translations": [ { "matchers": [[1, 99]], "text": "This Attack and Minions Attacks have %1%%% chance to Maim on Hit", "formatters": [] }, { "matchers": [[100, "#"]], "text": "This Attack and Minions Attacks always Maim on Hit", "formatters": [] } ] }, "number_of_spirit_strikes": { "stats": ["melee_attack_number_of_spirit_strikes"], "translations": [ { "matchers": ["#"], "text": "This Skill also targets %1% nearby Enemies", "formatters": [] } ] }, "brutality_phys_damage": { "stats": ["support_brutality_physical_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions deal %1%%% more Physical Damage", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions deal %1%%% less Physical Damage", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "hypothermia_cold_damage": { "stats": ["support_hypothermia_cold_damage_over_time_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions deal %1%%% more Cold Damage Over Time", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions deal %1%%% less Cold Damage Over Time", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "maimed_phys_damage_taken_incr": { "stats": ["support_maimed_enemies_physical_damage_taken_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Enemies Maimed by this Attack and Minions take %1%%% increased Physical Damage", "formatters": [] }, { "matchers": [["#", -1]], "text": "Enemies Maimed by this Attack and Minions take %1%%% reduced Physical Damage", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "added_fire_against_burning": { "stats": [ "global_minimum_added_fire_damage_vs_burning_enemies", "global_maximum_added_fire_damage_vs_burning_enemies" ], "translations": [ { "matchers": ["#", "#"], "text": "This Attack and Minions deal %1% to %2% added Fire Damage against Burning Enemies", "formatters": [] } ] }, "power_charge_on_crit_damage": { "stats": [ "support_power_charge_on_crit_damage_+%_final_per_power_charge" ], "translations": [ { "matchers": [[1, "#"]], "text": "This Attack and Minions deal %1%%% more Damage per Power Charge", "formatters": [] }, { "matchers": [["#", -1]], "text": "This Attack and Minions deal %1%%% less Damage per Power Charge", "formatters": [ { "id": "negate", "arg": 1 } ] } ] } } }