Home · skill · Enchant_Devote

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

Properties

type
Passive
nature
Passive

Referenced by

Raw data
{
  "id": "Enchant_Devote",
  "type": "Passive",
  "nature": "Passive",
  "texts": {
    "name": "Devote",
    "desc": "Your [Attack]s grant you ::ref_val1:: [FervorRating], stacking up to ::ref_stacks:: times.",
    "refs": {
      "ref": "Enchant_Devote_Status"
    }
  },
  "anim": {},
  "steps": [],
  "flags": [],
  "mastery": [],
  "props": {},
  "vars": {
    "chance": 0.3
  },
  "script": "function onInflictHit(hit) {\n\tif( hit.isBaseAttack) {\n\t\tif(checkProba(vars.chance) && hit.skillId != skill.kind) {\n\t\t\taddStatus(hit.source, Skill.Enchant_Devote_Status);\n\t\t}\n\t}\n}",
  "_xrefs": [
    {
      "from_sheet": "item",
      "from_id": "FormulaWeaponDevote",
      "via_field": "skills"
    }
  ]
}