WIMPs
ice-IX does 15% more damage tech: WIMPs - an indestructible harmful particle slowly chases you spawn 2-3 research at the end of each level experimental mode : WIMPS chase you beating the final boss looks a bit less like death and a bit more like winning also there are some text directions on how to enter endless mode (press T after you win) tech removed: 1-body problem
This commit is contained in:
@@ -50,7 +50,6 @@ const mobs = {
|
||||
const range2 = (180 + 170 * Math.random()) ** 2
|
||||
for (let i = 0, len = mob.length; i < len; i++) {
|
||||
if (who !== mob[i] && Vector.magnitudeSquared(Vector.sub(who.position, mob[i].position)) < range2 + mob[i].radius) {
|
||||
console.log(mob[i])
|
||||
applySlow(mob[i])
|
||||
}
|
||||
}
|
||||
@@ -64,7 +63,6 @@ const mobs = {
|
||||
}
|
||||
|
||||
function applySlow(whom) {
|
||||
console.log()
|
||||
if (!whom.shield && !whom.isShielded && !m.isBodiesAsleep) {
|
||||
if (whom.isBoss) cycles = Math.floor(cycles * 0.25)
|
||||
let i = whom.status.length
|
||||
|
||||
Reference in New Issue
Block a user