poe-i18n
Version:
i18n utility for Path of Exile
136 lines (135 loc) • 3.44 kB
JSON
{
"meta": {
"include": "passive_skill_stat_descriptions"
},
"data": {
"damage_+%": {
"stats": ["damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "You and nearby Allies deal %1%%% increased Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "You and nearby Allies deal %1%%% reduced Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"base_movement_velocity_+%": {
"stats": ["base_movement_velocity_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "You and nearby Allies have %1%%% increased Movement Speed",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "You and nearby Allies have %1%%% reduced Movement Speed",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"elemental_damage_taken_+%": {
"stats": ["elemental_damage_taken_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Nearby Enemies Take %1%%% increased Elemental Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Nearby Enemies Take %1%%% reduced Elemental Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"chance_to_be_ignited_%": {
"stats": ["chance_to_be_ignited_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Nearby Enemies have %1$+d%% chance to be Ignited by Fire Damage",
"formatters": []
}
]
},
"chance_to_be_frozen_%": {
"stats": ["chance_to_be_frozen_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Nearby Enemies have %1$+d%% chance to be Frozen by Cold Damage",
"formatters": []
}
]
},
"chance_to_be_shocked_%": {
"stats": ["chance_to_be_shocked_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Nearby Enemies have %1$+d%% chance to be Shocked by Lightning Damage",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextShock"
}
]
}
]
},
"inquisitor_aura_elemental_damage_+%_final": {
"stats": ["inquisitor_aura_elemental_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Nearby Enemies deal %1%%% more Elemental Damage",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Nearby Enemies deal %1%%% less Elemental Damage",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"base_chaos_damage_resistance_%": {
"stats": ["base_chaos_damage_resistance_%"],
"translations": [
{
"matchers": ["#"],
"text": "Nearby Enemies have %1$+d%% to Chaos Resistance",
"formatters": []
}
]
}
}
}