poe-i18n
Version:
i18n utility for Path of Exile
172 lines (171 loc) • 5.72 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%%% ต่อทุกศพที่กินเพิ่ม",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "มิเนียนฟื้นฟูชีวิตได้น้อยลง %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": ["#"],
"text":
"มินเนียลได้รับ %1%%% ของพลังชีวิตสูงสุดเป็นโล่พลังงานแบบพิเศษในแต่ละศพที่ถูกกลืน",
"formatters": []
}
]
}
}
}