FareverDB

Warrior_Talent_CrippingBloodloss_Status

Warrior_Talent_CrippingBloodloss_Status in Skills
id
Warrior_Talent_CrippingBloodloss_Status
flags
6144
nature
4
script
function onRegUpdate(dt) { if (!hasStatusType(owner, StatusType.Hemorage)) { removeStatus(owner, Skill.Warrior_Talent_CrippingBloodloss_Status); } }
status
5
Raw data
{
  "id": "Warrior_Talent_CrippingBloodloss_Status",
  "gfx": {
    "x": 5,
    "y": 3,
    "file": "UI/icons/Warrior_talent.png",
    "size": 96
  },
  "anim": {},
  "vars": {},
  "flags": 6144,
  "props": {
    "status": {
      "types": [
        {
          "type": "Debuff"
        }
      ]
    }
  },
  "steps": [],
  "texts": {},
  "nature": 4,
  "script": "function onRegUpdate(dt) {\n\tif (!hasStatusType(owner, StatusType.Hemorage)) {\n\t\tremoveStatus(owner, Skill.Warrior_Talent_CrippingBloodloss_Status);\n\t}\n}",
  "status": 5,
  "affixes": [
    {
      "mod": {},
      "ref": "TAttribute_ARatio",
      "val": -0.05,
      "conds": {
        "maxRank": 1
      },
      "target": {
        "attribute": "DamageModifier"
      },
      "target2": {}
    },
    {
      "mod": {},
      "ref": "TAttribute_ARatio",
      "val": -0.1,
      "conds": {
        "minRank": 2
      },
      "target": {
        "attribute": "DamageModifier"
      },
      "target2": {}
    }
  ],
  "mastery": []
}