Demon boss balance

This commit is contained in:
Szymon Miś
2025-09-19 16:27:25 +02:00
parent 6feee0019a
commit 9aeba8bd4d
5 changed files with 204 additions and 192 deletions

View File

@@ -1133,10 +1133,10 @@ MonoBehaviour:
openCloseWindow: 1
selectedToolbar: 0
_isDead: 0
_currentHealth: 250
_currentHealth: 300
isImmortal: 0
fillHealthOnStart: 1
maxHealth: 250
maxHealth: 300
healthRecovery: 0
healthRecoveryDelay: 0
currentHealthRecoveryDelay: 0
@@ -1346,8 +1346,8 @@ MonoBehaviour:
moveToTarget: 0
_minAttackTime: 0.5
_maxAttackTime: 2
_minAttackCount: 1
_maxAttackCount: 3
_minAttackCount: 2
_maxAttackCount: 5
_attackDistance: 3
_combatBlockingChance: 0
_onDamageBlockingChance: 0