Home · skill · Rogue_Talent_AtrophicPoison_Status

Inflicts ::ref_dmg:: reduced damage.

Properties

status
Bug
nature
Status
flags
IsMetaStatus
Raw data
{
  "status": "Bug",
  "gfx": {
    "file": "UI/icons/Rogue_talent.png",
    "size": 48,
    "x": 6,
    "y": 6,
    "width": 2,
    "height": 2
  },
  "id": "Rogue_Talent_AtrophicPoison_Status",
  "nature": "Status",
  "texts": {
    "name": "Atrophic Poison",
    "desc": "Inflicts ::ref_dmg:: reduced damage.",
    "refs": {
      "ref": "Rogue_Talent_AtrophicPoison"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [
    "IsMetaStatus"
  ],
  "mastery": [],
  "props": {},
  "vars": {},
  "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}"
}