UNPKG

poe-i18n

Version:

i18n utility for Path of Exile

181 lines (180 loc) 4.83 kB
{ "meta": { "include": "skill_stat_descriptions", "hasIdentifiers": false }, "data": { "blood_offering_life_loss": { "stats": [ "blood_offering_%_of_life_to_lose", "blood_offering_%_of_lost_life_to_regenerate_as_life_per_second" ], "translations": [ { "matchers": ["#", "#"], "text": "Sacrifica %1%%% de tu Vida\\nLos Esbirros Regeneran %2%%% de la Vida Sacrificada por segundo", "formatters": [] } ] }, "blood_offering_life_regen_multi": { "stats": ["blood_offering_life_regenerated_+%_final_per_corpse"], "translations": [ { "matchers": [[1, "#"]], "text": "%1%%% más Regeneración de Vida otorgada a los Esbirros por cada Cadáver consumido", "formatters": [] }, { "matchers": [["#", -1]], "text": "%1%%% menos Regeneración de Vida otorgada a los Esbirros por cada Cadáver consumido", "formatters": [] } ] }, "attack_speed_incr": { "stats": ["attack_speed_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Otorga a los Esbirros Velocidad de Ataque aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Otorga a los Esbirros Velocidad de Ataque reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "damage_incr": { "stats": ["damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Otorga a los Esbirros Daño aumentado un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Otorga a los Esbirros Daño reducido un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "cast_speed_incr_skill_granted": { "stats": ["cast_speed_+%_granted_from_skill"], "translations": [ { "matchers": [[1, "#"]], "text": "Otorga a los Esbirros Velocidad de Lanzamiento de Hechizos aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Otorga a los Esbirros Velocidad de Lanzamiento de Hechizos reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "movement_speed_incr": { "stats": ["base_movement_velocity_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Otorga a los Esbirros Velocidad de Movimiento aumentada un %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "Otorga a los Esbirros Velocidad de Movimiento reducida un %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "base_block": { "stats": ["monster_base_block_%"], "translations": [ { "matchers": ["#"], "text": "Otorga a los Esbirros %1$+d%% de Probabilidad de Bloquear Ataques", "formatters": [] } ] }, "base_spell_block": { "stats": ["base_spell_block_%"], "translations": [ { "matchers": ["#"], "text": "Otorga a los Esbirros %1$+d%% de Probabilidad de Bloquear Hechizos", "formatters": [] } ] }, "recover_life_on_block": { "stats": ["recover_X_life_on_block"], "translations": [ { "matchers": ["#"], "text": "Los Esbirros recuperan %1% de Vida cuando Bloquean", "formatters": [] } ] }, "physical_damage_to_add_as_chaos": { "stats": ["physical_damage_%_to_add_as_chaos"], "translations": [ { "matchers": [[1, "#"]], "text": "Los Esbirros ganan %1%%% de su Daño Físico como Daño Extra de Caos", "formatters": [] } ] }, "spirit_offering_life_as_es_per_corpse": { "stats": [ "spirit_offering_life_%_added_as_base_maximum_energy_shield_per_corpse_consumed" ], "translations": [ { "matchers": ["#"], "text": "Los Esbirros ganan %1%%% de su Vida Máxima como\\nEscudo de Energía Máximo Extra por cada cadáver consumido", "formatters": [] } ] } } }