Home · skill · Priest_Talent_Prosecutor
Your critical Attacks have a 0.15 chance to reduce the cooldown of Judgment by 0.5.
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": 4,
"y": 2,
"width": 2,
"height": 2
},
"id": "Priest_Talent_Prosecutor",
"type": "Talent",
"nature": "Passive",
"texts": {
"name": "Prosecutor",
"desc": "Your critical [Attack]s have a ::chance:: chance to reduce the cooldown of ::ref_name:: by ::time::.",
"refs": {
"ref": "Priest_Sig_DivineIntervention"
}
},
"anim": {},
"steps": [],
"flags": [],
"mastery": [],
"props": {
"talent": {
"maxPoints": 2
},
"rankOverride": [
{
"minRank": 2,
"vars": {
"time": 1
}
}
]
},
"vars": {
"chance": 0.15,
"time": 0.5
},
"script": "function onInflictDamage(dmg) {\n\tif (dmg.critical && (dmg.isBaseAttack || dmg.isFinalCombo)) {\n\t\tif (checkProba(vars.chance)) {\n\t\t\treduceCooldown(Skill.Priest_Sig_DivineIntervention, vars.time);\n\t\t}\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Priest",
"via_field": "talentTrees"
}
]
}