Home · skill · Warrior_Talent_Bloodfeast
Hemorrhage heals you for 30% of the damage dealt.
Properties
- status
- Done
- type
- Talent
- nature
- Passive
- steps
Referenced by
unit (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/Warrior_talent.png",
"size": 96,
"x": 6,
"y": 1
},
"id": "Warrior_Talent_Bloodfeast",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Bloodfeast",
"desc": "::ref_name:: heals you for ::damage%:: of the damage dealt.",
"refs": {
"ref": "Warrior_Hemorrhage_Status"
}
},
"anim": {},
"steps": [
{
"on": 13,
"props": {},
"type": 12,
"effects": [
{
"effect": 1,
"scaling": [],
"flags": 0,
"affinity": "Raw",
"dynVal": 1
}
],
"id": "Heal"
}
],
"flags": [],
"mastery": [],
"props": {
"rankOverride": [
{
"minRank": 2,
"vars": {
"damage": 0.6
}
}
],
"talent": {
"maxPoints": 2
}
},
"vars": {
"damage": 0.3
},
"script": "function onInflictDamage(ctx) {\n\tif (ctx.isStatusType(StatusType.Hemorage)) {\n\t\tsetDynVal(1, ctx.amount * vars.damage);\n\t\tplayStep(Steps.Heal, owner);\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Warrior",
"via_field": "talentTrees"
}
]
}