FareverDB

Lethal Dose

Rogue_Talent_LethalDose in Skills

Damage dealt by your poisons increased by 10%.

id
Rogue_Talent_LethalDose
type
21
flags
0
nature
5
script
function onInflictDamageEval(dmg) { if (dmg.isStatusType(StatusType.Poison)) { dmg.dmgMult += vars.damage; } }
status
2
Raw data
{
  "id": "Rogue_Talent_LethalDose",
  "gfx": {
    "x": 4,
    "y": 0,
    "file": "UI/icons/Rogue_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "type": 21,
  "vars": {
    "damage": 0.1
  },
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 2
    },
    "rankOverride": [
      {
        "vars": {
          "damage": 0.2
        },
        "minRank": 2
      }
    ]
  },
  "steps": [],
  "texts": {
    "desc": "Damage dealt by your poisons increased by ::damage%::.",
    "name": "Lethal Dose"
  },
  "nature": 5,
  "script": "function onInflictDamageEval(dmg) {\n\tif (dmg.isStatusType(StatusType.Poison)) {\n\t\tdmg.dmgMult += vars.damage;\n\t}\n}",
  "status": 2,
  "mastery": []
}