Home · skill · Warrior_Talent_SurgeOfViolence

Your Final Combo Attack has a 0.25 chance to allow your next Raging Smash to critically strike and cost no Rage.

Properties

status
Done
type
Talent
nature
Passive

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/Warrior_talent.png",
    "size": 96,
    "x": 7,
    "y": 0
  },
  "id": "Warrior_Talent_SurgeOfViolence",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "desc": "Your [ComboAttack] has a ::chance:: chance to allow your next ::ref_name:: to critically strike and cost no [Rage].",
    "name": "Surge of Violence",
    "refs": {
      "ref": "Warrior_Rage_Strike"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "talent": {
      "maxPoints": 1
    }
  },
  "vars": {
    "chance": 0.25
  },
  "script": "function onInflictHit(hit) {\n\tif (hit.isFinalCombo && hit.isFirstHit) {\n\t\tif (checkProba(vars.chance)) {\n\t\t\taddStatus(owner, Skill.Warrior_Talent_SurgeOfViolence_Status);\n\t\t}\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Warrior",
      "via_field": "talentTrees"
    }
  ]
}