UNPKG

poe-i18n

Version:

i18n utility for Path of Exile

174 lines (173 loc) 4.47 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": "Sacrifices %1%%% of your Life\\nMinions Regenerate %2%%% of Sacrificed Life per second", "formatters": [] } ] }, "blood_offering_life_regen_multi": { "stats": ["blood_offering_life_regenerated_+%_final_per_corpse"], "translations": [ { "matchers": [[1, "#"]], "text": "%1%%% more Life Regeneration granted to Minions per Corpse consumed", "formatters": [] }, { "matchers": [["#", -1]], "text": "%1%%% less Life Regeneration granted to Minions per Corpse consumed", "formatters": [] } ] }, "attack_speed_incr": { "stats": ["attack_speed_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Grants Minions %1%%% increased Attack Speed", "formatters": [] }, { "matchers": [["#", -1]], "text": "Grants Minions %1%%% reduced Attack Speed", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "damage_incr": { "stats": ["damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Grants Minions %1%%% increased Damage", "formatters": [] }, { "matchers": [["#", -1]], "text": "Grants Minions %1%%% reduced Damage", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "cast_speed_incr_skill_granted": { "stats": ["cast_speed_+%_granted_from_skill"], "translations": [ { "matchers": [[1, "#"]], "text": "Grants Minions %1%%% increased Cast Speed", "formatters": [] }, { "matchers": [["#", -1]], "text": "Grants Minions %1%%% reduced Cast Speed", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "movement_speed_incr": { "stats": ["base_movement_velocity_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "Grants Minions %1%%% increased Movement Speed", "formatters": [] }, { "matchers": [["#", -1]], "text": "Grants Minions %1%%% reduced Movement Speed", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "base_block": { "stats": ["monster_base_block_%"], "translations": [ { "matchers": ["#"], "text": "Grants Minions %1$+d%% Chance to Block Attacks", "formatters": [] } ] }, "base_spell_block": { "stats": ["base_spell_block_%"], "translations": [ { "matchers": ["#"], "text": "Grants Minions %1$+d%% Chance to Block Spells", "formatters": [] } ] }, "recover_life_on_block": { "stats": ["recover_X_life_on_block"], "translations": [ { "matchers": ["#"], "text": "Minions recover %1% Life when they Block", "formatters": [] } ] }, "physical_damage_to_add_as_chaos": { "stats": ["physical_damage_%_to_add_as_chaos"], "translations": [ { "matchers": [[1, "#"]], "text": "Minions gain %1%%% of their Physical Damage as Extra Chaos Damage", "formatters": [] } ] }, "spirit_offering_life_as_es_per_corpse": { "stats": [ "spirit_offering_life_%_added_as_base_maximum_energy_shield_per_corpse_consumed" ], "translations": [ { "matchers": ["#"], "text": "Minions gain %1%%% of their Maximum Life as\\nExtra Maximum Energy Shield for each corpse consumed", "formatters": [] } ] } } }