Zum Hauptinhalt springen
Alle Fähigkeiten

Todbringendes Gift

Passiv

Tödliches Gift hat pro Kumulierung eine 0.02-Chance auf einen Kritischen Treffer.

Skalierung
35% Dexterity· Magic

Referenzen

Rohdaten

type
Talent
nature
Passive
id
Rogue_Talent_DeadlyPoison
raw data
{
  "id": "Rogue_Talent_DeadlyPoison",
  "gfx": {
    "x": 12,
    "y": 0,
    "file": "UI/icons/Rogue_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "type": 21,
  "vars": {
    "chance": 0.02
  },
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 2
    },
    "rankOverride": [
      {
        "vars": {
          "chance": 0.03
        },
        "minRank": 2
      }
    ]
  },
  "steps": [],
  "texts": {
    "desc": "::ref_name:: has a ::chance:: chance per stack to critically strike.",
    "name": "Deadly Poison",
    "refs": {
      "ref": "Rogue_Talent_LethalPoison_Status"
    }
  },
  "nature": 5,
  "script": "function onInflictDamageEval(dmg) {\n\tif (dmg.skillId == Skill.Rogue_Talent_LethalPoison_Status) {\n\t\tdmg.critChance += vars.chance * dmg.target.getStatusCount(Skill.Rogue_Talent_LethalPoison_Status);\n\t}\n}",
  "mastery": []
}