UNPKG

poe-i18n

Version:

i18n utility for Path of Exile

1,866 lines 94.9 kB
{ "meta": { "include": "skill_stat_descriptions", "hasIdentifiers": false }, "data": { "num_additional_traps": { "stats": ["number_of_additional_traps_to_throw"], "translations": [ { "matchers": [1], "text": "Los Esbirros Lanzan hasta 1 Trampa Adicional", "formatters": [] }, { "matchers": ["#"], "text": "Los Esbirros Lanzan hasta %1% Trampas Adicionales", "formatters": [] } ] }, "num_additional_mines": { "stats": ["number_of_additional_mines_to_place"], "translations": [ { "matchers": [1], "text": "Los Esbirros colocan una Mina adicional", "formatters": [] }, { "matchers": ["#"], "text": "Los Esbirros colocan %1% Minas adicionales", "formatters": [] } ] }, "num_additional_traps_allowed": { "stats": ["number_of_additional_traps_allowed"], "translations": [ { "matchers": [1], "text": "Los Esbirros pueden tener una Trampa adicional colocada a la vez", "formatters": [] }, { "matchers": ["#"], "text": "Los Esbirros pueden tener %1% Trampas adicionales colocadas a la vez", "formatters": [] } ] }, "num_additional_mines_allowed": { "stats": ["number_of_additional_remote_mines_allowed"], "translations": [ { "matchers": [1], "text": "Los Esbirros pueden tener una Mina adicional colocada a la vez", "formatters": [] }, { "matchers": ["#"], "text": "Los Esbirros pueden tener %1% Minas adicionales colocadas a la vez", "formatters": [] } ] }, "trap_throw_random": { "stats": ["throw_traps_in_circle_radius"], "translations": [ { "matchers": [[1, "#"]], "text": "Las Trampas se lanzan aleatoriamente", "formatters": [] } ] }, "cast_speed_incr": { "stats": ["base_cast_speed_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen Velocidad de Lanzamiento aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen Velocidad de Lanzamiento reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "multicast_cast_speed_incr": { "stats": ["support_multicast_cast_speed_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen %1%%% más Velocidad de Lanzamiento de Hechizos", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen %1%%% menos Velocidad de Lanzamiento de Hechizos", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "attack_speed_incr": { "stats": ["attack_speed_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen Velocidad de Ataque aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen Velocidad de Ataque reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "accuracy_rating": { "stats": ["accuracy_rating"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen %1% de Precisión adicional", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros pierden %1% de Precisión", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "accuracy_rating_incr": { "stats": ["accuracy_rating_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen Precisión aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen Precisión reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "critical_strike_chance_incr": { "stats": ["critical_strike_chance_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen Probabilidad de Golpe Crítico aumentada un %1%%%", "formatters": [] } ] }, "critical_strike_multiplier_incr": { "stats": ["base_critical_strike_multiplier_+"], "translations": [ { "matchers": ["#"], "text": "Los Esbirros tienen %1$+d%% de Multiplicador de Golpe Crítico", "formatters": [] } ] }, "life_gain_per_target": { "stats": ["life_gain_per_target"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros ganan %1% de Vida por cada enemigo que Golpean", "formatters": [] } ] }, "life_leech_from_any": { "stats": ["life_leech_from_any_damage_permyriad"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros Absorben %1%%% del Daño como Vida", "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": "Los Esbirros Absorben %1%%% del Daño como Maná", "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": "Los Esbirros tienen %1%%% de probabilidad de Empujar a los Enemigos con cada Golpe", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextKnockback" } ] }, { "matchers": [[100, "#"]], "text": "Los Esbirros Empujan a los Enemigos con cada Golpe", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextKnockback" } ] } ] }, "knockback_distance": { "stats": ["knockback_distance_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen Distancia de Empuje aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen Distancia de Empuje reducida un %1%%%", "formatters": [] } ] }, "stun_threshold_reduction_incr": { "stats": ["base_stun_threshold_reduction_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen el Umbral de Aturdimiento Enemigo reducido un %1%%%", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextStunThreshold" } ] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen el Umbral de Aturdimiento Enemigo aumentado un %1%%%", "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": "Rareza de Ítems Raros Arrojados por enemigos Asesinados por Esbirros aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Rareza de Ítems Raros Arrojados por enemigos Asesinados por Esbirros reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "killed_monster_dropped_item_quantity_incr": { "stats": ["killed_monster_dropped_item_quantity_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Cantidad de Ítems Raros Arrojados por enemigos Asesinados por Esbirros aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Cantidad de Ítems Raros Arrojados por enemigos Asesinados por Esbirros reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "freeze_chance": { "stats": ["base_chance_to_freeze_%", "always_freeze"], "translations": [ { "matchers": ["#", [1, "#"]], "text": "Los Esbirros siempre Congelan Enemigos", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextFreeze" } ] }, { "matchers": [[100, "#"], 0], "text": "Los Esbirros siempre Congelan Enemigos", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextFreeze" } ] }, { "matchers": [[1, 99], 0], "text": "Los Esbirros tienen %1%%% de probabilidad de Congelar enemigos", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextFreeze" } ] } ] }, "shock_chance": { "stats": ["base_chance_to_shock_%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen %1%%% de probabilidad de Electrocutar enemigos", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextShock" } ] } ] }, "burn_chance": { "stats": ["base_chance_to_ignite_%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen %1%%% de probabilidad de Quemar enemigos", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextIgnite" } ] } ] }, "chance_to_flee": { "stats": ["global_hit_causes_monster_flee_%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen %1%%% de probabilidad de causar que los Monstruos Huyan al ser Golpeados", "formatters": [] } ] }, "area_of_effect_incr": { "stats": ["base_skill_area_of_effect_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen Área de Efecto aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen Área de Efecto reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "concentrated_area_of_effect": { "stats": ["support_concentrated_effect_skill_area_of_effect_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen %1%%% más Área de Efecto", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen %1%%% menos Área de Efecto", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "aura_area_of_effect_incr": { "stats": ["base_aura_area_of_effect_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen el Área de Efecto de Auras aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen el Área de Efecto de Auras reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "aura_effect_incr": { "stats": ["aura_effect_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen el efecto de sus Auras aumentado un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen el efecto de sus Auras reducido un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "projectile_speed_incr": { "stats": ["base_projectile_speed_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen Velocidad de Proyectiles aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen Velocidad de Proyectiles reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "additional_projectiles": { "stats": ["number_of_additional_projectiles"], "translations": [ { "matchers": [1], "text": "Los Esbirros disparan %1% Proyectil adicional", "formatters": [] }, { "matchers": [[2, "#"]], "text": "Los Esbirros disparan %1% Proyectiles adicionales", "formatters": [] } ] }, "life_leech_speed": { "stats": ["life_leech_speed_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen Velocidad de Absorción de Vida aumentada un %1%%%", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextLifeLeech" } ] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen Velocidad de Absorción de Vida reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 }, { "id": "reminderstring", "arg": "ReminderTextLifeLeech" } ] } ] }, "mana_leech_speed": { "stats": ["mana_leech_speed_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen Velocidad de Absorción de Maná aumentada un %1%%%", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextManaLeech" } ] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen Velocidad de Absorción de Maná reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 }, { "id": "reminderstring", "arg": "ReminderTextManaLeech" } ] } ] }, "stun_duration_incr": { "stats": ["base_stun_duration_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen Duración de Aturdimiento en enemigos aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen Duración de Aturdimiento en enemigos reducida un %1%%%", "formatters": [] } ] }, "chill_effect": { "stats": ["chill_effect_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen Efecto de Escarchamiento en enemigos aumentado un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen Efecto de Escarchamiento en enemigos reducido un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "burn_duration": { "stats": ["ignite_duration_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen Duración de Quemadura en enemigos aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen Duración de Quemadura en enemigos reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "chill_duration": { "stats": ["chill_duration_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen Duración de Escarchamiento en enemigos aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen Duración de Escarchamiento en enemigos reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "freeze_duration": { "stats": ["freeze_duration_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen Duración de Congelamiento en enemigos aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen Duración de Congelamiento en enemigos reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "shock_duration": { "stats": ["shock_duration_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen Duración de Electrocución en enemigos aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen Duración de Electrocución en enemigos reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "elemental_status_aura": { "stats": ["elemental_status_effect_aura_radius"], "translations": [ { "matchers": ["#"], "text": "Los Achaques Elementales causados por Esbirros también se propagan a otros enemigos cercanos", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextElementalStatusAilments" } ] } ] }, "ignite_aura": { "stats": ["support_ignite_proliferation_radius"], "translations": [ { "matchers": ["#"], "text": "Las Quemaduras causadas por Esbirros también se propagan a otros enemigos cercanos", "formatters": [] } ] }, "support_melee_physical_damage_final_incr": { "stats": ["support_melee_physical_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño Físico Cuerpo a Cuerpo", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño Físico Cuerpo a Cuerpo", "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": "Los Esbirros infligen %1%%% más Daño con Sangrado y Veneno causado por Golpes Cuerpo a Cuerpo", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño con Sangrado y Veneno causado por Golpes Cuerpo a Cuerpo", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "support_damage_full_life_incr": { "stats": ["support_damage_while_on_full_life_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño con Habilidades de Ataque mientras tengas la Vida Llena", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño con Habilidades de Ataque mientras tengas la Vida Llena", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "attack_damage_incr": { "stats": ["attack_damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen Daño de Ataque aumentado un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen Daño de Ataque reducido un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "unused_identifier_physical_damage": { "stats": ["physical_damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen Daño Físico aumentado un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen Daño Físico reducido un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "unused_identifier_physical_damage_final": { "stats": ["active_skill_physical_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño Físico", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño Físico", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "unused_identifier_elemental_damage_final": { "stats": ["active_skill_elemental_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño Elemental", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño Elemental", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "multiple_projectile_damage_final": { "stats": ["support_multiple_projectile_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño de Proyectiles", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño de Proyectiles", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "lesser_multiple_projectile_damage_final": { "stats": ["support_lesser_multiple_projectile_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño de Proyectiles", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño de Proyectiles", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "area_concentrate_damage_final": { "stats": ["support_area_concentrate_area_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño en Área", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño en Área", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "added_physical_attack_damage": { "stats": [ "attack_minimum_added_physical_damage", "attack_maximum_added_physical_damage" ], "translations": [ { "matchers": ["#", "#"], "text": "Los Ataques de Esbirros infligen %1% a %2% de Daño Físico adicional", "formatters": [] } ] }, "added_cold_damage": { "stats": [ "global_minimum_added_cold_damage", "global_maximum_added_cold_damage" ], "translations": [ { "matchers": ["#", "#"], "text": "Los Esbirros infligen %1% a %2% de Daño de Hielo adicional", "formatters": [] } ] }, "added_lightning_damage": { "stats": [ "global_minimum_added_lightning_damage", "global_maximum_added_lightning_damage" ], "translations": [ { "matchers": ["#", "#"], "text": "Los Esbirros infligen %1% a %2% de Daño de Rayo adicional", "formatters": [] } ] }, "added_chaos_damage": { "stats": [ "global_minimum_added_chaos_damage", "global_maximum_added_chaos_damage" ], "translations": [ { "matchers": ["#", "#"], "text": "Los Esbirros infligen %1% a %2% de Daño de Caos adicional", "formatters": [] } ] }, "melee_physical_damage_incr": { "stats": ["melee_physical_damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen Daño Físico con Ataques Cuerpo a Cuerpo aumentado un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen Daño Físico con Ataques Cuerpo a Cuerpo reducido un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "physical_damage_to_add_as_fire": { "stats": ["physical_damage_%_to_add_as_fire"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% de su Daño Físico como Daño Extra de Fuego", "formatters": [] } ] }, "cold_damage_to_convert_to_fire": { "stats": ["skill_cold_damage_%_to_convert_to_fire"], "translations": [ { "matchers": [[1, "#"]], "text": "%1%%% del Daño de Hielo de los Esbirros se convierte en Daño de Fuego", "formatters": [] } ] }, "physical_damage_to_add_as_lightning": { "stats": ["physical_damage_%_to_add_as_lightning"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% del Daño Físico como Daño Extra de Rayo", "formatters": [] } ] }, "physical_damage_to_convert_to_lightning": { "stats": ["skill_physical_damage_%_to_convert_to_lightning"], "translations": [ { "matchers": [[1, "#"]], "text": "%1%%% del Daño Físico de los Esbirros se convierte en Daño de Rayo", "formatters": [] } ] }, "damage_incr": { "stats": ["damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen Daño aumentado un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen Daño reducido un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "fire_damage_incr": { "stats": ["fire_damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen Daño de Fuego aumentado un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen Daño de Fuego reducido un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "cold_damage_incr": { "stats": ["cold_damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen Daño de Hielo aumentado un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen Daño de Hielo reducido un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "lightning_damage_incr": { "stats": ["lightning_damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen Daño de Rayo aumentado un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen Daño de Rayo reducido un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "chaos_damage_incr": { "stats": ["chaos_damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen Daño de Caos aumentado un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen Daño de Caos reducido un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "support_attack_elemental_damage_final": { "stats": ["support_attack_skills_elemental_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño Elemental con Habilidades de Ataque", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño Elemental con Habilidades de Ataque", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "weapon_elemental_damage_incr": { "stats": ["weapon_elemental_damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen Daño Elemental con Armas aumentado un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen Daño Elemental con Armas reducido un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "elemental_damage_incr": { "stats": ["elemental_damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen Daño Elemental aumentado un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen Daño Elemental reducido un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "support_more_minion_damage": { "stats": ["support_minion_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "controlled_destruction": { "stats": ["support_controlled_destruction_spell_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño de Hechizos", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño de Hechizos", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "support_efficacy_spell_damage": { "stats": ["support_efficacy_spell_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño de Hechizos", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño de Hechizos", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "spell_damage_incr": { "stats": ["spell_damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen Daño de Hechizos aumentado un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen Daño de Hechizos reducido un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "support_better_ailments_bonus": { "stats": ["support_better_ailments_ailment_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño con Achaques", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextDamagingAilments" } ] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño con Achaques", "formatters": [ { "id": "negate", "arg": 1 }, { "id": "reminderstring", "arg": "ReminderTextDamagingAilments" } ] } ] }, "support_better_ailments_malus": { "stats": ["support_better_ailments_hit_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño con Golpes", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño con Golpes", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "support_chance_to_ignite_damage": { "stats": ["support_chance_to_ignite_fire_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño de Fuego", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño de Fuego", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "ignite_prolif_damage": { "stats": ["support_ignite_prolif_ignite_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño con Quemadura", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño con Quemadura", "formatters": [] } ] }, "rapid_decay": { "stats": ["support_rapid_decay_damage_over_time_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño Degenerativo", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño Degenerativo", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "support_efficacy_dot": { "stats": ["support_efficacy_damage_over_time_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño Degenerativo", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño Degenerativo", "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": "Los Esbirros infligen %1%%% más Daño con Golpes por cada Veneno en el Enemigo, hasta %2%", "formatters": [] }, { "matchers": [["#", -1], "#"], "text": "Los Esbirros infligen %1%%% menos Daño con Golpes por cada Veneno en el Enemigo, hasta %2%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "support_debilitate_poison_damage": { "stats": ["support_debilitate_poison_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño con Veneno", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño con Veneno", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "support_poison_poison_damage": { "stats": ["support_poison_poison_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño con Veneno", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño con Veneno", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "damage_over_time_incr": { "stats": ["damage_over_time_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen Daño Degenerativo aumentado un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen Daño Degenerativo reducido un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "minion_damage_final": { "stats": ["active_skill_minion_damage_+%_final"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros infligen %1%%% más Daño", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros infligen %1%%% menos Daño", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "number_of_zombies": { "stats": ["number_of_zombies_allowed"], "translations": [ { "matchers": [1], "text": "Puede levantar hasta %1% Zombi a la vez", "formatters": [] }, { "matchers": [[2, "#"]], "text": "Puede levantar hasta %1% Zombis a la vez", "formatters": [] } ] }, "number_of_spectres": { "stats": ["number_of_spectres_allowed"], "translations": [ { "matchers": [1], "text": "Puede invocar hasta %1% Espectro a la vez", "formatters": [] }, { "matchers": [[2, "#"]], "text": "Puede invocar hasta %1% Espectros a la vez", "formatters": [] } ] }, "number_of_raging_spirits": { "stats": ["number_of_raging_spirits_allowed"], "translations": [ { "matchers": [1], "text": "Puede invocar hasta %1% Espíritu Encolerizado a la vez", "formatters": [] }, { "matchers": [[2, "#"]], "text": "Puede invocar hasta %1% Espíritus Encolerizados a la vez", "formatters": [] } ] }, "number_of_animated_weapons": { "stats": ["number_of_animated_weapons_allowed"], "translations": [ { "matchers": [1], "text": "Puede invocar hasta %1% Arma Animada a la vez", "formatters": [] }, { "matchers": [[1, "#"]], "text": "Puede invocar hasta %1% Armas Animadas a la vez", "formatters": [] } ] }, "number_of_beasts": { "stats": ["base_number_of_beast_minions_allowed"], "translations": [ { "matchers": [1], "text": "Puede Invocar hasta %1% Esbirro Bestial a la vez", "formatters": [] }, { "matchers": [[2, "#"]], "text": "Puede Invocar hasta %1% Esbirros Bestiales a la vez", "formatters": [] } ] }, "display_one_harbinger_allowed": { "stats": ["display_one_harbinger_allowed"], "translations": [ { "matchers": ["#"], "text": "Puede Invocar hasta 1 Heraldo a la vez", "formatters": [] } ] }, "number_of_golems": { "stats": ["number_of_golems_allowed"], "translations": [ { "matchers": [1], "text": "Puede Invocar hasta %1% Gólem a la vez", "formatters": [] }, { "matchers": [[2, "#"]], "text": "Puede Invocar hasta %1% Gólems a la vez", "formatters": [] } ] }, "display_minion_life": { "stats": ["display_minion_maximum_life"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen %1% de Vida máxima", "formatters": [] } ] }, "number_of_skeletons_allowed": { "stats": ["number_of_skeletons_allowed"], "translations": [ { "matchers": [1], "text": "Puede invocar hasta %1% Esqueleto a la vez", "formatters": [] }, { "matchers": [[2, "#"]], "text": "Puede invocar hasta %1% Esqueletos a la vez", "formatters": [] } ] }, "number_of_spiders": { "stats": ["number_of_spider_minions_allowed"], "translations": [ { "matchers": [1], "text": "Puede invocar hasta %1% Araña a la vez", "formatters": [] }, { "matchers": [[1, "#"]], "text": "Puede invocar hasta %1% Arañas a la vez", "formatters": [] } ] }, "melee_skeletons_to_summon": { "stats": ["number_of_melee_skeletons_to_summon"], "translations": [ { "matchers": [1], "text": "Invoca %1% Esqueleto Guerrero a la vez", "formatters": [] }, { "matchers": [[2, "#"]], "text": "Invoca %1% Esqueletos Guerreros a la vez", "formatters": [] } ] }, "archer_skeletons_to_summon": { "stats": ["number_of_archer_skeletons_to_summon"], "translations": [ { "matchers": [1], "text": "Invoca %1% Esqueleto Arquero a la vez", "formatters": [] }, { "matchers": [[2, "#"]], "text": "Invoca %1% Esqueletos Arqueros a la vez", "formatters": [] } ] }, "mage_skeletons_to_summon": { "stats": ["number_of_mage_skeletons_to_summon"], "translations": [ { "matchers": [1], "text": "Invoca %1% Esqueleto Mago a la vez", "formatters": [] }, { "matchers": [[2, "#"]], "text": "Invoca %1% Esqueletos Magos a la vez", "formatters": [] } ] }, "leader_skeletons_to_summon": { "stats": ["number_of_leader_skeletons_to_summon"], "translations": [ { "matchers": [1], "text": "Invoca %1% Esqueleto General a la vez", "formatters": [] }, { "matchers": [[2, "#"]], "text": "Invoca %1% Esqueletos Generales a la vez", "formatters": [] } ] }, "number_of_converted_allowed": { "stats": ["number_of_converted_allowed"], "translations": [ { "matchers": [1], "text": "Puede tener %1% Enemigo Dominado a la vez", "formatters": [] }, { "matchers": [[2, "#"]], "text": "Puede tener hasta %1% Enemigos Dominados a la vez", "formatters": [] } ] }, "culling_strike": { "stats": ["kill_enemy_on_hit_if_under_10%_life"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen Golpe de Gracia", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextCullingStrike" } ] } ] }, "point_blank": { "stats": ["keystone_point_blank"], "translations": [ { "matchers": ["#"], "text": "Los Esbirros tienen Quemarropa", "formatters": [] } ] }, "chance_to_blind": { "stats": ["global_chance_to_blind_on_hit_%"], "translations": [ { "matchers": ["#"], "text": "Los Esbirros tienen %1%%% de probabilidad de Cegar enemigos con cada Golpe", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextBlind" } ] } ] }, "blind_duration_incr": { "stats": ["blind_duration_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros tienen duración de Ceguera aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Los Esbirros tienen duración de Ceguera reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "fire_penetration": { "stats": ["base_reduce_enemy_fire_resistance_%"], "translations": [ { "matchers": [[1, "#"]]