poe-i18n
Version:
i18n utility for Path of Exile
171 lines (170 loc) • 5.05 kB
JSON
{
"meta": {
"include": "skill_stat_descriptions",
"hasIdentifiers": false
},
"data": {
"buff_duration": {
"stats": ["buff_effect_duration"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Длительность отрицательного эффекта: %1% сек.",
"formatters": [
{
"id": "milliseconds_to_seconds_2dp",
"arg": 1
}
]
}
]
},
"secondary_buff_duration": {
"stats": ["secondary_buff_effect_duration"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Длительность вторичного отрицательного эффекта: %1% сек.",
"formatters": [
{
"id": "milliseconds_to_seconds_2dp",
"arg": 1
}
]
}
]
},
"ice_siphon_trap_max_targets": {
"stats": ["ice_siphon_trap_max_beam_targets"],
"translations": [
{
"matchers": ["#"],
"text": "Накладывает лучи на %1% ближайших врагов",
"formatters": []
}
]
},
"life_regen_with_at_least_one_enemy": {
"stats": [
"skill_life_regeneration_per_minute_with_at_least_1_affected_enemy"
],
"translations": [
{
"matchers": ["#"],
"text":
"Дарует регенерацию %1% здоровья в секунду, если действует на врага",
"formatters": [
{
"id": "per_minute_to_per_second",
"arg": 1
}
]
}
]
},
"mana_regen_with_at_least_one_enemy": {
"stats": [
"skill_mana_regeneration_per_minute_with_at_least_1_affected_enemy"
],
"translations": [
{
"matchers": ["#"],
"text":
"Дарует регенерацию %1% маны в секунду, если действует на врага",
"formatters": [
{
"id": "per_minute_to_per_second",
"arg": 1
}
]
}
]
},
"life_regen_per_enemy": {
"stats": ["skill_life_regeneration_per_minute_per_affected_enemy"],
"translations": [
{
"matchers": ["#"],
"text":
"Дарует регенерацию %1% здоровья в секунду за каждого врага, на которого действует",
"formatters": [
{
"id": "per_minute_to_per_second",
"arg": 1
}
]
}
]
},
"mana_regen_per_enemy": {
"stats": ["skill_mana_regeneration_per_minute_per_affected_enemy"],
"translations": [
{
"matchers": ["#"],
"text":
"Дарует регенерацию %1% маны в секунду за каждого врага, на которого действует",
"formatters": [
{
"id": "per_minute_to_per_second",
"arg": 1
}
]
}
]
},
"damage_taken_incr_per_enemy": {
"stats": ["skill_damage_taken_+%_per_affected_enemy"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Дарует %1%%% увеличение получаемого урона за каждого врага, на которого действует",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Дарует %1%%% уменьшение получаемого урона за каждого врага, на которого действует",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"chaos_res": {
"stats": ["base_chaos_damage_resistance_%"],
"translations": [
{
"matchers": ["#"],
"text": "Враги получают %1$+d%% к сопротивлению хаосу",
"formatters": []
}
]
},
"trap_and_mine_damage_taken": {
"stats": ["bear_trap_damage_taken_+%_from_traps_and_mines"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Враги получают увеличенный на %1%%% урон от ударов ловушками и минами",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Враги получают уменьшенный на %1%%% урон от ударов ловушками и минами",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
}
}
}