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:
parent
26ea4abce4
commit
871cc53082
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue