Saltar al contenido principal
Todas las habilidades

Soldado curtido

Pasiva

Tus golpes críticos de tipo Physical conceden 1 Rage.

Datos crudos

type
Talent
nature
Passive
id
Warrior_Talent_SeasonedSoldier
raw data
{
  "id": "Warrior_Talent_SeasonedSoldier",
  "gfx": {
    "x": 1,
    "y": 0,
    "file": "UI/icons/Warrior_talent.png",
    "size": 96
  },
  "anim": {},
  "type": 21,
  "vars": {
    "var1": 1
  },
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 1
    }
  },
  "steps": [],
  "texts": {
    "desc": "Your [Physical] critical strikes grant ::var1:: [Rage].",
    "name": "Seasoned Soldier"
  },
  "nature": 5,
  "script": "function onInflictDamage(hit) {\n\tif (hit.isPhysical && hit.critical) {\n\t\taddResource(Rage, vars.var1);\n\t}\n}",
  "status": 2,
  "mastery": []
}