duplicated boss health
perimeter defense and network effect each give 1% more bonus per bot (around an 18% increase for each tech) extra bosses spawned from parthenogenesis and apomixis have health increased by your duplication chance (if you have 50% duplication the extra boss have 50% more health) apomixis no longer costs 8 research
This commit is contained in:
@@ -872,7 +872,7 @@ const powerUps = {
|
||||
randomPowerUpCounter: 0,
|
||||
spawnBossPowerUp(x, y) { //boss spawns field and gun tech upgrades
|
||||
if (level.levels[level.onLevel] !== "final") {
|
||||
if (m.fieldMode === 0) {
|
||||
if (m.fieldMode === 0 && !tech.isSuperDeterminism) {
|
||||
powerUps.spawn(x, y, "field")
|
||||
} else {
|
||||
powerUps.randomPowerUpCounter++;
|
||||
|
||||
Reference in New Issue
Block a user