Pular para o conteúdo principal
Todas as habilidades

Devoção

Passiva

Os Attacks geram de Fervor. Acumula até vezes.

Referências

Concedida por

Dados brutos

type
Passive
nature
Passive
id
Enchant_Devote
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": []
}