Raw data
{
"id": "Rogue_Talent_CripplingPoison_Tracker",
"gfx": {
"x": 8,
"y": 6,
"file": "UI/icons/Rogue_talent.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"vars": {},
"flags": 4096,
"props": {
"status": {
"types": [
{
"type": "Debuff"
}
]
}
},
"steps": [],
"texts": {},
"nature": 4,
"script": "var wasMaxed = false;\nfunction onReceiveStatus(s) {\n\tif (wasMaxed) {return;}\n\tvar maxStacks = hasStatusMaxStacked(owner, Skill.Rogue_Talent_LethalPoison_Status);\n\tvar receivePoison = s.kind == Skill.Rogue_Talent_LethalPoison_Status;\n\tif ( maxStacks) {\n\t\twasMaxed = true;\n\t\ttrace(status.instigatorSkill);\n\t\ttrace(status.instigatorSkill.vars.dur1);\n\n\t\towner.addStatus(Skill.Stun, 1, status.instigatorSkill, status.instigator, status.instigatorSkill.vars.dur1);\n\t}\n}",
"mastery": []
}