Home · skill · Warrior_Talent_Exsanguination

Hemorrhage has a 0.1 chance to critically strike.

Properties

status
Done
type
Talent
nature
Passive

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/Warrior_talent.png",
    "size": 96,
    "x": 3,
    "y": 0
  },
  "id": "Warrior_Talent_Exsanguination",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "name": "Exsanguination",
    "desc": "::ref_name:: has a ::chance:: chance to critically strike.",
    "refs": {
      "ref": "Warrior_Hemorrhage_Status"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "rankOverride": [
      {
        "minRank": 2,
        "vars": {
          "chance": 0.2
        }
      }
    ],
    "talent": {
      "maxPoints": 2
    }
  },
  "vars": {
    "chance": 0.1
  },
  "script": "function onInflictDamageEval(dmg) {\n\tif (dmg.isStatusType(StatusType.Hemorage)) {\n\t\tdmg.critChance += vars.chance;\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Warrior",
      "via_field": "talentTrees"
    }
  ]
}