Crippling Poison
Rogue_Talent_CripplingPoison in SkillsThe first time Lethal Poison reaches the maximum number of stacks on an enemy, it stuns them for 5.
- id
- Rogue_Talent_CripplingPoison
- type
- 21
- flags
- 0
- nature
- 5
- script
- function onInflictStatusEval(s) { if (s.status.kind == Skill.Rogue_Talent_LethalPoison_Status) { addStatus(s.target, Skill.Rogue_Talent_CripplingPoison_Tracker); } }
- status
- 2
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": []
}