Home · skill · Halos_Totem_Passive_Status

Magic damage suffered increased by 8%.

Properties

status
Bug
nature
Status
duration
15
steps
on=0props={}type=12
flags
IsMetaStatus
Raw data
{
  "status": "Bug",
  "gfx": {
    "file": "UI/icons/atlas_weapon_Halos_96PX.png",
    "size": 48,
    "x": 10,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Halos_Totem_Passive_Status",
  "nature": "Status",
  "texts": {
    "name": "Power of the Tides",
    "desc": "[Magic] damage suffered increased by ::var1%::."
  },
  "anim": {},
  "duration": 15,
  "steps": [
    {
      "on": 0,
      "props": {},
      "type": 12
    }
  ],
  "flags": [
    "IsMetaStatus"
  ],
  "mastery": [],
  "props": {},
  "vars": {
    "var1": 0.08
  },
  "script": "function onReceiveDamageEval(hit) {\n\tif(hit.isMagic)\n\t\thit.dmgMult += vars.var1;\n}"
}