railgun buffs

JUNK tech - 🐱

railgun buffs
  600% -> 800% more ammo
  more dense (more damage)
  only targets mobs when pressing down
  does a bit of damage to nearby mobs after you fire
    extra damage to mob bullets

pneumatic hammer renamed caliber
  also applies to super balls
  5% less size increase per stack

pure science and unified field theory have a pause animation to show they are clickable

bug fixes
This commit is contained in:
landgreen
2022-03-09 20:53:38 -08:00
parent e3a82417d6
commit d39e5c784d
9 changed files with 205 additions and 79 deletions

View File

@@ -691,7 +691,6 @@ const simulation = {
level.onLevel = 0;
level.levelsCleared = 0;
//resetting difficulty
// simulation.difficulty = 0;
level.setDifficulty()
@@ -713,6 +712,7 @@ const simulation = {
document.getElementById("health").style.display = "inline"
document.getElementById("health-bg").style.display = "inline"
m.alive = true;
m.onGround = false
m.setMaxHealth()
m.health = 0;
m.addHealth(0.25)