Home · skill · Warrior_Talent_CrippingBloodloss

Hemorrhage reduces all damage dealt by affected enemies by 5%.

Properties

status
Bug
type
Talent
nature
Passive

Referenced by

Raw data
{
  "status": "Bug",
  "gfx": {
    "file": "UI/icons/Warrior_talent.png",
    "size": 96,
    "x": 7,
    "y": 1
  },
  "id": "Warrior_Talent_CrippingBloodloss",
  "type": "Talent",
  "nature": "Passive",
  "texts": {
    "name": "Crippling Bloodloss",
    "desc": "::ref_name:: reduces all damage dealt by affected enemies by ::damage%::.",
    "refs": {
      "ref": "Warrior_Hemorrhage_Status"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {
    "rankOverride": [
      {
        "minRank": 2,
        "vars": {
          "damage": 0.1
        }
      }
    ],
    "talent": {
      "maxPoints": 2
    }
  },
  "vars": {
    "damage": 0.05
  },
  "script": "function onInflictStatus(s) {\n\tif (s.isType(StatusType.Hemorage)) {\n\t\ttrace(\"Bloodloss\");\n\t\taddStatus(s.owner, Skill.Warrior_Talent_CrippingBloodloss_Status);\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Warrior",
      "via_field": "talentTrees"
    }
  ]
}