Home · skill · Book_Start_Skill1_Burn

A Burn that deals 160% Intellect over ::dur::.

Properties

status
Done
nature
Status
duration
10
steps
visuals={"fxs":[{"set":"State_Burning","space":0,"props":{},"flags":8}]}props={}on=0duration=-1type=11props={"loop":{"tick":2}}effects=[{"effect":0,"affinity":"Fire","scaling":[{"ratio":1.6,"atb":"Intellect"}],"flags":0}]on=0type=12duration=-1
Raw data
{
  "status": "Done",
  "gfx": {
    "file": "UI/icons/atlas_Book_96PX.png",
    "size": 96,
    "x": 4,
    "y": 0
  },
  "id": "Book_Start_Skill1_Burn",
  "nature": "Status",
  "texts": {
    "name": "Light Burn",
    "desc": "A [Burn] that deals ::dmg:: over ::dur::."
  },
  "anim": {},
  "duration": 10,
  "steps": [
    {
      "visuals": {
        "fxs": [
          {
            "set": "State_Burning",
            "space": 0,
            "props": {},
            "flags": 8
          }
        ]
      },
      "props": {},
      "on": 0,
      "duration": -1,
      "type": 11
    },
    {
      "props": {
        "loop": {
          "tick": 2
        }
      },
      "effects": [
        {
          "effect": 0,
          "affinity": "Fire",
          "scaling": [
            {
              "ratio": 1.6,
              "atb": "Intellect"
            }
          ],
          "flags": 0
        }
      ],
      "on": 0,
      "type": 12,
      "duration": -1
    }
  ],
  "flags": [],
  "mastery": [],
  "props": {
    "status": {
      "types": [
        {
          "type": "Burn"
        },
        {
          "type": "Debuff"
        }
      ]
    }
  },
  "vars": {
    "var1": 0.2
  },
  "script": "function onStart(ctx) {\n\tif(rank >= 2) {\n\t\tctx.dmgMult += vars.var1;\n\t}\n}"
}