hyperpolarization

tech: hyperpolarization - reduce the CD on depolarization by 1 second

metamaterial absorber 22->25% chance to get power up for mobs not killed
symbiosis -0.5 -> 0.25 max health after killing a mob
dazzler -15->10 energy after decloaking and stunning mobs
Hilbert space 142->300% damage

fixed bug with 1000x more frequent enthalpy
This commit is contained in:
landgreen
2024-02-10 19:58:05 -08:00
parent 17f65cfcea
commit b5e4b0db03
8 changed files with 80 additions and 86 deletions

View File

@@ -1372,7 +1372,7 @@ const mobs = {
}
if (tech.isAddRemoveMaxHealth) {
if (!this.isBoss) {
const amount = 0.005
const amount = 0.0025
if (tech.isEnergyHealth) {
if (m.maxEnergy > amount) {
tech.healMaxEnergyBonus -= amount