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:
landgreen
2021-10-22 05:58:16 -07:00
parent 8c1539fa68
commit 61b365ff6c
6 changed files with 75 additions and 66 deletions

View File

@@ -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++;