Home · skill · Warrior_Talent_SeasonedSoldier

Your Physical critical strikes grant 1 Rage.

Properties

status
Done
type
Talent
nature
Passive

Referenced by

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