Zealot
Enchant_Zealot in SkillsYour [Attack]s grant you 6 [CritChanceRating], stacking up to 5 times.
- id
- Enchant_Zealot
- type
- 14
- flags
- 0
- nature
- 5
- script
- function onInflictHit(hit) { if( hit.isBaseAttack) { trace("1"); if(checkProba(vars.chance)) { trace("2"); addStatus(owner, Skill.Enchant_Zealot_Status); } } }
Raw data
{
"id": "Enchant_Zealot",
"anim": {},
"type": 14,
"vars": {
"chance": 0.3
},
"flags": 0,
"props": {},
"steps": [],
"texts": {
"desc": "Your [Attack]s grant you ::ref_val1:: [CritChanceRating], stacking up to ::ref_stacks:: times.",
"name": "Zealot",
"refs": {
"ref": "Enchant_Zealot_Status"
}
},
"nature": 5,
"script": "function onInflictHit(hit) {\n\tif( hit.isBaseAttack) {\n\t\ttrace(\"1\");\n\t\tif(checkProba(vars.chance)) {\n\t\t\ttrace(\"2\");\n\t\t\taddStatus(owner, Skill.Enchant_Zealot_Status);\n\t\t}\n\t}\n}",
"mastery": []
}