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