Saltar al contenido principal
Todas las habilidades

Desangramiento

Pasiva

Hemorragia tiene 0.1 de probabilidad de asestar un golpe crítico.

Escalado
Raw

Referencias

Datos crudos

type
Talent
nature
Passive
id
Warrior_Talent_Exsanguination
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": []
}