poe-i18n
Version:
i18n utility for Path of Exile
136 lines (135 loc) • 4.56 kB
JSON
{
"meta": {
"include": "passive_skill_stat_descriptions"
},
"data": {
"damage_+%": {
"stats": ["damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "คุณและเพื่อนที่อยู่ใกล้ๆสร้างความเสียหายเพิ่มขึ้น %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "คุณและเพื่อนที่อยู่ใกล้ๆสร้างความเสียหายลดลง %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"base_movement_velocity_+%": {
"stats": ["base_movement_velocity_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "คุณและเพื่อนที่อยู่ใกล้ๆเคลื่อนที่เร็วขึ้น %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "คุณและเพื่อนที่อยู่ใกล้ๆเคลื่อนที่ช้าลง %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"elemental_damage_taken_+%": {
"stats": ["elemental_damage_taken_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "ศัตรูที่อยู่ใกล้ๆได้รับความเสียหายธาตุเพิ่มขึ้น %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "ศัตรูที่อยู่ใกล้ๆได้รับความเสียหายธาตุลดลง %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"chance_to_be_ignited_%": {
"stats": ["chance_to_be_ignited_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"ศัตรูที่อยู่ใกล้ๆมีโอกาสที่จะลุกไหม้จากความเสียหายไฟ %1$+d%%",
"formatters": []
}
]
},
"chance_to_be_frozen_%": {
"stats": ["chance_to_be_frozen_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"ศัตรูที่อยู่ใกล้ๆมีโอกาสที่จะถูกแช่แข็งจากความเสียหายน้ำแข็ง %1$+d%%",
"formatters": []
}
]
},
"chance_to_be_shocked_%": {
"stats": ["chance_to_be_shocked_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"ศัตรูที่อยู่ใกล้ๆมีโอกาสที่จะถูกช็อตจากความเสียหายสายฟ้า %1$+d%%",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextShock"
}
]
}
]
},
"inquisitor_aura_elemental_damage_+%_final": {
"stats": ["inquisitor_aura_elemental_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "ศัตรูที่อยู่ใกล้ๆสร้างความเสียหายธาตุเพิ่มขึ้น %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "ศัตรูที่อยู่ใกล้ๆสร้างความเสียหายธาตุลดลง %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"base_chaos_damage_resistance_%": {
"stats": ["base_chaos_damage_resistance_%"],
"translations": [
{
"matchers": ["#"],
"text": "ศัตรูที่อยู่ใกล้ๆได้รับความต้านทานทางคาออส %1$+d%%",
"formatters": []
}
]
}
}
}