mob: slasher
new mob: slasher - it's basically a jedi harpoon: +33% damage, +33% delay after firing time dilation reverted 50% -> 0% collision harm reduction time dilation can no longer get tech: symbiosis nano-scale: can access tokamak and discrete optimization cache: 11x -> 13x ammo bug fixes
This commit is contained in:
@@ -261,7 +261,7 @@ const simulation = {
|
||||
const bolts = []
|
||||
colors = [powerUps.research.color, powerUps.ammo.color, powerUps.heal.color, powerUps.tech.color, powerUps.field.color, powerUps.gun.color]
|
||||
for (let i = 0; i < boltNum; ++i) {
|
||||
const mag = 4 + 20 * Math.random()
|
||||
const mag = 6 + 20 * Math.random()
|
||||
const angle = 2 * Math.PI * Math.random()
|
||||
bolts.push({
|
||||
x: m.pos.x,
|
||||
|
||||
Reference in New Issue
Block a user