Ignited Goo
Spear_Goo_Passive_Dot in SkillsDeals 140% Intellect Magic over 6.
- id
- Spear_Goo_Passive_Dot
- flags
- 0
- nature
- 4
- script
- function onDamageEval(dmg) { if (sourceSkill.rank >= 2) { if (dmg.skillId == Skill.Spear_Goo_Passive_Dot) { dmg.dmgMult += sourceSkill.vars.var1; } } }
- status
- 1
- duration
- 6
Raw data
{
"id": "Spear_Goo_Passive_Dot",
"gfx": {
"x": 6,
"y": 0,
"file": "UI/icons/atlas_weapon_Spear_96PX.png",
"size": 48,
"width": 2,
"height": 2
},
"anim": {},
"vars": {},
"flags": 0,
"props": {
"status": {
"types": [
{
"type": "Debuff"
},
{
"type": "Burn"
}
],
"maxStacks": 1
}
},
"steps": [
{
"on": 0,
"type": 11,
"props": {},
"range": 5,
"visuals": {
"fxs": [
{
"set": "State_Burning",
"flags": 8,
"props": {
"offset": {
"x": 0,
"y": 0,
"z": 0,
"height": 0.5
}
},
"scale": 2,
"space": 0
}
]
},
"duration": -1
},
{
"on": 0,
"type": 12,
"props": {
"loop": {
"tick": 2
}
},
"effects": [
{
"flags": 0,
"effect": 0,
"scaling": [
{
"atb": "Intellect",
"ratio": 1.4
}
],
"affinity": "Magic"
}
],
"duration": -1
}
],
"texts": {
"desc": "Deals ::dmg:: over ::duration::.",
"name": "Ignited Goo"
},
"nature": 4,
"script": "function onDamageEval(dmg) {\n\tif (sourceSkill.rank >= 2) {\n\t\tif (dmg.skillId == Skill.Spear_Goo_Passive_Dot) {\n\t\t\tdmg.dmgMult += sourceSkill.vars.var1;\n\t\t}\n\t}\n}",
"status": 1,
"mastery": [],
"duration": 6
}