FareverDB

Static Drag

Mage_StaticNova_Status_Root in Skills
id
Mage_StaticNova_Status_Root
flags
0
nature
4
script
function onStop(ctx) { if (hasMastery(Mastery.Mage_StaticNova_M1)) { owner.addStatus(Skill.Mage_StaticNova_Status_M1, 1, skill, skill.getSourceObject()); } if (hasMastery(Mastery.Mage_StaticNova_M2)) { playStep(Steps.M2_Damage, owner); } }
status
5
duration
4
Raw data
{
  "id": "Mage_StaticNova_Status_Root",
  "gfx": {
    "x": 8,
    "y": 0,
    "file": "UI/icons/atlas_abilities_status_96PX.png",
    "size": 96
  },
  "anim": {},
  "vars": {},
  "flags": 0,
  "props": {
    "status": {
      "types": [
        {
          "type": "Root"
        },
        {
          "type": "Debuff"
        }
      ]
    }
  },
  "steps": [
    {
      "id": "M2_Damage",
      "on": 13,
      "type": 12,
      "props": {},
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "scaling": [
            {
              "atb": "Intellect",
              "ratio": 0.4
            }
          ],
          "affinity": "Magic"
        }
      ]
    }
  ],
  "texts": {
    "name": "Static Drag"
  },
  "nature": 4,
  "script": "function onStop(ctx) {\n\tif (hasMastery(Mastery.Mage_StaticNova_M1)) {\n\t\towner.addStatus(Skill.Mage_StaticNova_Status_M1, 1, skill, skill.getSourceObject());\n\t}\n\tif (hasMastery(Mastery.Mage_StaticNova_M2)) {\n\t\tplayStep(Steps.M2_Damage, owner);\n\t}\n}",
  "status": 5,
  "mastery": [],
  "duration": 4
}