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