Saltar al contenido principal
Todas las habilidades

Poder oculto

Estado

Puedes lanzar Poder oculto en lugar de tu habilidad Signature.

reutilización
duración
pasos1

Datos crudos

nature
Status
steps
1
id
Staff_Censer_Ultimate_Proc
raw data
{
  "id": "Staff_Censer_Ultimate_Proc",
  "gfx": {
    "x": 10,
    "y": 4,
    "file": "UI/icons/atlas_weapon_Staff_96PX.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "vars": {},
  "flags": 0,
  "props": {
    "status": {
      "types": [
        {
          "type": "Buff"
        }
      ],
      "skillOverride": [
        {
          "slot": "SignatureSkill",
          "skill": "Staff_Censer_Ultimate"
        }
      ]
    }
  },
  "steps": [
    {
      "on": 0,
      "type": 11,
      "props": {},
      "visuals": {
        "fxs": [
          {
            "set": "Chaos_Aura",
            "flags": 8,
            "props": {},
            "space": 2
          }
        ]
      },
      "duration": -1
    }
  ],
  "texts": {
    "desc": "You can cast [Staff_Censer_Ultimate] instead of your [Signature] skill.",
    "name": "Hidden Power"
  },
  "nature": 4,
  "script": "function onSkillProc(ctx) {\n\tif (ctx.skillId == Skill.Staff_Censer_Ultimate) {\n\t\tstop();\n\t}\n}",
  "status": 2,
  "mastery": [],
  "duration": -1
}