poe-i18n
Version:
i18n utility for Path of Exile
1,902 lines • 85.6 kB
JSON
{
"meta": {
"include": "skill_stat_descriptions",
"hasIdentifiers": false
},
"data": {
"num_additional_mines": {
"stats": ["number_of_additional_mines_to_place"],
"translations": [
{
"matchers": [1],
"text": "Lacaios Plantam uma Mina Remota adicional",
"formatters": []
},
{
"matchers": ["#"],
"text": "Lacaios Plantam %1% Minas Remotas adicionais",
"formatters": []
}
]
},
"num_additional_traps_allowed": {
"stats": ["number_of_additional_traps_allowed"],
"translations": [
{
"matchers": [1],
"text": "Lacaios podem ter uma Armadilha adicional plantada por vez",
"formatters": []
},
{
"matchers": ["#"],
"text":
"Lacaios podem ter %1% Armadilhas adicionais plantadas por vez",
"formatters": []
}
]
},
"num_additional_mines_allowed": {
"stats": ["number_of_additional_remote_mines_allowed"],
"translations": [
{
"matchers": [1],
"text":
"Lacaios podem ter uma Mina Remota adicional plantada por vez",
"formatters": []
},
{
"matchers": ["#"],
"text":
"Lacaios podem ter %1% Minas Remotas adicionais plantadas por vez",
"formatters": []
}
]
},
"trap_throw_random": {
"stats": ["throw_traps_in_circle_radius"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Armadilhas são lançadas aleatoriamente",
"formatters": []
}
]
},
"cast_speed_incr": {
"stats": ["base_cast_speed_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm %1%%% de Velocidade de Conjuração aumentada",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm %1%%% de Velocidade de Conjuração reduzida",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"multicast_cast_speed_incr": {
"stats": ["support_multicast_cast_speed_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios possuem %1%%% mais Velocidade de Conjuração",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios possuem %1%%% menos Velocidade de Conjuração",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"attack_speed_incr": {
"stats": ["attack_speed_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm %1%%% de Velocidade de Ataque aumentada",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm %1%%% de Velocidade de Ataque reduzida",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"accuracy_rating": {
"stats": ["accuracy_rating"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios possuem %1% de Precisão adicional",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios perdem %1% de Precisão",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"accuracy_rating_incr": {
"stats": ["accuracy_rating_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm %1%%% de Precisão aumentada",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm %1%%% de Precisão reduzida",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"critical_strike_chance_incr": {
"stats": ["critical_strike_chance_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm %1%%% de Chance Crítico aumentado",
"formatters": []
}
]
},
"critical_strike_multiplier_incr": {
"stats": ["base_critical_strike_multiplier_+"],
"translations": [
{
"matchers": ["#"],
"text": "Lacaios têm %1$+d%% de Multiplicador de Crítico",
"formatters": []
}
]
},
"life_gain_per_target": {
"stats": ["life_gain_per_target"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios ganham %1% de Vida por cada inimigo que Acertarem",
"formatters": []
}
]
},
"life_leech_from_any": {
"stats": ["life_leech_from_any_damage_permyriad"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios Drenam %1%%% de Dano 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": "Lacaios Drenam %1%%% de Dano como 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":
"Lacaios têm %1%%% de chance adicional de Empurrar Inimigos ao Acertar",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextKnockback"
}
]
},
{
"matchers": [[100, "#"]],
"text": "Lacaios empurram Inimigos ao Acertar",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextKnockback"
}
]
}
]
},
"knockback_distance": {
"stats": ["knockback_distance_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm %1%%% de Distância de Empurrar aumentada",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm %1%%% de Distância de Empurrar reduzida",
"formatters": []
}
]
},
"stun_threshold_reduction_incr": {
"stats": ["base_stun_threshold_reduction_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Lacaios têm %1%%% do Ponto de Atordoamento Inimigo aumentado",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextStunThreshold"
}
]
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm %1%%% do Ponto de Atordoamento Inimigo reduzido",
"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":
"Raridade de Itens Derrubados por inimigos Mortos por Lacaios aumentada em %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Raridade de Itens Derrubados por inimigos Mortos por Lacaios reduzida em %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"killed_monster_dropped_item_quantity_incr": {
"stats": ["killed_monster_dropped_item_quantity_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Quantidade de Itens Derrubados por inimigos Mortos por Lacaios aumentada em %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Quantidade de Itens Derrubados por inimigos Mortos por Lacaios reduzida em %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"freeze_chance": {
"stats": ["base_chance_to_freeze_%", "always_freeze"],
"translations": [
{
"matchers": ["#", [1, "#"]],
"text": "Lacaios sempre Congelam Inimigos",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextFreeze"
}
]
},
{
"matchers": [[100, "#"], 0],
"text": "Lacaios sempre Congelam Inimigos",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextFreeze"
}
]
},
{
"matchers": [[1, 99], 0],
"text": "Lacaios possuem %1%%% de chance de Congelar Inimigos",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextFreeze"
}
]
}
]
},
"shock_chance": {
"stats": ["base_chance_to_shock_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios possuem %1%%% de chance de Eletrizarem inimigos",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextShock"
}
]
}
]
},
"burn_chance": {
"stats": ["base_chance_to_ignite_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios possuem %1%%% de chance de Incendiarem inimigos",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextIgnite"
}
]
}
]
},
"chance_to_flee": {
"stats": ["global_hit_causes_monster_flee_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Lacaios possuem %1%%% de chance de fazer Monstros Fugirem ao serem Acertados",
"formatters": []
}
]
},
"aura_area_of_effect_incr": {
"stats": ["base_aura_area_of_effect_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm %1%%% de Área de Efeito de Auras aumentada",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm %1%%% de Área de Efeito de Auras reduzida",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"aura_effect_incr": {
"stats": ["aura_effect_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm %1%%% do efeito de suas Auras aumentado",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm %1%%% do efeito de suas Auras reduzido",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"projectile_speed_incr": {
"stats": ["base_projectile_speed_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm %1%%% de Velocidade de Projéteis aumentada",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm %1%%% de Velocidade de Projéteis reduzida",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"additional_projectiles": {
"stats": ["number_of_additional_projectiles"],
"translations": [
{
"matchers": [1],
"text": "Lacaios atiram %1% Projétil adicional",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Lacaios atiram %1% Projéteis adicionais",
"formatters": []
}
]
},
"life_leech_speed": {
"stats": ["life_leech_speed_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm %1%%% da velocidade de Dreno de Vida aumentada",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextLifeLeech"
}
]
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm %1%%% da velocidade de Dreno de Vida reduzida",
"formatters": [
{
"id": "negate",
"arg": 1
},
{
"id": "reminderstring",
"arg": "ReminderTextLifeLeech"
}
]
}
]
},
"mana_leech_speed": {
"stats": ["mana_leech_speed_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm %1%%% da velocidade de Dreno de Mana aumentada",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextManaLeech"
}
]
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm %1%%% da velocidade de Dreno de Mana reduzida",
"formatters": [
{
"id": "negate",
"arg": 1
},
{
"id": "reminderstring",
"arg": "ReminderTextManaLeech"
}
]
}
]
},
"stun_duration_incr": {
"stats": ["base_stun_duration_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Lacaios têm %1%%% de Duração de Atordoamento em inimigos aumentada",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Lacaios têm %1%%% de Duração de Atordoamento em inimigos reduzida",
"formatters": []
}
]
},
"chill_effect": {
"stats": ["chill_effect_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Lacaios têm %1%%% de Efeito de Resfriamento aumentado em Inimigos",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Lacaios têm %1%%% de Efeito de Resfriamento reduzido em Inimigos",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"burn_duration": {
"stats": ["ignite_duration_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Lacaios têm %1%%% de Duração de Incendeio em inimigos aumentada",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Lacaios têm %1%%% de Duração de Incendeio em inimigos reduzida",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"chill_duration": {
"stats": ["chill_duration_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Lacaios têm %1%%% de Duração de Resfriamento em inimigos aumentada",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Lacaios têm %1%%% de Duração de Resfriamento em inimigos reduzida",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"freeze_duration": {
"stats": ["freeze_duration_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Lacaios têm %1%%% de Duração de Congelamento em inimigos aumentada",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Lacaios têm %1%%% de Duração de Congelamento em inimigos reduzida",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"shock_duration": {
"stats": ["shock_duration_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Lacaios têm %1%%% de Duração de Eletrização em inimigos aumentada",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Lacaios têm %1%%% de Duração de Eletrização em inimigos reduzida",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"elemental_status_aura": {
"stats": ["elemental_status_effect_aura_radius"],
"translations": [
{
"matchers": ["#"],
"text":
"Afecções Elementais causadas por Lacaios também afetam outros inimigos próximos",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextElementalStatusAilments"
}
]
}
]
},
"ignite_aura": {
"stats": ["support_ignite_proliferation_radius"],
"translations": [
{
"matchers": ["#"],
"text":
"Incêndios causados por Lacaios também afetam outros inimigos próximos",
"formatters": []
}
]
},
"support_melee_physical_damage_final_incr": {
"stats": ["support_melee_physical_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano Físico Corpo a Corpo",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano Físico Corpo a Corpo",
"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":
"Lacaios causam %1%%% mais Dano com Sangramento e Veneno causados por Acertos Corpo a Corpo",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Lacaios causam %1%%% menos Dano com Sangramento e Veneno causados por Acertos Corpo a Corpo",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_damage_full_life_incr": {
"stats": ["support_damage_while_on_full_life_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Lacaios causam %1%%% mais Dano com Habilidades de Ataque com Vida Cheia",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Lacaios causam %1%%% menos Dano com Habilidades de Ataque com Vida Cheia",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"attack_damage_incr": {
"stats": ["attack_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios tem o Dano do Ataque aumentado em %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios tem o Dano do Ataque reduzido em %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"unused_identifier_physical_damage": {
"stats": ["physical_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm o Dano Físico aumentado em %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm o Dano Físico reduzido em %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"unused_identifier_physical_damage_final": {
"stats": ["active_skill_physical_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano Físico",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano Físico",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"unused_identifier_elemental_damage_final": {
"stats": ["active_skill_elemental_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano Elemental",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano Elemental",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"multiple_projectile_damage_final": {
"stats": ["support_multiple_projectile_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano de Projéteis",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano de Projéteis",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"lesser_multiple_projectile_damage_final": {
"stats": ["support_lesser_multiple_projectile_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano de Projéteis",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano de Projéteis",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"area_concentrate_damage_final": {
"stats": ["support_area_concentrate_area_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano em Área",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano em Área",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"added_physical_attack_damage": {
"stats": [
"attack_minimum_added_physical_damage",
"attack_maximum_added_physical_damage"
],
"translations": [
{
"matchers": ["#", "#"],
"text":
"Ataques de Lacaios causam %1% a %2% de Dano Físico adicional",
"formatters": []
}
]
},
"added_cold_damage": {
"stats": [
"global_minimum_added_cold_damage",
"global_maximum_added_cold_damage"
],
"translations": [
{
"matchers": ["#", "#"],
"text": "Lacaios causam %1% a %2% de Dano de Gelo adicional",
"formatters": []
}
]
},
"added_lightning_damage": {
"stats": [
"global_minimum_added_lightning_damage",
"global_maximum_added_lightning_damage"
],
"translations": [
{
"matchers": ["#", "#"],
"text": "Lacaios causam %1% a %2% de Dano de Raio adicional",
"formatters": []
}
]
},
"added_chaos_damage": {
"stats": [
"global_minimum_added_chaos_damage",
"global_maximum_added_chaos_damage"
],
"translations": [
{
"matchers": ["#", "#"],
"text": "Lacaios causam %1% a %2% de Dano de Caos adicional",
"formatters": []
}
]
},
"melee_physical_damage_incr": {
"stats": ["melee_physical_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Lacaios têm o Dano Físico com Ataques Corpo a Corpo aumentado em %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Lacaios têm o Dano Físico com Ataques Corpo a Corpo reduzido em %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"physical_damage_to_add_as_fire": {
"stats": ["physical_damage_%_to_add_as_fire"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Lacaios causam %1%%% do próprio Dano Físico como Dano de Fogo Extra",
"formatters": []
}
]
},
"cold_damage_to_convert_to_fire": {
"stats": ["skill_cold_damage_%_to_convert_to_fire"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"%1%%% do Dano de Gelo dos Lacaios convertido em Dano de Fogo",
"formatters": []
}
]
},
"physical_damage_to_add_as_lightning": {
"stats": ["physical_damage_%_to_add_as_lightning"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% de Dano Físico como Dano de Raio Extra",
"formatters": []
}
]
},
"physical_damage_to_convert_to_lightning": {
"stats": ["skill_physical_damage_%_to_convert_to_lightning"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "%1%%% do Dano Físico dos Lacaios convertido em Dano de Raio",
"formatters": []
}
]
},
"damage_incr": {
"stats": ["damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm o Dano aumentado em %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm o Dano reduzido em %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"fire_damage_incr": {
"stats": ["fire_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm o Dano de Fogo aumentado em %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm o Dano de Fogo reduzido em %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"cold_damage_incr": {
"stats": ["cold_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm o Dano de Gelo aumentado em %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm o Dano de Gelo reduzido em %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"lightning_damage_incr": {
"stats": ["lightning_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm o Dano de Raio aumentado em %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm o Dano de Raio reduzido em %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"chaos_damage_incr": {
"stats": ["chaos_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm o Dano de Caos aumentado em %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm o Dano de Caos reduzido em %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_attack_elemental_damage_final": {
"stats": ["support_attack_skills_elemental_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Lacaios causam %1%%% mais Dano Elemental com Habilidades de Ataque",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Lacaios causam %1%%% menos Dano Elemental com Habilidades de Ataque",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"weapon_elemental_damage_incr": {
"stats": ["weapon_elemental_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm o Dano Elemental com Armas aumentado em %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm o Dano Elemental com Armas reduzido em %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"elemental_damage_incr": {
"stats": ["elemental_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm o Dano Elemental aumentado em %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm o Dano Elemental reduzido em %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_more_minion_damage": {
"stats": ["support_minion_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"controlled_destruction": {
"stats": ["support_controlled_destruction_spell_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano Mágico",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano Mágico",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_efficacy_spell_damage": {
"stats": ["support_efficacy_spell_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano Mágico",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano Mágico",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"spell_damage_incr": {
"stats": ["spell_damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm o Dano Mágico aumentado em %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm o Dano Mágico reduzido em %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_better_ailments_bonus": {
"stats": ["support_better_ailments_ailment_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano com Afecções",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextDamagingAilments"
}
]
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano com Afecções",
"formatters": [
{
"id": "negate",
"arg": 1
},
{
"id": "reminderstring",
"arg": "ReminderTextDamagingAilments"
}
]
}
]
},
"support_better_ailments_malus": {
"stats": ["support_better_ailments_hit_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano com Acertos",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano com Acertos",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_chance_to_ignite_damage": {
"stats": ["support_chance_to_ignite_fire_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano de Fogo",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano de Fogo",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"ignite_prolif_damage": {
"stats": ["support_ignite_prolif_ignite_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano com Incêndio",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano com Incêndio",
"formatters": []
}
]
},
"rapid_decay": {
"stats": ["support_rapid_decay_damage_over_time_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano Degenerativo",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano Degenerativo",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_efficacy_dot": {
"stats": ["support_efficacy_damage_over_time_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano Degenerativo",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano 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":
"Lacaios causam %1%%% mais Dano com Acertos por Veneno no Inimigo, até %2%",
"formatters": []
},
{
"matchers": [["#", -1], "#"],
"text":
"Lacaios causam %1%%% menos Dano com Acertos por Veneno no Inimigo, até %2%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_debilitate_poison_damage": {
"stats": ["support_debilitate_poison_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano com Veneno",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano com Veneno",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"support_poison_poison_damage": {
"stats": ["support_poison_poison_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano com Veneno",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano com Veneno",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"damage_over_time_incr": {
"stats": ["damage_over_time_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm o Dano Degenerativo aumentado em %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm o Dano Degenerativo reduzido em %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"minion_damage_final": {
"stats": ["active_skill_minion_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios causam %1%%% mais Dano",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios causam %1%%% menos Dano",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"number_of_zombies": {
"stats": ["number_of_zombies_allowed"],
"translations": [
{
"matchers": [1],
"text": "Pode evocar até %1% Zumbi por vez",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Pode evocar até %1% Zumbis por vez",
"formatters": []
}
]
},
"number_of_spectres": {
"stats": ["number_of_spectres_allowed"],
"translations": [
{
"matchers": [1],
"text": "Pode evocar até %1% Espectro por vez",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Pode evocar até %1% Espectros por vez",
"formatters": []
}
]
},
"number_of_raging_spirits": {
"stats": ["number_of_raging_spirits_allowed"],
"translations": [
{
"matchers": [1],
"text": "Pode convocar até %1% Esqueleto por vez",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Pode convocar até %1% Esqueletos por vez",
"formatters": []
}
]
},
"number_of_animated_weapons": {
"stats": ["number_of_animated_weapons_allowed"],
"translations": [
{
"matchers": [1],
"text": "Pode convocar até %1% Arma Animada por vez",
"formatters": []
},
{
"matchers": [[1, "#"]],
"text": "Pode convocar até %1% Armas Animadas por vez",
"formatters": []
}
]
},
"number_of_beasts": {
"stats": ["base_number_of_beast_minions_allowed"],
"translations": [
{
"matchers": [1],
"text": "Pode Convocar até %1% Lacaio Bestial por vez",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Pode Convocar até %1% Lacaios Bestiais por vez",
"formatters": []
}
]
},
"display_one_harbinger_allowed": {
"stats": ["display_one_harbinger_allowed"],
"translations": [
{
"matchers": ["#"],
"text": "Pode Convocar até 1 Emissário por vez",
"formatters": []
}
]
},
"number_of_golems": {
"stats": ["number_of_golems_allowed"],
"translations": [
{
"matchers": [1],
"text": "Pode convocar até %1% Golem por vez",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Pode convocar até %1% Golens por vez",
"formatters": []
}
]
},
"display_minion_life": {
"stats": ["display_minion_maximum_life"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios possuem %1% de Vida máxima",
"formatters": []
}
]
},
"number_of_skeletons_allowed": {
"stats": ["number_of_skeletons_allowed"],
"translations": [
{
"matchers": [1],
"text": "Pode convocar até %1% Esqueleto por vez",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Pode convocar até %1% Esqueletos por vez",
"formatters": []
}
]
},
"number_of_spiders": {
"stats": ["number_of_spider_minions_allowed"],
"translations": [
{
"matchers": [1],
"text": "Pode evocar até %1% Aranhas por vez",
"formatters": []
},
{
"matchers": [[1, "#"]],
"text": "Pode evocar até %1% Aranhas por vez",
"formatters": []
}
]
},
"melee_skeletons_to_summon": {
"stats": ["number_of_melee_skeletons_to_summon"],
"translations": [
{
"matchers": [1],
"text": "Convoca %1% Esqueleto Guerreiro por vez",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Convoca %1% Esqueletos Guerreiros por vez",
"formatters": []
}
]
},
"archer_skeletons_to_summon": {
"stats": ["number_of_archer_skeletons_to_summon"],
"translations": [
{
"matchers": [1],
"text": "Convoca %1% Esqueleto Arqueiro por vez",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Convoca %1% Esqueletos Arqueiros por vez",
"formatters": []
}
]
},
"mage_skeletons_to_summon": {
"stats": ["number_of_mage_skeletons_to_summon"],
"translations": [
{
"matchers": [1],
"text": "Convoca %1% Esqueleto Mago por vez",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Convoca %1% Esqueletos Magos por vez",
"formatters": []
}
]
},
"leader_skeletons_to_summon": {
"stats": ["number_of_leader_skeletons_to_summon"],
"translations": [
{
"matchers": [1],
"text": "Convoca %1% Esqueleto General por vez",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Convoca %1% Esqueletos Generais por vez",
"formatters": []
}
]
},
"number_of_converted_allowed": {
"stats": ["number_of_converted_allowed"],
"translations": [
{
"matchers": [1],
"text": "Pode ter %1% Inimigo Dominado por vez",
"formatters": []
},
{
"matchers": [[2, "#"]],
"text": "Pode ter até %1% Inimigos Dominados por vez",
"formatters": []
}
]
},
"culling_strike": {
"stats": ["kill_enemy_on_hit_if_under_10%_life"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios possuem Golpe Abatedor",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextCullingStrike"
}
]
}
]
},
"point_blank": {
"stats": ["keystone_point_blank"],
"translations": [
{
"matchers": ["#"],
"text": "Lacaios possuem Queima Roupa",
"formatters": []
}
]
},
"chance_to_blind": {
"stats": ["global_chance_to_blind_on_hit_%"],
"translations": [
{
"matchers": ["#"],
"text": "Lacaios têm %1%%% de chance de Cegar inimigos ao acertá-los",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextBlind"
}
]
}
]
},
"blind_duration_incr": {
"stats": ["blind_duration_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios têm %1%%% de duração da Cegueira aumentada",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Lacaios têm %1%%% de duração da Cegueira reduzida",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"fire_penetration": {
"stats": ["base_reduce_enemy_fire_resistance_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios Penetram %1%%% da Resistência a Fogo",
"formatters": []
}
]
},
"cold_penetration": {
"stats": ["base_reduce_enemy_cold_resistance_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios Penetram %1%%% da Resistência a Gelo",
"formatters": []
}
]
},
"elemental_penetration": {
"stats": ["reduce_enemy_elemental_resistance_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios Penetram %1%%% das Resistências Elementais",
"formatters": []
}
]
},
"lightning_penetration": {
"stats": ["base_reduce_enemy_lightning_resistance_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Lacaios Penetram %1%%% da Resistência a Raio",
"formatters": []
}
]
},
"chain_num": {
"stats": ["virtual_number_of_additional_projectiles_in_chain"],
"translations": [
{
"matchers": ["#"],
"text": "Projéteis de Lacaios Ricocheteiam %1$+d Vezes",
"formatters": []
}
]
},
"split_num": {
"stats": ["projectile_number_to_split"],
"translations": [
{
"matchers": ["#"],
"text": "Projéteis de Lacaios Partem em %1%",
"formatters": []
}
]
},
"fork": {
"stats": ["projectiles_fork"],
"translations": [
{
"matchers": ["#"],
"text": "Projéteis dos Lacaios Difundem",
"formatters": []
}
]
},
"return": {
"stats": ["projectiles_return", "projectiles_return_if_no_hit_object"],
"translations": [
{
"matchers": ["#", 0],
"text":
"Projéteis dos Lacaios Retornam para Eles ao acertar os alvos",
"formatters": []
},
{
"matchers": [0, "#"],
"text": "Projéteis dos Lacaios Retornam para Eles ao fim do trajeto",
"formatters": []
},
{
"matchers": ["#", "#"],
"text": "Projéteis dos Lacaios Retornam para Eles",
"formatters": []
}
]
},
"melee_splash": {
"stats": ["melee_splash"],
"translations": [
{
"matchers": ["#"],
"text":
"Ataques Corpo a Corpo de alvo único dos Lacaios causam Dano Propagador a Alvos Próximos",
"formatters": []
}
]
},
"melee_mulitple_attacks": {
"stats": ["base_melee_attack_repeat_count"],
"translations": [
{
"matchers": ["#"],
"text":
"Ataques Corpo a Corpo dos Lacaios repetem %1% vezes adicionais",
"formatters": []
}
]
},
"base_multicast": {
"stats": ["base_spell_repeat_count"],
"translations": [
{
"matchers": [1],
"text": "Magias dos Lacaios Repetem uma vez adicional",
"formatters": []
},
{
"matchers": [[2, "#"]],