Home · skill · Mage_StaticNova
Blast nearby enemies, dealing 90% Intellect and immobilizing them for 4.
Properties
- status
- Bug
- type
- Class Skill
- nature
- Ability
- cooldown
- 25
- duration
- 0.45
- steps
- mastery
Referenced by
unit (1)
Raw data
{
"status": "Bug",
"gfx": {
"file": "UI/icons/Mage_talent.png",
"size": 48,
"x": 4,
"y": 4,
"width": 2,
"height": 2
},
"id": "Mage_StaticNova",
"type": "ClassSkill",
"nature": "Ability",
"texts": {
"name": "Static Nova",
"desc": "Blast nearby enemies, dealing ::dmg:: and immobilizing them for ::ref2_duration::.",
"refs": {
"ref": "Mage_StaticNova_Status_M1",
"ref2": "Mage_StaticNova_Status_Root"
}
},
"anim": {
"ref": "MagicNova",
"blend": 0.1
},
"cooldown": 25,
"duration": 0.45,
"steps": [
{
"on": 0,
"props": {
"area": {
"shape": [
2,
360
]
},
"position": {
"origin": 0
}
},
"type": 4,
"visuals": {
"fxs": [
{
"set": "Spark_Blast_Launch",
"props": {
"offset": {
"x": 0,
"y": 0,
"z": 0,
"height": 0.5
}
},
"scale": 1.5
},
{
"set": "Spark_Burst_Cone",
"props": {},
"attachName": "",
"space": 1,
"flags": 16
}
],
"camShake": 5
},
"delay": 0.3,
"range": 7,
"effects": [
{
"affinity": "Magic",
"sideEffects": {
"knockBack": {
"type": 0
}
},
"effect": 0,
"scaling": [
{
"ratio": 0.9,
"atb": "Intellect"
}
],
"flags": 0
}
]
},
{
"on": 1,
"props": {
"status": {
"ref": "Mage_StaticNova_Status_Root"
}
},
"type": 1
}
],
"flags": [],
"mastery": [
{
"id": "Mage_StaticNova_M1",
" vars": {},
"gfx": {
"file": "UI/Portraits/Items/Masteries/Mage_StaticNova/Mage_StaticNova_M1.png",
"size": 256,
"x": 0,
"y": 0
},
"text": {
"name": "Static Drag",
"desc": "Enemies are slowed by ::ref_val1%:: for ::ref_duration:: after the immobilizing effect of ::name:: stops."
}
},
{
"id": "Mage_StaticNova_M2",
"gfx": {
"file": "UI/Portraits/Items/Masteries/Mage_StaticNova/Mage_StaticNova_M2.png",
"size": 256,
"x": 0,
"y": 0
},
"text": {
"name": "Aftershock",
"desc": "Enemies are dealt ::ref2_dmg:: after the immobilizing effect of ::name:: stops"
}
},
{
"id": "Mage_StaticNova_M3",
"gfx": {
"file": "UI/Portraits/Items/Masteries/Mage_StaticNova/Mage_StaticNova_M3.png",
"size": 256,
"x": 0,
"y": 0
},
"text": {
"name": "Chain Reaction",
"desc": "Hitting ::var1:: enemies or more with ::name:: triggers all your [Conduit]s for free."
},
"vars": {
"var1": 3
}
}
],
"props": {},
"vars": {
"dur1": 4
},
"script": "function onFirstHit(hit) {\n\tif (hasMastery(Mastery.Mage_StaticNova_M3) && hit.ctx.totalHits >= vars.var1 && ownerHero?.mage != null) {\n\t\townerHero.mage.forceTriggerAllConduits();\n\t}\n}",
"_xrefs": [
{
"from_sheet": "unit",
"from_id": "Mage",
"via_field": "skills"
}
]
}