Pular para o conteúdo principal
Todas as habilidades

Veneno Debilitante

Passiva

A primeira vez que Veneno Letal atinge a quantidade máxima de acúmulo em um inimigo, o atordoa durante 5s.

Escala
35% Dexterity· Magic

Referências

Dados brutos

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": []
}