FareverDB

Bruise

Warrior_Talent_Bruise_Status in Skills

All [Physical] damage suffered increased by 4% for 15.

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