UNPKG

poe-i18n

Version:

i18n utility for Path of Exile

171 lines (170 loc) 4.44 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": "牺牲你生命的 %1%%%\\n召唤生物每秒获得所牺牲生命 %2%%% 的生命回复", "formatters": [] } ] }, "blood_offering_life_regen_multi": { "stats": ["blood_offering_life_regenerated_+%_final_per_corpse"], "translations": [ { "matchers": [[1, "#"]], "text": "每消耗 1 具灵柩,召唤生物的生命回复便额外提高 %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "每消耗 1 具灵柩,召唤生物的生命回复便额外降低 %1%%%", "formatters": [] } ] }, "attack_speed_incr": { "stats": ["attack_speed_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "召唤生物的攻击速度提高 %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "召唤生物的攻击速度降低 %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "damage_incr": { "stats": ["damage_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "召唤生物的伤害提高 %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "召唤生物的伤害降低 %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "cast_speed_incr_skill_granted": { "stats": ["cast_speed_+%_granted_from_skill"], "translations": [ { "matchers": [[1, "#"]], "text": "召唤生物的施法速度提高 %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "召唤生物的施法速度降低 %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "movement_speed_incr": { "stats": ["base_movement_velocity_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "召唤生物的移动速度提高 %1%%%", "formatters": [] }, { "matchers": [["#", -1]], "text": "召唤生物的移动速度降低 %1%%%", "formatters": [ { "id": "negate", "arg": 1 } ] } ] }, "base_block": { "stats": ["monster_base_block_%"], "translations": [ { "matchers": ["#"], "text": "召唤生物的攻击格挡率提高 %1$+d%% ", "formatters": [] } ] }, "base_spell_block": { "stats": ["base_spell_block_%"], "translations": [ { "matchers": ["#"], "text": "召唤生物的法术格挡率提高 %1$+d%% ", "formatters": [] } ] }, "recover_life_on_block": { "stats": ["recover_X_life_on_block"], "translations": [ { "matchers": ["#"], "text": "召唤生物格挡时回复它们 %1% 生命", "formatters": [] } ] }, "physical_damage_to_add_as_chaos": { "stats": ["physical_damage_%_to_add_as_chaos"], "translations": [ { "matchers": [[1, "#"]], "text": "召唤生物获得额外混沌伤害,其数值等同于自身物理伤害的 %1%%%", "formatters": [] } ] }, "spirit_offering_life_as_es_per_corpse": { "stats": [ "spirit_offering_life_%_added_as_base_maximum_energy_shield_per_corpse_consumed" ], "translations": [ { "matchers": ["#"], "text": "每消耗 1 具灵柩,召唤生物便获得等同于自身最大生命 %1%%% 的额外能量护盾", "formatters": [] } ] } } }