FareverDB

Chrono Reset

Mage_ChronoReset in Skills

Fully regenerates your [Spark] and resets the cooldowns of all your [WeaponSkill]s.

id
Mage_ChronoReset
type
9
flags
0
nature
2
script
function onStart(ctx) { forAllWeaponSkills(owner, (s) -> resetCooldown(s.kind)); if (hasMastery(Mage_ChronoReset_M3)) { forAllClassSkills(owner, function(s) { if (s.kind != skill.kind) reduceCooldown(s.kind, vars.dur1); }); } } function onConduitTriggers(conduits) { if (hasMastery(Mage_ChronoReset_M2)) reduceCooldown(kind, vars.time); }
status
0
cooldown
180
duration
0.8
Raw data
{
  "id": "Mage_ChronoReset",
  "gfx": {
    "x": 0,
    "y": 1,
    "file": "UI/icons/atlas_class_Mage_96PX.png",
    "size": 96
  },
  "anim": {
    "ref": "MagicBuff",
    "blend": 0.1
  },
  "type": 9,
  "vars": {
    "dur1": 1
  },
  "flags": 0,
  "props": {},
  "steps": [
    {
      "on": 0,
      "delay": 0.2,
      "props": {},
      "visuals": {
        "fxs": [
          {
            "set": "Mage_ChronoReset",
            "props": {}
          }
        ]
      }
    },
    {
      "on": 0,
      "type": 12,
      "props": {},
      "effects": [
        {
          "flags": 0,
          "effect": 3,
          "target": {
            "atb": "Spark"
          },
          "scaling": [
            {
              "atb": "MaxSpark",
              "ratio": 1
            }
          ]
        }
      ]
    },
    {
      "on": 0,
      "cond": {
        "mastery": "Mage_ChronoReset_M1"
      },
      "type": 12,
      "props": {},
      "effects": [
        {
          "flags": 0,
          "effect": 1,
          "scaling": [
            {
              "atb": "MaxHealth",
              "ratio": 1
            }
          ]
        }
      ]
    }
  ],
  "texts": {
    "desc": "Fully regenerates your [Spark] and resets the cooldowns of all your [WeaponSkill]s.",
    "name": "Chrono Reset"
  },
  "nature": 2,
  "script": "function onStart(ctx) {\n\tforAllWeaponSkills(owner, (s) -> resetCooldown(s.kind));\n\n\tif (hasMastery(Mage_ChronoReset_M3)) {\n\t\tforAllClassSkills(owner, function(s) {\n\t\t\tif (s.kind != skill.kind)\n\t\t\t\treduceCooldown(s.kind, vars.dur1);\n\t\t});\n\t}\n}\n\nfunction onConduitTriggers(conduits) {\n\tif (hasMastery(Mage_ChronoReset_M2))\n\t\treduceCooldown(kind, vars.time);\n}",
  "status": 0,
  "mastery": [
    {
      "id": "Mage_ChronoReset_M1",
      "gfx": {
        "x": 0,
        "y": 0,
        "file": "UI/Portraits/Items/Masteries/Mage_ChronoReset/Mage_ChronoReset_M1.png",
        "size": 256
      },
      "text": {
        "desc": "::name:: fully heals you.",
        "name": "Vitality Influx"
      },
      " vars": {}
    },
    {
      "id": "Mage_ChronoReset_M2",
      "gfx": {
        "x": 0,
        "y": 0,
        "file": "UI/Portraits/Items/Masteries/Mage_ChronoReset/Mage_ChronoReset_M2.png",
        "size": 256
      },
      "text": {
        "desc": "Triggering [Conduit]s reduces the cooldown of ::name:: by ::time::.",
        "name": "Rekindle"
      },
      "vars": {
        "time": 1
      }
    },
    {
      "id": "Mage_ChronoReset_M3",
      "gfx": {
        "x": 0,
        "y": 0,
        "file": "UI/Portraits/Items/Masteries/Mage_ChronoReset/Mage_ChronoReset_M3.png",
        "size": 256
      },
      "text": {
        "desc": "::name:: reduces the cooldowns of all your [ClassSkill]s by ::dur1::.",
        "name": "Alignment"
      },
      "vars": {
        "dur1": 15
      }
    }
  ],
  "cooldown": 180,
  "duration": 0.8
}