poe-i18n
Version:
i18n utility for Path of Exile
140 lines (139 loc) • 3.68 kB
JSON
{
"meta": {
"include": "passive_skill_stat_descriptions"
},
"data": {
"damage_+%": {
"stats": ["damage_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Tú y los Aliados cercanos infligen Daño aumentado un %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Tú y los Aliados cercanos infligen Daño reducido un %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"base_movement_velocity_+%": {
"stats": ["base_movement_velocity_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Tú y los Aliados cercanos tienen Velocidad de Movimiento aumentada un %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Tú y los Aliados cercanos tienen Velocidad de Movimiento reducida un %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"elemental_damage_taken_+%": {
"stats": ["elemental_damage_taken_+%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Los Enemigos Cercanos reciben Daño Elemental aumentado un %1%%%",
"formatters": []
},
{
"matchers": [["#", -1]],
"text":
"Los Enemigos Cercanos reciben Daño Elemental reducido un %1%%%",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"chance_to_be_ignited_%": {
"stats": ["chance_to_be_ignited_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Los Enemigos Cercanos tienen %1$+d%% de probabilidad de ser Quemados por Daño de Fuego",
"formatters": []
}
]
},
"chance_to_be_frozen_%": {
"stats": ["chance_to_be_frozen_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Los Enemigos Cercanos tienen %1$+d%% de probabilidad de ser Congelados por Daño de Hielo",
"formatters": []
}
]
},
"chance_to_be_shocked_%": {
"stats": ["chance_to_be_shocked_%"],
"translations": [
{
"matchers": [[1, "#"]],
"text":
"Los Enemigos Cercanos tienen %1$+d%% de probabilidad de ser Electrocutados por Daño de Rayo",
"formatters": [
{
"id": "reminderstring",
"arg": "ReminderTextShock"
}
]
}
]
},
"inquisitor_aura_elemental_damage_+%_final": {
"stats": ["inquisitor_aura_elemental_damage_+%_final"],
"translations": [
{
"matchers": [[1, "#"]],
"text": "Los Enemigos Cercanos infligen %1%%% más Daño Elemental",
"formatters": []
},
{
"matchers": [["#", -1]],
"text": "Los Enemigos Cercanos infligen %1%%% menos Daño Elemental",
"formatters": [
{
"id": "negate",
"arg": 1
}
]
}
]
},
"base_chaos_damage_resistance_%": {
"stats": ["base_chaos_damage_resistance_%"],
"translations": [
{
"matchers": ["#"],
"text": "Los Enemigos Cercanos tienen %1$+d%% de Resistencia al Caos",
"formatters": []
}
]
}
}
}