FareverDB

Deadly Poison

Rogue_Talent_DeadlyPoison in Skills

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

id
Rogue_Talent_DeadlyPoison
type
21
flags
0
nature
5
script
function onInflictDamageEval(dmg) { if (dmg.skillId == Skill.Rogue_Talent_LethalPoison_Status) { dmg.critChance += vars.chance * dmg.target.getStatusCount(Skill.Rogue_Talent_LethalPoison_Status); } }
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.01
  },
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 2
    },
    "rankOverride": [
      {
        "vars": {
          "chance": 0.02
        },
        "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": []
}