FareverDB
?

Devote

Enchant_Devote in Skills

Your [Attack]s grant you 6 [FervorRating], stacking up to 5 times.

id
Enchant_Devote
type
14
flags
0
nature
5
script
function onInflictHit(hit) { if( hit.isBaseAttack) { if(checkProba(vars.chance) && hit.skillId != skill.kind) { addStatus(hit.source, Skill.Enchant_Devote_Status); } } }
Raw data
{
  "id": "Enchant_Devote",
  "anim": {},
  "type": 14,
  "vars": {
    "chance": 0.3
  },
  "flags": 0,
  "props": {},
  "steps": [],
  "texts": {
    "desc": "Your [Attack]s grant you ::ref_val1:: [FervorRating], stacking up to ::ref_stacks:: times.",
    "name": "Devote",
    "refs": {
      "ref": "Enchant_Devote_Status"
    }
  },
  "nature": 5,
  "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}",
  "mastery": []
}