field research tech
tech: Noether violation - shotgun and railgun recoil is increased and it's direction is reversed, +60% damage for shot/rail gun each field now has a tech that uses research to give a simple bonus wormhole: virtual particles - 3 research for 19% duplication chance cloaking field, pilot wave: dynamical systems - 2 research for 35% damage standing wave harmonics, pilot wave: zero point energy - 2 research for 74% max energy perfect diamagnetism or negative mass field: tessellation - 50% harm reduction for 4 research cost time dilation field - Lorentz transformation now uses 4 research for a 50% speed increase (was 40% for no research) plasma-bot - now also requires 1 research nano-scale already has several research deals added a research to the intro level Newton's 1st law reduces harm by up to 66% (was 60%) when moving at up to 30 Newton's 2nd law increases damage by up to 66% (was 43%) when moving at up to 30 also they both have no requirements anymore super ball tech supertemporal now fires with much less delay and it syncs with frame rate much cleaner metamaterial cloaking now gets the damage buff after 3 seconds of no kills (was 4s) recloaks 1/2 second faster cloaked vision has a 10% larger radius 6 situational tech can now show up in situations where they are only "OK", but not "great" choices
This commit is contained in:
17
js/level.js
17
js/level.js
@@ -15,8 +15,10 @@ const level = {
|
||||
// level.difficultyIncrease(30)
|
||||
// simulation.isHorizontalFlipped = true
|
||||
// m.setField("wormhole")
|
||||
// b.giveGuns("laser")
|
||||
// tech.giveTech("laser diode")
|
||||
// b.giveGuns("shotgun")
|
||||
// tech.isShotgunRecoil = true
|
||||
// tech.isShotgunReversed = true
|
||||
// tech.giveTech("supertemporal")
|
||||
// tech.giveTech("free-electron laser")
|
||||
// for (let i = 0; i < 9; i++) tech.giveTech("spherical harmonics")
|
||||
// tech.giveTech("decoherence")
|
||||
@@ -2265,7 +2267,7 @@ const level = {
|
||||
// spawn.laser(1200, -500)
|
||||
// spawn.shield(mob[mob.length - 1], 1800, -120, 1);
|
||||
|
||||
spawn.nodeGroup(1200, -500, "grenadier")
|
||||
// spawn.nodeGroup(1200, -500, "grenadier")
|
||||
// spawn.snakeBoss(1200, -500)
|
||||
// spawn.suckerBoss(2900, -500)
|
||||
// spawn.randomMob(1600, -500)
|
||||
@@ -2616,10 +2618,9 @@ const level = {
|
||||
|
||||
// localSettings.levelsClearedLastGame = 20
|
||||
if (level.levelsCleared === 0) {
|
||||
// powerUps.spawn(-100, 0, "heal", false); //starting gun
|
||||
powerUps.spawn(1900, -150, "heal", false); //starting gun
|
||||
powerUps.spawn(2050, -150, "heal", false); //starting gun
|
||||
// powerUps.spawn(2050, -150, "field", false); //starting gun
|
||||
powerUps.spawn(2500, -50, "research", false);
|
||||
powerUps.spawn(1900, -50, "heal", false);
|
||||
powerUps.spawn(2050, -50, "heal", false);
|
||||
if (localSettings.levelsClearedLastGame < 6) {
|
||||
if (!simulation.isCheating && !m.isShipMode) {
|
||||
spawn.wireFoot();
|
||||
@@ -2632,7 +2633,7 @@ const level = {
|
||||
simulation.trails()
|
||||
}
|
||||
}
|
||||
powerUps.spawnStartingPowerUps(2300, -150);
|
||||
powerUps.spawnStartingPowerUps(2300, -50);
|
||||
},
|
||||
testChamber() {
|
||||
level.setPosToSpawn(0, -50); //lower start
|
||||
|
||||
Reference in New Issue
Block a user