Home · skill · Warrior_Talent_MagicConduction
Damage dealt to enemies affected by Hemorrhage increased by 7%.
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": 3,
"y": 1
},
"id": "Warrior_Talent_MagicConduction",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Magic Conduction",
"desc": "Damage dealt to enemies affected by ::ref_name:: increased by ::damage%::.",
"refs": {
"ref": "Warrior_Hemorrhage_Status"
}
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"minRank": 2,
"vars": {
"damage": 0.15
}
}
]
},
"vars": {
"damage": 0.07
},
"script": "function onInflictDamageEval(dmg) {\n\tif (hasStatusType(dmg.target, StatusType.Hemorage)) {\n\t\tdmg.dmgMult += vars.damage;\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Warrior",
"via_field": "talentTrees"
}
]
}