@@ -55,7 +55,7 @@ effectUnitDefs = {
5555 -- // FUSIONS //--------------------------
5656 energysingu = {
5757 {class = ' Bursts' , options = energysinguBursts },
58- {class = ' StaticParticles' , options = energysinguCorona },
58+ {class = ' StaticParticles' , options = MergeTable ( energysinguCorona , { piece = " energyball " , sizeScaleParam = " ballSwell " }) },
5959 -- {class='ShieldSphere', options=energysinguShieldSphere},
6060 -- {class='ShieldJitter', options={layer=-16, life=math.huge, pos={0,58.9,0}, size=100, precision=22, strength = 0.001, repeatEffect=true}},
6161 {class = ' GroundFlash' , options = groundFlashOrange },
@@ -206,7 +206,7 @@ effectUnitDefs = {
206206
207207 -- portable singularity
208208 {class = ' Bursts' , options = MergeTable (energysinguBursts ,{piece = " ball" , noIconDraw = true , size = 5 , pos = {0 ,0 ,0 }})},
209- {class = ' StaticParticles' , options = MergeTable (energysinguCorona ,{piece = " ball" , noIconDraw = true , size = 18 , pos = { 0 , 0 , 0 } })},
209+ {class = ' StaticParticles' , options = MergeTable (energysinguCorona ,{piece = " ball" , onUnitRulesParam = " ballHalo " , noIconDraw = true , size = 18 })},
210210
211211 -- blinky lights
212212 {class = ' StaticParticles' , options = MergeTable (blinkyLightRed , {piece = " extra_L" }) },
0 commit comments