only 3 bosses
several tech now have fewer requirements to unlock some normal tech is now considered gun tech (mostly explosion stuff) snakeBoss tails, stay attached to each other "snakeBoss", "blockBoss", "powerupBoss" are now the only bosses for the random boss list bug fixes
This commit is contained in:
@@ -518,7 +518,7 @@ const m = {
|
||||
if (tech.isHarmArmor && m.lastHarmCycle + 600 > m.cycle) dmg *= 0.33;
|
||||
if (tech.isNoFireDefense && m.cycle > m.fireCDcycle + 120) dmg *= 0.3
|
||||
if (tech.energyRegen === 0) dmg *= 0.34
|
||||
if (tech.isTurret && m.crouch) dmg *= 0.4;
|
||||
if (tech.isTurret && m.crouch) dmg *= 0.34;
|
||||
if (tech.isEntanglement && b.inventory[0] === b.activeGun) {
|
||||
for (let i = 0, len = b.inventory.length; i < len; i++) dmg *= 0.87 // 1 - 0.15
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user