UNPKG

poe-i18n

Version:

i18n utility for Path of Exile

58 lines (57 loc) 1.38 kB
{ "meta": { "include": "skill_stat_descriptions", "hasIdentifiers": false }, "data": { "skill_and_damaging_ailment_duration_incr": { "stats": ["skill_effect_and_damaging_ailment_duration_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "增加 %1%%% 此技能和傷害型異常狀態時間", "formatters": [ { "id": "reminderstring", "arg": "ReminderTextDamagingAilments" } ] }, { "matchers": [["#", -1]], "text": "減少 %1%%% 此技能和傷害型異常狀態時間", "formatters": [ { "id": "negate", "arg": 1 }, { "id": "reminderstring", "arg": "ReminderTextDamagingAilments" } ] } ] }, "skill_duration_incr": { "stats": ["skill_effect_duration_+%"], "translations": [ { "matchers": [[1, "#"]], "text": "增加 %1%%% 持續時間 ", "formatters": [] }, { "matchers": [["#", -1]], "text": "減少 %1%%% 持續時間 ", "formatters": [ { "id": "negate", "arg": 1 } ] } ] } } }