refit
experiment and junk: panopticon - mobs can see you all the time scrap bots now have a 33% chance to spawn for 10 seconds after killing a mob (was 20% chance for 20 seconds) tech: scrap refit - killing a mob resets your functional scrap bots back to 10 seconds of operation several damage tech have reduced damage by about 10% spores do 20% more damage, but last 1 second shorter
This commit is contained in:
@@ -793,7 +793,7 @@ const simulation = {
|
||||
if (tech.isFlipFlopOn) {
|
||||
m.energy += 0.22;
|
||||
} else {
|
||||
m.energy -= 0.031;
|
||||
m.energy -= 0.041;
|
||||
if (m.energy < 0) m.energy = 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user