Home · skill · Warrior_Talent_Bloodletting
Damage dealt by your bleeding effects increased by 10%.
Properties
- status
- Done
- type
- Talent
- nature
- Passive
Referenced by
unit (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/Warrior_talent.png",
"size": 96,
"x": 2,
"y": 0
},
"id": "Warrior_Talent_Bloodletting",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Bloodletting",
"desc": "Damage dealt by your bleeding effects increased by ::damage%::."
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"rankOverride": [
{
"minRank": 2,
"vars": {
"damage": 0.2
}
}
],
"talent": {
"maxPoints": 2
}
},
"vars": {
"damage": 0.1
},
"script": "function onInflictDamageEval(dmg) {\n\tif (dmg.isStatusType(Bleed)) {\n\t\tdmg.dmgMult += vars.damage;\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Warrior",
"via_field": "talentTrees"
}
]
}