FareverDB

Exsanguination

Warrior_Talent_Exsanguination in Skills

Hemorrhage has a 0.1 chance to critically strike.

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