FareverDB

Dimensional Instability

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