poe-i18n
Version:
i18n utility for Path of Exile
58 lines (57 loc) • 1.58 kB
JSON
{
"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
}
]
}
]
}
}
}