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:
21
style.css
21
style.css
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user