cherenkov radiation
tech: cherenkov radiation - bremsstrahlung damage is increased by 300% over 6 seconds bremsstrahlung does 2->3 damage, and also applies to block collisions tech: nuclear transmutation - radiation sources do 70% more damage and harm enthalpy now drops heal power ups instead of directly healing you foam-shot has 13->15 particles, is slower, and less spread bug fixes
This commit is contained in:
@@ -379,7 +379,7 @@ const powerUps = {
|
||||
}
|
||||
if (tech.isRerollBots) {
|
||||
let delay = 0
|
||||
for (const cost = 2 + Math.floor(0.1666 * b.totalBots()); powerUps.research.count > cost - 1; powerUps.research.count -= cost) {
|
||||
for (const cost = 2 + Math.floor(0.2 * b.totalBots()); powerUps.research.count > cost - 1; powerUps.research.count -= cost) { // 1/5 = 0.2
|
||||
delay += 500
|
||||
setTimeout(() => {
|
||||
b.randomBot()
|
||||
|
||||
Reference in New Issue
Block a user