Bugfix: Borg's can't die anymore (#41492)

* commit

* other borgs

---------

Co-authored-by: iaada <iaada@users.noreply.github.com>
This commit is contained in:
āda 2025-11-22 20:20:31 -06:00 committed by GitHub
parent 26ea4abce4
commit 871cc53082
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@
thresholds:
0: Alive
100: Critical
200: Dead
300: Dead # Same as destruction threshold. Borgs act exactly like crit when dead, except for ghosting on move
stateAlertDict:
Alive: BorgHealth
Critical: BorgCrit
@ -444,7 +444,7 @@
thresholds: # slightly tankier than a normal borg
0: Alive
125: Critical
250: Dead
375: Dead # Same as destruction threshold. Borgs act exactly like crit when dead, except for ghosting on move
- type: EmagSiliconLaw # should xenoborgs be emagable?
stunTime: 5
- type: SiliconLawProvider

View file

@ -92,7 +92,7 @@
thresholds:
0: Alive
250: Critical
500: Dead
750: Dead # Same as destruction threshold. Borgs act exactly like crit when dead, except for ghosting on move
stateAlertDict:
Alive: BorgHealth
Critical: BorgCrit