negative mass field flying buff
harmonic field now has no cooldown after blocking negative mass field accelerates slower, but with a higher top speed negative mass field harm reduction is now 60% and always on mod degenerate matter increases the damage reduction from 60% to 80% falling damage and damage from blocks have been removed (I'm trying it out, let me know if you want it back)
This commit is contained in:
@@ -83,7 +83,8 @@ const spawn = {
|
||||
},
|
||||
randomLevelBoss(x, y) {
|
||||
// other bosses: suckerBoss, laserBoss, tetherBoss, snakeBoss //all need a particular level to work so they are not included
|
||||
const options = ["shooterBoss", "cellBossCulture", "bomberBoss", "spiderBoss", "launcherBoss", "laserTargetingBoss"] // , "timeSkipBoss"
|
||||
// "shooterBoss", "cellBossCulture", "bomberBoss", "spiderBoss", "launcherBoss",
|
||||
const options = ["laserTargetingBoss"] // , "timeSkipBoss"
|
||||
spawn[options[Math.floor(Math.random() * options.length)]](x, y)
|
||||
},
|
||||
//mob templates *********************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user