FareverDB

Bloodletting

Warrior_Talent_Bloodletting in Skills

Damage dealt by your bleeding effects increased by 10%.

id
Warrior_Talent_Bloodletting
type
21
flags
0
nature
5
script
function onInflictDamageEval(dmg) { if (dmg.isStatusType(Bleed)) { dmg.dmgMult += vars.damage; } }
status
2
Raw data
{
  "id": "Warrior_Talent_Bloodletting",
  "gfx": {
    "x": 2,
    "y": 0,
    "file": "UI/icons/Warrior_talent.png",
    "size": 96
  },
  "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 bleeding effects increased by ::damage%::.",
    "name": "Bloodletting"
  },
  "nature": 5,
  "script": "function onInflictDamageEval(dmg) {\n\tif (dmg.isStatusType(Bleed)) {\n\t\tdmg.dmgMult += vars.damage;\n\t}\n}",
  "status": 2,
  "mastery": []
}