Home · skill · Phrixes_DimensionalInstability

Properties

type
Skill
nature
Spell
cooldown
20
duration
2
steps
on=0visuals={"fxs":[{"set":"Chaos_Aura","space":0,"props":{},"flags":12}]}props={}type=11delay=1duration=0.5on=0visuals={"linkFx":{"set":"Chaos_Zap","target":0,"targetRadius":1,"isZap":true,"startAttach":"Socket_Head","targetAttach":"RiftCenter"}}props={}type=11delay=1.2id=Trigger

Referenced by

Raw data
{
  "gfx": {
    "file": "UI/Placeholder/Icons_Resources.png",
    "size": 48,
    "x": 36,
    "y": 38,
    "width": 2,
    "height": 2
  },
  "id": "Phrixes_DimensionalInstability",
  "type": "Skill",
  "nature": "Spell",
  "texts": {
    "name": "Dimensional Instability"
  },
  "anim": {
    "speed": 1,
    "ref": "Conjure",
    "blend": 0.1
  },
  "cooldown": 20,
  "duration": 2,
  "steps": [
    {
      "on": 0,
      "visuals": {
        "fxs": [
          {
            "set": "Chaos_Aura",
            "space": 0,
            "props": {},
            "flags": 12
          }
        ]
      },
      "props": {},
      "type": 11,
      "delay": 1,
      "duration": 0.5
    },
    {
      "on": 0,
      "visuals": {
        "linkFx": {
          "set": "Chaos_Zap",
          "target": 0,
          "targetRadius": 1,
          "isZap": true,
          "startAttach": "Socket_Head",
          "targetAttach": "RiftCenter"
        }
      },
      "props": {},
      "type": 11,
      "delay": 1.2,
      "id": "Trigger"
    }
  ],
  "aiProps": {
    "pickPrio": 50
  },
  "flags": [],
  "mastery": [],
  "props": {
    "costs": [
      {
        "amount": 100,
        "atb": "SpecialEnergy"
      }
    ]
  },
  "vars": {
    "var1": 0.15
  },
  "script": "var phrixes: ent.boss.Phrixes;\nfunction onStart(ctx) {\n    phrixes = toPhrixes(owner);\n    var rifts = [];\n    // for(r in phrixes.getAllRifts()) {\n    //     addSkillTarget(r);\n    // }\n    requestUnitGameplayPopup(owner, 0, 10);\n}\n\nfunction onStep(s) {\n    if(s.kind == Steps.Trigger) {\n        phrixes.increaseRiftsRate(vars.var1);\n    }\n}",
  "_xrefs": [
    {
      "from_sheet": "unit",
      "from_id": "Phrixes",
      "via_field": "skills"
    }
  ]
}