FareverDB

Swirling Embers

Spear_Eruption_Skill1_Status in Skills

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

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