Home · skill · Priest_Talent_MightyExecutioner
Your Attacks deal 15% increased critical damage.
Properties
- status
- Done
- type
- Talent
- nature
- Passive
Referenced by
unit (1)
Raw data
{
"status": "Done",
"gfx": {
"file": "UI/icons/Priest_talent.png",
"size": 48,
"x": 0,
"y": 2,
"width": 2,
"height": 2
},
"id": "Priest_Talent_MightyExecutioner",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Might of the Executioner",
"desc": "Your [Attack]s deal ::damage%:: increased critical damage."
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"minRank": 2,
"vars": {
"damage": 0.3
}
}
]
},
"vars": {
"damage": 0.15
},
"script": "function onInflictDamageEval(hit) {\n\tif (hit.isBaseAttack || hit.isFinalCombo) {\n\t\thit.critDmgMult += vars.damage;\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Priest",
"via_field": "talentTrees"
}
]
}