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

@@ -936,6 +936,27 @@ summary {
animation: textColor 3s linear infinite;
}
@keyframes fieldColorCycle {
0% {
background-color: rgb(255, 255, 255)
}
100% {
background-color: rgb(200, 255, 255)
}
}
@keyframes techColorCycle {
0% {
background-color: hsl(253, 100%, 100%)
}
100% {
background-color: hsl(253, 100%, 90%)
}
}
@keyframes bgColor {
0% {
background-color: rgb(63, 218, 216)