Home · skill · Rogue_Talent_DeadlyPoison

Lethal Poison has a 0.01 chance per stack to critically strike.

Properties

type
Talent
nature
Passive

Referenced by

Raw data
{
  "gfx": {
    "file": "UI/icons/Rogue_talent.png",
    "size": 48,
    "x": 12,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Rogue_Talent_DeadlyPoison",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "name": "Deadly Poison",
    "desc": "::ref_name:: has a ::chance:: chance per stack to critically strike.",
    "refs": {
      "ref": "Rogue_Talent_LethalPoison_Status"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "rankOverride": [
      {
        "minRank": 2,
        "vars": {
          "chance": 0.02
        }
      }
    ],
    "talent": {
      "maxPoints": 2
    }
  },
  "vars": {
    "chance": 0.01
  },
  "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}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Rogue",
      "via_field": "talentTrees"
    }
  ]
}