Home · skill · Phrixes_OpenRiftSatus

Properties

nature
Status
duration
3
steps
on=0visuals={"fxs":[{"set":"Telegraph_Generic_Circle_FillUp","space":0,"props":{},"flags":56}]}props={}duration=-1type=11on=9visuals={"fxs":[{"set":"Chaos_Blink_Appear","space":1,"props":{},"flags":16,"scale":2}]}props={}effects=[{"effect":0,"scaling":[{"ratio":1.2,"atb":"FoePower"}],"flags":0}]id=CreateRifttype=4range=5
Raw data
{
  "id": "Phrixes_OpenRiftSatus",
  "nature": "Status",
  "texts": {},
  "anim": {},
  "duration": 3,
  "steps": [
    {
      "on": 0,
      "visuals": {
        "fxs": [
          {
            "set": "Telegraph_Generic_Circle_FillUp",
            "space": 0,
            "props": {},
            "flags": 56
          }
        ]
      },
      "props": {},
      "duration": -1,
      "type": 11
    },
    {
      "on": 9,
      "visuals": {
        "fxs": [
          {
            "set": "Chaos_Blink_Appear",
            "space": 1,
            "props": {},
            "flags": 16,
            "scale": 2
          }
        ]
      },
      "props": {},
      "effects": [
        {
          "effect": 0,
          "scaling": [
            {
              "ratio": 1.2,
              "atb": "FoePower"
            }
          ],
          "flags": 0
        }
      ],
      "id": "CreateRift",
      "type": 4,
      "range": 5
    }
  ],
  "flags": [],
  "mastery": [],
  "props": {
    "status": {
      "types": [
        {
          "type": "State"
        }
      ]
    }
  },
  "vars": {},
  "script": "function onStep(s) {\n    var phrixes = toPhrixes(owner);\n    if(phrixes == null)\n        return;\n    if(s.kind == Steps.CreateRift) {\n        phrixes.requestNewRift(owner);\n    }\n}"
}