biohazard map
new level biohazard by INOOBBOI AND THESHWARMA enable community maps in settings some coupling tech spawns power ups instead of directly giving coupling fine-structure constant gives 60 coupling power ups, lose 0.5 coupling after mob collision tech: decoupling: when ON: +5.00 coupling OFF: spawn a WIMP (probably adds coupling drift bugs) JUNK tech - boost - spawn a large number of boost power ups several bug fixes mob - flutter is no longer treated as a boss
This commit is contained in:
@@ -257,7 +257,7 @@ const build = {
|
||||
<br><strong class='color-defense'>defense</strong>: ${(1-m.harmReduction()).toPrecision(3)} difficulty: ${(1/simulation.dmgScale).toPrecision(3)}
|
||||
${b.fireCDscale < 1 ? `<br><strong><em>fire rate</em></strong>: ${((1-b.fireCDscale)*100).toFixed(b.fireCDscale < 0.1 ? 2 : 0)}%`: ""}
|
||||
${tech.duplicationChance() ? `<br><strong class='color-dup'>duplication</strong>: ${(tech.duplicationChance()*100).toFixed(0)}%`: ""}
|
||||
${m.coupling ? `<br><strong class='color-coupling'>coupling</strong>: ${(m.coupling).toFixed(2)} <span style = 'font-size:90%;'>`+m.couplingDescription(true)+"</span>": ""}
|
||||
${m.coupling ? `<br><strong class='color-coupling'>coupling</strong>: ${(m.coupling).toFixed(2)} <span style = 'font-size:90%;'>`+m.couplingDescription()+"</span>": ""}
|
||||
${botText}
|
||||
<br>
|
||||
<br><strong class='color-h'>health</strong>: (${(m.health*100).toFixed(0)} / ${(m.maxHealth*100).toFixed(0)})
|
||||
|
||||
Reference in New Issue
Block a user