1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-11 14:49:24 +02:00

WD - fix bugged value of normal unit health incremental

This commit is contained in:
Gerkiz 2022-12-22 23:29:06 +01:00
parent f6f533bc27
commit 7b448eb9ad

View File

@ -105,7 +105,7 @@ function Public.reset_wave_defense()
this.fill_tiles_so_biter_can_path = true
this.modified_unit_health = {
current_value = 1.2,
limit_value = 90,
limit_value = 150,
health_increase_per_boss_wave = 0.5 -- wave % 25 == 0 at wave 2k boost is at 41.2
}
this.modified_boss_unit_health = {