{
  "meta": {
    "include": "skill_stat_descriptions",
    "hasIdentifiers": false
  },
  "data": {
    "buff_duration": {
      "stats": ["buff_effect_duration"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "La Penalidad Dura %1% segundos",
          "formatters": [
            {
              "id": "milliseconds_to_seconds_2dp",
              "arg": 1
            }
          ]
        }
      ]
    },
    "secondary_buff_duration": {
      "stats": ["secondary_buff_effect_duration"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text": "La Penalidad Secundaria Dura %1% segundos",
          "formatters": [
            {
              "id": "milliseconds_to_seconds_2dp",
              "arg": 1
            }
          ]
        }
      ]
    },
    "ice_siphon_trap_max_targets": {
      "stats": ["ice_siphon_trap_max_beam_targets"],
      "translations": [
        {
          "matchers": ["#"],
          "text": "Aplica rayos a los %1% enemigos más cercanos",
          "formatters": []
        }
      ]
    },
    "life_regen_with_at_least_one_enemy": {
      "stats": [
        "skill_life_regeneration_per_minute_with_at_least_1_affected_enemy"
      ],
      "translations": [
        {
          "matchers": ["#"],
          "text":
            "Otorga %1% de Vida Regenerada por segundo si un enemigo está afectado",
          "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":
            "Otorga %1% de Maná regenerado por segundo si un enemigo está afectado",
          "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":
            "Otorga %1% de Vida Regenerada por segundo por cada enemigo afectado",
          "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":
            "Otorga %1% de Maná Regenerado por segundo por cada enemigo afectado",
          "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":
            "Otorga Daño Recibido aumentado un %1%%% por cada Enemigo afectado",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text":
            "Otorga Daño Recibido reducido un %1%%% por cada Enemigo afectado",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            }
          ]
        }
      ]
    },
    "chaos_res": {
      "stats": ["base_chaos_damage_resistance_%"],
      "translations": [
        {
          "matchers": ["#"],
          "text": "Los Enemigos ganan %1$+d%% de Resistencia al Caos",
          "formatters": []
        }
      ]
    },
    "trap_and_mine_damage_taken": {
      "stats": ["bear_trap_damage_taken_+%_from_traps_and_mines"],
      "translations": [
        {
          "matchers": [[1, "#"]],
          "text":
            "Los Enemigos reciben Daño de Golpes de Trampas o minas aumentado un %1%%%",
          "formatters": []
        },
        {
          "matchers": [["#", -1]],
          "text":
            "Los Enemigos reciben Daño de Golpes de Trampas o minas reducido un %1%%%",
          "formatters": [
            {
              "id": "negate",
              "arg": 1
            }
          ]
        }
      ]
    }
  }
}
