FareverDB

Light Burn

Scepter_Start_Skill1_Burn in Skills

A [Burn] that deals 140% Faith Light over 10.

id
Scepter_Start_Skill1_Burn
flags
0
nature
4
status
2
duration
10
Raw data
{
  "id": "Scepter_Start_Skill1_Burn",
  "gfx": {
    "x": 6,
    "y": 0,
    "file": "UI/icons/atlas_weapon_Scepter_96PX.png",
    "size": 48,
    "width": 2,
    "height": 2
  },
  "anim": {},
  "vars": {},
  "flags": 0,
  "props": {
    "status": {
      "types": [
        {
          "type": "Burn"
        },
        {
          "type": "Debuff"
        }
      ]
    }
  },
  "steps": [
    {
      "on": 0,
      "type": 11,
      "props": {},
      "visuals": {
        "fxs": [
          {
            "set": "State_Burning_Light",
            "flags": 12,
            "props": {},
            "space": 0
          }
        ]
      },
      "duration": -1
    },
    {
      "on": 0,
      "type": 12,
      "props": {
        "loop": {
          "tick": 2
        }
      },
      "effects": [
        {
          "flags": 0,
          "effect": 0,
          "scaling": [
            {
              "atb": "Faith",
              "ratio": 1.4
            }
          ],
          "affinity": "Light"
        }
      ],
      "duration": -1
    }
  ],
  "texts": {
    "desc": "A [Burn] that deals ::dmg:: over ::dur::.",
    "name": "Light Burn"
  },
  "nature": 4,
  "status": 2,
  "mastery": [],
  "duration": 10
}