poe-i18n
Version:
i18n utility for Path of Exile
170 lines (169 loc) • 4.33 kB
JSON
{
"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": [[1, "#"]],
"text":
"每消耗一具屍體,召喚物獲得等同它們\\n%1%%% 最大生命的額外最大能量護盾",
"formatters": []
}
]
}
}
}