FareverDB

Hemorrhage

Warrior_Hemorrhage in Skills

Your [Physical] [CriticalStrike]s make the enemies bleed for 40% of the damage dealt over 9.

id
Warrior_Hemorrhage
type
21
flags
0
nature
5
script
function onInflictDamage(dmg) { if(dmg.isDoT) return; if(dmg.critical && dmg.isPhysical) { var amount = dmg.amount * vars.damage; addStatus(dmg.target, Skill.Warrior_Hemorrhage_Status, amount); } }
status
2
Raw data
{
  "id": "Warrior_Hemorrhage",
  "gfx": {
    "x": 0,
    "y": 1,
    "file": "UI/icons/atlas_class_Warrior_96PX.png",
    "size": 96
  },
  "anim": {},
  "type": 21,
  "vars": {
    "damage": 0.4
  },
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 1
    }
  },
  "steps": [],
  "texts": {
    "desc": "Your [Physical] [CriticalStrike]s make the enemies bleed for ::damage%:: of the damage dealt over ::ref_dur::.",
    "name": "Hemorrhage",
    "refs": {
      "ref": "Warrior_Hemorrhage_Status"
    }
  },
  "nature": 5,
  "script": "function onInflictDamage(dmg) {\n\tif(dmg.isDoT) return;\n\tif(dmg.critical && dmg.isPhysical) {\n\t\tvar amount = dmg.amount * vars.damage;\n\t\taddStatus(dmg.target, Skill.Warrior_Hemorrhage_Status, amount);\n\t}\n}",
  "status": 2,
  "mastery": []
}