replication

tech change: commodities exchange 6 -> 8 power ups on cancel
tech change: MIRV - doesn't reduce the missile size as much, has a better missile spread, and a very short fire delay

tech: replication - gain 8% duplication, but add in 10 junk tech to the pool
added several new junk tech (18 possible junk tech now)
This commit is contained in:
landgreen
2021-02-07 06:20:58 -08:00
parent 6e5d951bf1
commit dc94bf871d
10 changed files with 336 additions and 75 deletions

View File

@@ -38,7 +38,7 @@ const powerUps = {
if (isCanceled) {
if (tech.isCancelDuplication) tech.cancelCount++
if (tech.isCancelRerolls) {
for (let i = 0; i < 6; i++) {
for (let i = 0; i < 8; i++) {
let spawnType = (m.health < 0.25 || tech.isEnergyNoAmmo) ? "heal" : "ammo"
if (Math.random() < 0.33) {
spawnType = "heal"