foam bots

This commit is contained in:
landgreen
2020-05-10 05:28:24 -07:00
parent fd67ee9aae
commit 92b264cea9
5 changed files with 242 additions and 129 deletions

View File

@@ -20,9 +20,9 @@ const level = {
// mech.setField("time dilation field")
// b.giveMod("renormalization");
// b.giveMod("impact shear");
// b.giveMod("clock gating");
// b.giveMod("foam-bot");
// b.giveGuns("neutron bomb")
// b.giveGuns("spores")
// b.giveGuns("foam")
// mech.setField("pilot wave")
// mech.setField("phase decoherence field")
@@ -54,6 +54,9 @@ const level = {
for (let i = 0; i < b.modNailBotCount; i++) {
b.nailBot()
}
for (let i = 0; i < b.modFoamBotCount; i++) {
b.foamBot()
}
},
isBuildRun: false,
difficultyIncrease(num = 1) {
@@ -158,8 +161,8 @@ const level = {
// spawn.bomberBoss(2900, -500)
// spawn.shooterBoss(1200, -500)
// spawn.spinner(1200, -500)
spawn.stabber(1600, -500)
spawn.spinner(1200, -500, 40)
// spawn.stabber(1600, -500)
// spawn.cellBossCulture(1600, -500)
// spawn.shooter(1600, -500)
// spawn.shield(mob[mob.length - 1], 1200, -500, 1);