Skip to main content
All skills

Bullying the Weak

Passive

Damage dealt to poisoned enemies increased by 2%.

Raw data

type
Talent
nature
Passive
id
Rogue_Talent_BullyingTheWeak
raw data
{
  "id": "Rogue_Talent_BullyingTheWeak",
  "gfx": {
    "x": 6,
    "y": 2,
    "file": "UI/icons/Rogue_talent.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "type": 21,
  "vars": {
    "damage": 0.02
  },
  "flags": 0,
  "props": {
    "talent": {
      "maxPoints": 2
    },
    "rankOverride": [
      {
        "vars": {
          "damage": 0.04
        },
        "minRank": 2
      }
    ]
  },
  "steps": [],
  "texts": {
    "desc": "Damage dealt to poisoned enemies increased by ::damage%::.",
    "name": "Bullying the Weak"
  },
  "nature": 5,
  "script": "function onInflictDamageEval(dmg) {\n\tif (dmg.target.hasStatusType(StatusType.Poison)) {\n\t\tdmg.dmgMult += vars.damage;\n\t}\n}",
  "status": 2,
  "mastery": []
}