Home · skill · Priest_Talent_ZealousFighter
Your Attacks have an additional 0.04 chance to critically strike.
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": 18,
"y": 0,
"width": 2,
"height": 2
},
"id": "Priest_Talent_ZealousFighter",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Zealous Fighter",
"desc": "Your [Attack]s have an additional ::chance:: chance to critically strike."
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"minRank": 2,
"vars": {
"chance": 0.08
}
}
]
},
"vars": {
"chance": 0.04
},
"script": "function onInflictDamageEval(hit) {\n\tif (hit.isBaseAttack || hit.isFinalCombo) {\n\t\thit.critChance += vars.chance;\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Priest",
"via_field": "talentTrees"
}
]
}