Home · skill · Warrior_Talent_Bruise_Status

All Physical damage suffered increased by 4% for 15.

Properties

status
Done
nature
Status
duration
15
Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/Warrior_talent.png",
    "size": 96,
    "x": 1,
    "y": 3
  },
  "id": "Warrior_Talent_Bruise_Status",
  "nature": "Status",
  "texts": {
    "desc": "All [Physical] damage suffered increased by ::damage%:: for ::duration::.",
    "name": "Bruise"
  },
  "anim": {},
  "duration": 15,
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {},
  "vars": {
    "damage": 0.04
  },
  "script": "function onReceiveDamageEval(dmg) {\n\tif (dmg.isPhysical) {\n\t\tdmg.dmgMult += vars.damage;\n\t}\n}"
}