Zealous Fighter
Priest_Talent_ZealousFighter in SkillsYour [Attack]s have an additional 0.04 chance to critically strike.
- id
- Priest_Talent_ZealousFighter
- type
- 21
- flags
- 0
- nature
- 5
- script
- function onInflictDamageEval(hit) { if (hit.isBaseAttack || hit.isFinalCombo) { hit.critChance += vars.chance; } }
- status
- 2
Raw data
{
"id": "Priest_Talent_ZealousFighter",
"gfx": {
"x": 18,
"y": 0,
"file": "UI/icons/Priest_talent.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"type": 21,
"vars": {
"chance": 0.04
},
"flags": 0,
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"vars": {
"chance": 0.08
},
"minRank": 2
}
]
},
"steps": [],
"texts": {
"desc": "Your [Attack]s have an additional ::chance:: chance to critically strike.",
"name": "Zealous Fighter"
},
"nature": 5,
"script": "function onInflictDamageEval(hit) {\n\tif (hit.isBaseAttack || hit.isFinalCombo) {\n\t\thit.critChance += vars.chance;\n\t}\n}",
"status": 2,
"mastery": []
}