Crippling Poison
Passive
The first time Lethal Poison reaches the maximum number of stacks on an enemy, it stuns them for 5s.
Scaling
35% Dexterity· Magic
References
Raw data
- type
- Talent
- nature
- Passive
- id
- Rogue_Talent_CripplingPoison
raw data
{
"id": "Rogue_Talent_CripplingPoison",
"gfx": {
"x": 16,
"y": 2,
"file": "UI/icons/Rogue_talent.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"type": 21,
"vars": {
"dur1": 5
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 1
}
},
"steps": [],
"texts": {
"desc": "The first time ::ref_name:: reaches the maximum number of stacks on an enemy, it stuns them for ::dur1::.",
"name": "Crippling Poison",
"refs": {
"ref": "Rogue_Talent_LethalPoison_Status"
}
},
"nature": 5,
"script": "function onInflictStatusEval(s) {\n\tif (s.status.kind == Skill.Rogue_Talent_LethalPoison_Status) {\n\t\taddStatus(s.target, Skill.Rogue_Talent_CripplingPoison_Tracker);\n\t}\n}",
"status": 2,
"mastery": []
}