Home · skill · Spear_Eruption_Skill1_Status

You are surrounded by an embers whirlwind, dealing 25% Dexterity + 25% Faith + 30% Dexterity + 30% Faith to nearby enemies every 1.

Properties

status
Done
nature
Status
duration
8
steps
on=0props={}type=11visuals={"fxs":[{"set":"Lava_AoeBelt_Unit","props":{"offset":{"x":0,"y":0,"z":0,"height":0.5}},"flags":24,"space":2}]}duration=-1delay=0.4on=0props={"loop":{"tick":"time"},"canRepeat":true,"area":{"follow":1}}type=4range=3duration=-1effects=[{"effect":0,"scaling":[{"ratio":0.25,"atb":"Dexterity","conds":{"maxRank":1}},{"ratio":0.25,"atb":"Faith","conds":{"maxRank":1}},{"ratio":0.3,"atb":"Dexterity","conds":{"minRank":2}},{"ratio":0.3,"atb":"Faith","conds":{"minRank":2}}],"affinity":"Magic","flags":0}]
Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/atlas_weapon_Spear_96PX.png",
    "size": 48,
    "x": 10,
    "y": 0,
    "width": 2,
    "height": 2
  },
  "id": "Spear_Eruption_Skill1_Status",
  "nature": "Status",
  "texts": {
    "name": "Swirling Embers",
    "desc": "You are surrounded by an embers whirlwind, dealing ::dmg:: to nearby enemies every ::time::."
  },
  "anim": {},
  "duration": 8,
  "steps": [
    {
      "on": 0,
      "props": {},
      "type": 11,
      "visuals": {
        "fxs": [
          {
            "set": "Lava_AoeBelt_Unit",
            "props": {
              "offset": {
                "x": 0,
                "y": 0,
                "z": 0,
                "height": 0.5
              }
            },
            "flags": 24,
            "space": 2
          }
        ]
      },
      "duration": -1,
      "delay": 0.4
    },
    {
      "on": 0,
      "props": {
        "loop": {
          "tick": "time"
        },
        "canRepeat": true,
        "area": {
          "follow": 1
        }
      },
      "type": 4,
      "range": 3,
      "duration": -1,
      "effects": [
        {
          "effect": 0,
          "scaling": [
            {
              "ratio": 0.25,
              "atb": "Dexterity",
              "conds": {
                "maxRank": 1
              }
            },
            {
              "ratio": 0.25,
              "atb": "Faith",
              "conds": {
                "maxRank": 1
              }
            },
            {
              "ratio": 0.3,
              "atb": "Dexterity",
              "conds": {
                "minRank": 2
              }
            },
            {
              "ratio": 0.3,
              "atb": "Faith",
              "conds": {
                "minRank": 2
              }
            }
          ],
          "affinity": "Magic",
          "flags": 0
        }
      ]
    }
  ],
  "flags": [],
  "mastery": [],
  "props": {
    "status": {
      "types": [
        {
          "type": "Buff"
        }
      ]
    }
  },
  "vars": {
    "time": 1,
    "time2": 0.35,
    "damage": 0.25
  },
  "script": "function onInflictDamage(dmg) {\n\tif (rank>=3 && dmg.critical) {\n\t\textendDuration(vars.time2);\n\t}\n}"
}