Home · skill · Warrior_Talent_InfusedWound

Your Magic critical strikes apply a sparked version of Hemorrhage for 35% of the damage dealt over 9.

Benefits from all Hemorrhage-related [Talent]s.

Properties

status
QA
type
Talent
nature
Passive

Referenced by

Raw data
{
  "status": "QA",
  "gfx": {
    "file": "UI/icons/Warrior_talent.png",
    "size": 96,
    "x": 4,
    "y": 1
  },
  "id": "Warrior_Talent_InfusedWound",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "name": "Infused Wound",
    "desc": "Your [Magic] critical strikes apply a sparked version of ::ref_name:: for ::damage%:: of the damage dealt over ::ref2_duration::.\n\nBenefits from all ::ref_name::-related [Talent]s.",
    "refs": {
      "ref": "Warrior_Hemorrhage_Status",
      "ref2": "Warrior_Talent_InfusedWound_Status"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "talent": {
      "maxPoints": 1
    }
  },
  "vars": {
    "damage": 0.35
  },
  "script": "function onInflictDamage(dmg) {\n\tif(dmg.isDoT) return;\n\tif(dmg.critical && dmg.isMagic) {\n\t\tvar amount = dmg.amount * vars.damage;\n\t\taddStatus(dmg.target, Skill.Warrior_Talent_InfusedWound_Status, amount);\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Warrior",
      "via_field": "talentTrees"
    }
  ]
}