duplicated boss health
perimeter defense and network effect each give 1% more bonus per bot (around an 18% increase for each tech) extra bosses spawned from parthenogenesis and apomixis have health increased by your duplication chance (if you have 50% duplication the extra boss have 50% more health) apomixis no longer costs 8 research
This commit is contained in:
@@ -506,7 +506,7 @@ const m = {
|
||||
if (tech.isSlowFPS) dmg *= 0.8
|
||||
// if (tech.isPiezo) dmg *= 0.85
|
||||
if (tech.isHarmReduce && input.field && m.fieldCDcycle < m.cycle) dmg *= 0.4
|
||||
if (tech.isBotArmor) dmg *= 0.93 ** b.totalBots()
|
||||
if (tech.isBotArmor) dmg *= 0.92 ** b.totalBots()
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user