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