Home · skill · Rogue_Talent_LethalDose

Damage dealt by your poisons increased by 10%.

Properties

status
Done
type
Talent
nature
Passive

Referenced by

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