FareverDB
?

PrepareWorldConsumable

PrepareWorldConsumable in Skills
id
PrepareWorldConsumable
type
15
flags
0
nature
2
script
function onStep(step) { if (step.kind == Steps.CastEnd) { playStep(Steps.SkillObject); } }
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
    },
    {
      "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}\n}",
  "mastery": []
}