Skip to main content
All skills

Plainswalker Feast — ItemUse

Ability
cooldown
duration
steps5

Granted by

Raw data

type
ItemUse
nature
Ability
steps
5
id
PrepareWorldConsumable
raw data
{
  "id": "PrepareWorldConsumable",
  "anim": {
    "ref": "Parry"
  },
  "type": 15,
  "vars": {},
  "flags": 0,
  "props": {},
  "steps": [
    {
      "on": 14,
      "type": 25,
      "props": {},
      "range": 5,
      "visuals": {
        "fxs": [
          {
            "set": "Telegraph_Circle_Preview",
            "props": {},
            "scale": 0.1
          }
        ]
      }
    },
    {
      "on": 0,
      "type": 3,
      "props": {},
      "duration": 0.5
    },
    {
      "id": "CastEnd",
      "on": 7,
      "props": {}
    },
    {
      "id": "SkillObject",
      "on": 13,
      "type": 26,
      "props": {},
      "duration": 60
    },
    {
      "id": "Pickup",
      "on": 16,
      "type": 18,
      "props": {}
    }
  ],
  "texts": {},
  "nature": 2,
  "script": "function onStep(step) {\n\tif (step.kind == Steps.CastEnd) {\n\t\tplayStep(Steps.SkillObject);\n\t\tplayStep(Steps.Pickup);\n\t}\n}",
  "mastery": []
}