Home · skill · Spear_Goo_Passive_Dot

Deals 140% Intellect over 6.

Properties

status
Review
nature
Status
duration
6
steps
visuals={"fxs":[{"set":"State_Burning","space":0,"props":{"offset":{"x":0,"y":0,"z":0,"height":0.5}},"flags":8,"scale":2}]}props={}on=0type=11range=5duration=-1on=0props={"loop":{"tick":2}}type=12duration=-1effects=[{"effect":0,"scaling":[{"ratio":1.4,"atb":"Intellect"}],"affinity":"Magic","flags":0}]
Raw data
{
  "status": "Review",
  "gfx": {
    "file": "UI/icons/atlas_weapon_Spear_96PX.png",
    "size": 48,
    "x": 6,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Spear_Goo_Passive_Dot",
  "nature": "Status",
  "texts": {
    "desc": "Deals ::dmg:: over ::duration::.",
    "name": "Ignited Goo"
  },
  "anim": {},
  "duration": 6,
  "steps": [
    {
      "visuals": {
        "fxs": [
          {
            "set": "State_Burning",
            "space": 0,
            "props": {
              "offset": {
                "x": 0,
                "y": 0,
                "z": 0,
                "height": 0.5
              }
            },
            "flags": 8,
            "scale": 2
          }
        ]
      },
      "props": {},
      "on": 0,
      "type": 11,
      "range": 5,
      "duration": -1
    },
    {
      "on": 0,
      "props": {
        "loop": {
          "tick": 2
        }
      },
      "type": 12,
      "duration": -1,
      "effects": [
        {
          "effect": 0,
          "scaling": [
            {
              "ratio": 1.4,
              "atb": "Intellect"
            }
          ],
          "affinity": "Magic",
          "flags": 0
        }
      ]
    }
  ],
  "flags": [],
  "mastery": [],
  "props": {
    "status": {
      "types": [
        {
          "type": "Debuff"
        },
        {
          "type": "Burn"
        }
      ],
      "maxStacks": 1
    }
  },
  "vars": {},
  "script": "function onDamageEval(dmg) {\n\tif (sourceSkill.rank >= 2) {\n\t\tif (dmg.skillId == Skill.Spear_Goo_Passive_Dot) {\n\t\t\tdmg.dmgMult += sourceSkill.vars.var1;\n\t\t}\n\t}\n}"
}