plasma ball
plasma ball much more damage new graphics fast decay in mob shields works with capacitor some bug fixes paradigm shift: 4->10% chance to give research instead of tech harpoon density: 0.006->0.005 (lower damage and knock back to mobs) wormhole: 7->5% duplication chance pilot wave uses less energy
This commit is contained in:
@@ -1045,7 +1045,7 @@ const powerUps = {
|
||||
},
|
||||
pauseEjectTech(index) {
|
||||
if (tech.isPauseEjectTech || simulation.testing) {
|
||||
if (Math.random() < 0.04 || tech.tech[index].isFromAppliedScience) {
|
||||
if (Math.random() < 0.1 || tech.tech[index].isFromAppliedScience) {
|
||||
tech.removeTech(index)
|
||||
powerUps.spawn(m.pos.x + 40 * (Math.random() - 0.5), m.pos.y + 40 * (Math.random() - 0.5), "research", false);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user