WIMPs for wormhole

tech: WIMPs now requires wormhole
  gives 3-9 research now (was 2-3)

tech: eddy current brake - is 15% larger and caps mob speeds at 20% slower

bug fixes
This commit is contained in:
landgreen
2021-06-13 18:45:53 -07:00
parent 36d44c2569
commit a285375e2b
7 changed files with 78 additions and 99 deletions

View File

@@ -3308,7 +3308,7 @@ const b = {
if (tech.isNailRadiation) {
mobs.statusDoT(who, tech.isFastRadiation ? 12 : 3, tech.isSlowRadiation ? 240 : (tech.isFastRadiation ? 30 : 120)) // one tick every 30 cycles
} else {
let dmg = b.dmgScale * 4.5
let dmg = b.dmgScale * 5
if (tech.isCrit && who.isStunned) dmg *= 4
who.damage(dmg, tech.isNeedleShieldPierce);
simulation.drawList.push({ //add dmg to draw queue