diff --git a/items/active/weapons/ranged/abilities/lunarishrapnelbomb/lunarishrapnelbomb.weaponability b/items/active/weapons/ranged/abilities/lunarishrapnelbomb/lunarishrapnelbomb.weaponability index e9928c0a55d..67e45cd611c 100644 --- a/items/active/weapons/ranged/abilities/lunarishrapnelbomb/lunarishrapnelbomb.weaponability +++ b/items/active/weapons/ranged/abilities/lunarishrapnelbomb/lunarishrapnelbomb.weaponability @@ -15,11 +15,11 @@ "projectileParameters" : { "speed" : 25 }, "baseDamage" : 7, - "energyUsage" : 40, + "energyUsage" : 50, "fireTime" : 2.0, "projectileCount" : 1, - "inaccuracy" : 0.1, + "inaccuracy" : 0, "useParticleEmitter" : false, diff --git a/projectiles/guns/starburst/starburst.projectile b/projectiles/guns/starburst/starburst.projectile index 710d5c04d28..fe74035a762 100644 --- a/projectiles/guns/starburst/starburst.projectile +++ b/projectiles/guns/starburst/starburst.projectile @@ -9,8 +9,9 @@ "speed" : 45, "timeToLive" : 0.7, "bounces" : 0, + "power" : 8, "lightColor" : [155, 147, 27], - "piercing" : false, + "piercing" : true, "damageKind" : "electric", "periodicActions" : [ { @@ -20,5 +21,13 @@ "type" : "lunarishot", "fuzzAngle" : 360 } - ] + ], + "actionOnReap" : [ + { + "action" : "config", + "file" : "/projectiles/explosions/energyshardexplosion/playerenergyshardexplosion.config" + } + ], + "damagePoly" : [ [-18, 0], [-6, -6], [0, -18], [6, -6], [18, 0], [6, 6], [0, 18], [-6, 6] ] + }