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