FareverDB

Conduit: Spark Explosion

Mage_Talent_ConduitSparkExplosion_Conduit in Skills

Explodes, dealing 25% Intellect Magic to nearby enemies. Activates when you consume [Spark] above the gauge threshold.

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