Saltar al contenido principal
Todas las habilidades

Furia destrozada

Pasiva

Cuando Escudo de furia se destruye, infliges 20% Vitality (Physical) a los enemigos cercanos.

reutilización
duración
pasos1
Escalado
20% Vitality· Physical

Referencias

Datos crudos

type
Talent
nature
Passive
steps
1
id
Warrior_Talent_ShatteredRage
raw data
{
  "id": "Warrior_Talent_ShatteredRage",
  "gfx": {
    "x": 9,
    "y": 1,
    "file": "UI/icons/Warrior_talent.png",
    "size": 96
  },
  "anim": {},
  "type": 21,
  "vars": {},
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 1
    }
  },
  "steps": [
    {
      "id": "Blast",
      "on": 13,
      "type": 4,
      "props": {},
      "range": 15,
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "scaling": [
            {
              "atb": "Vitality",
              "ratio": 0.2
            }
          ],
          "affinity": "Physical"
        }
      ],
      "visuals": {
        "fxs": [
          {
            "set": "Violence_Blast",
            "flags": 0,
            "props": {},
            "scale": 1.25
          }
        ]
      }
    }
  ],
  "texts": {
    "desc": "When ::ref_name:: is destroyed, you deal ::dmg:: to nearby enemies.",
    "name": "Shattered Rage",
    "refs": {
      "ref": "Warrior_Talent_RageShield_Status"
    }
  },
  "nature": 5,
  "script": "function onStatusEnd(s, end) {\n\tif (s.kind == Skill.Warrior_Talent_RageShield_Status) {\n\t\tplayStep(Steps.Blast, owner);\n\t}\n}",
  "status": 2,
  "mastery": []
}