Home · skill · Rogue_Talent_CripplingPoison

The first time Lethal Poison reaches the maximum number of stacks on an enemy, it stuns them for 5.

Properties

status
Done
type
Talent
nature
Passive

Referenced by

Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/Rogue_talent.png",
    "size": 48,
    "x": 16,
    "y": 2,
    "width": 2,
    "height": 2
  },
  "id": "Rogue_Talent_CripplingPoison",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "name": "Crippling Poison",
    "desc": "The first time ::ref_name:: reaches the maximum number of stacks on an enemy, it stuns them for ::dur1::.",
    "refs": {
      "ref": "Rogue_Talent_LethalPoison_Status"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "talent": {
      "maxPoints": 1
    }
  },
  "vars": {
    "dur1": 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}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Rogue",
      "via_field": "talentTrees"
    }
  ]
}