mass production

new community levels:
  tlinat by Richard0820
  ruins by SiddhUPe

tech: mass production - tech have +3 choices to spawn ammo, research, or heals
This commit is contained in:
landgreen
2023-07-11 21:37:11 -07:00
parent 6cd2502fb5
commit 8a211e81ec
11 changed files with 1611 additions and 133 deletions

View File

@@ -117,9 +117,9 @@ const spawn = {
tech.isScaleMobsWithDuplication = false
return true
} else if (tech.isResearchBoss) {
if (powerUps.research.count > 3) {
powerUps.research.changeRerolls(-4)
simulation.makeTextLog(`<span class='color-var'>m</span>.<span class='color-r'>research</span> <span class='color-symbol'>-=</span> 4<br>${powerUps.research.count}`)
if (powerUps.research.count > 2) {
powerUps.research.changeRerolls(-3)
simulation.makeTextLog(`<span class='color-var'>m</span>.<span class='color-r'>research</span> <span class='color-symbol'>-=</span> 3<br>${powerUps.research.count}`)
} else {
tech.addJunkTechToPool(0.49)
}