Poder del verdugo
Pasiva
Tus Attacks infligen un 10% más de daño crítico.
Datos crudos
- type
- Talent
- nature
- Passive
- id
- Priest_Talent_MightyExecutioner
raw data
{
"id": "Priest_Talent_MightyExecutioner",
"gfx": {
"x": 0,
"y": 2,
"file": "UI/icons/Priest_talent.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"type": 21,
"vars": {
"damage": 0.1
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"vars": {
"damage": 0.2
},
"minRank": 2
}
]
},
"steps": [],
"texts": {
"desc": "Your [Attack]s deal ::damage%:: increased critical damage.",
"name": "Might of the Executioner"
},
"nature": 5,
"script": "function onInflictDamageEval(hit) {\n\tif (hit.isBaseAttack || hit.isFinalCombo) {\n\t\thit.critDmgMult += vars.damage;\n\t}\n}",
"status": 2,
"mastery": []
}