poe-i18n
Version:
i18n utility for Path of Exile
78 lines (77 loc) • 1.88 kB
JSON
{
"meta": {
"include": "minion_skill_stat_descriptions",
"hasIdentifiers": false
},
"data": {
"cast_speed_incr": {
"stats": ["base_cast_speed_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "法術與召喚物增加 %1%%% 施放速度",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "法術與召喚物減少 %1%%% 施放速度",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"cast_speed_incr_on_low_life": {
"stats": ["cast_speed_+%_when_on_low_life"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "貧血時法術與召喚物增加 %1%%% 施放速度",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextLowLife"
}
]
},
{
"matchers": [["#", -1]],
"text": "貧血時法術與召喚物減少 %1%%% 施放速度",
"formatters": [
{
"id": "negate",
"arg": 1
},
{
"id": "reminderstring",
"arg": "ReminderTextLowLife"
}
]
}
]
},
"multicast_cast_speed_incr": {
"stats": ["support_multicast_cast_speed_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "法術與召喚物 %1%%% 更多施放速度",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "法術與召喚物 %1%%% 較少施放速度",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
}
}
}