elephant's toothpaste
elephant's toothpaste: mines make foam sentry fires about 40% faster but each shot slightly reduces the total duration (duration = 17s - 1/10 s per shot) foam can move through blocks a bit faster laser reflection damage is increased about 15% -> 8% damage loss per reflection beetleBoss pushes player away and spawns baby flutter mobs fire rate affects block throwing charge rate
This commit is contained in:
@@ -589,7 +589,7 @@ const mobs = {
|
||||
ctx.setLineDash([]);
|
||||
}
|
||||
},
|
||||
wing(a, radius = 250, ellipticity = 0.4, dmg = 0.0004) {
|
||||
wing(a, radius = 250, ellipticity = 0.4, dmg = 0.0006) {
|
||||
const minorRadius = radius * ellipticity
|
||||
const perp = { x: Math.cos(a), y: Math.sin(a) } //
|
||||
const where = Vector.add(this.position, Vector.mult(perp, radius + 0.8 * this.radius))
|
||||
|
||||
Reference in New Issue
Block a user