Home · skill · Warrior_ExposedEssence
You ignore 5% of bleeding enemies' Magic Resistance and Armor.
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": 1,
"y": 1
},
"id": "Warrior_ExposedEssence",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Exposed Essence",
"desc": "You ignore ::var1%:: of bleeding enemies' [MagicArmor] and [Armor]."
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"minRank": 2,
"vars": {
"var1": 0.1
}
}
]
},
"vars": {
"var1": 0.05
},
"script": "function onInflictDamageEval(dmg) {\n\tif (dmg.target.hasStatusType(Bleed)) {\n\t\tdmg.magicArmorIgnore = vars.var1;\n\t\tdmg.armorIgnore = vars.var1;\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Warrior",
"via_field": "talentTrees"
}
]
}