Home · skill · Enchant_Zealot

Your Attacks grant you 6 Critical, stacking up to 5 times.

Properties

type
Passive
nature
Passive

Referenced by

Raw data
{
  "id": "Enchant_Zealot",
  "type": "Passive",
  "nature": "Passive",
  "texts": {
    "name": "Zealot",
    "desc": "Your [Attack]s grant you ::ref_val1:: [CritChanceRating], stacking up to ::ref_stacks:: times.",
    "refs": {
      "ref": "Enchant_Zealot_Status"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {},
  "vars": {
    "chance": 0.3
  },
  "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}",
  "_xrefs": [
    {
      "from_sheet": "item",
      "from_id": "FormulaWeaponZealot",
      "via_field": "skills"
    }
  ]
}