sort
pause menu can sort tech by keywords tech: mechatronics - randomly add +(7 to 13)% damage a few new images bug fixes cherenkov radiation damage bug fixed it does much more damage and matches the description
This commit is contained in:
@@ -268,7 +268,7 @@ function collisionChecks(event) {
|
||||
if (tech.blockDmg) { //electricity
|
||||
Matter.Body.setVelocity(mob[k], { x: 0.5 * mob[k].velocity.x, y: 0.5 * mob[k].velocity.y });
|
||||
if (tech.isBlockRadiation && !mob[k].isShielded && !mob[k].isMobBullet) {
|
||||
mobs.statusDoT(mob[k], tech.blockDmg * m.dmgScale * 4 / 12, 360) //200% increase -> x (1+2) //over 7s -> 360/30 = 12 half seconds -> 3/12
|
||||
mobs.statusDoT(mob[k], tech.blockDmg * 0.42, 180) //200% increase -> x (1+2) //over 7s -> 360/30 = 12 half seconds -> 3/12
|
||||
} else {
|
||||
mob[k].damage(tech.blockDmg * m.dmgScale)
|
||||
simulation.drawList.push({
|
||||
|
||||
Reference in New Issue
Block a user