Home · skill · Mage_Talent_ConduitSparkExplosion_Conduit

Explodes, dealing 25% Intellect to nearby enemies.

Activates when you consume Spark above the gauge threshold.

Properties

status
WIP
type
MageConduit
nature
Passive
steps
on=13props={"area":{"shape":[0]},"position":{"origin":0}}type=4visuals={"fxs":[{"set":"Spark_Ally_AOE_Unit","props":{"offset":{"x":0,"y":0,"z":0,"height":0.5}},"flags":16}],"camShake":5}delay=0range=3effects=[{"affinity":"Magic","effect":0,"scaling":[{"ratio":0.25,"atb":"Intellect"}],"flags":0}]id=ConduitTrigger
Raw data
{
  "status": "WIP",
  "gfx": {
    "file": "UI/icons/atlas_class_Mage_96PX.png",
    "size": 96,
    "x": 9,
    "y": 1
  },
  "id": "Mage_Talent_ConduitSparkExplosion_Conduit",
  "type": "MageConduit",
  "nature": "Passive",
  "texts": {
    "name": "Conduit: Spark Explosion",
    "desc": "Explodes, dealing ::dmg:: to nearby enemies.\n\nActivates when you consume [Spark] above the gauge threshold."
  },
  "anim": {},
  "steps": [
    {
      "on": 13,
      "props": {
        "area": {
          "shape": [
            0
          ]
        },
        "position": {
          "origin": 0
        }
      },
      "type": 4,
      "visuals": {
        "fxs": [
          {
            "set": "Spark_Ally_AOE_Unit",
            "props": {
              "offset": {
                "x": 0,
                "y": 0,
                "z": 0,
                "height": 0.5
              }
            },
            "flags": 16
          }
        ],
        "camShake": 5
      },
      "delay": 0,
      "range": 3,
      "effects": [
        {
          "affinity": "Magic",
          "effect": 0,
          "scaling": [
            {
              "ratio": 0.25,
              "atb": "Intellect"
            }
          ],
          "flags": 0
        }
      ],
      "id": "ConduitTrigger"
    }
  ],
  "flags": [],
  "mastery": [],
  "props": {},
  "vars": {},
  "script": "function onStartConduit() {\n\tplayStep(Steps.ConduitTrigger);\n}"
}