Skip to main content
All skills

Atrophic Poison

Status

Inflicts reduced damage.

cooldown
duration
steps

References

Raw data

nature
Status
id
Rogue_Talent_AtrophicPoison_Status
raw data
{
  "id": "Rogue_Talent_AtrophicPoison_Status",
  "gfx": {
    "x": 6,
    "y": 6,
    "file": "UI/icons/Rogue_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "vars": {},
  "flags": 2048,
  "props": {},
  "steps": [],
  "texts": {
    "desc": "Inflicts ::ref_dmg:: reduced damage.",
    "name": "Atrophic Poison",
    "refs": {
      "ref": "Rogue_Talent_AtrophicPoison"
    }
  },
  "nature": 4,
  "script": "function onStatusEnd(s, end) {\n\tif (s.kind == Skill.Rogue_Talent_LethalPoison_Status) {\n\t\tstop();\n\t}\n}\n\nfunction onInflictDamageEval(dmg) {\n\tvar stacks = owner.getStatusCount(Skill.Rogue_Talent_LethalPoison_Status);\n\tvar dmgRed = status.instigatorSkill.vars.damage;\n\tdmg.dmgMult -= stacks * dmgRed;\n}",
  "status": 2,
  "mastery": []
}