Raw data
{
"id": "Golcano_ShieldApply_Status",
"gfx": {
"x": 37,
"y": 11,
"file": "UI/Placeholder/Icons_Resources.png",
"size": 48
},
"anim": {},
"vars": {
"var1": 0.1
},
"flags": 0,
"props": {
"status": {
"types": [
{
"type": "Debuff"
}
],
"maxStacks": 15
}
},
"steps": [],
"texts": {},
"nature": 4,
"script": "function onReceiveDamageEval(dmg) {\n\tvar stacks = owner.getStatusCount(Skill.Golcano_ShieldApply_Status);\n\tif( dmg.skillId == Skill.Golcano_ShieldApply ) {\n\t\ttrace(\"hello\");\n\t\tdmg.dmgMult += stacks * vars.var1;\n\t}\n}",
"mastery": [],
"duration": -1
}