update spirit

This commit is contained in:
jakciehan
2026-06-07 22:10:03 +08:00
parent 427a33c55b
commit 9c57deff6d
82 changed files with 5465 additions and 149 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ const bossCfg: IBossConfig = {
princessCutsceneAtHpRatio: 0.5,
phases: [
{ hpThreshold: 1.0, mode: 'pair_pincer', actionIntervalSec: 2.2 },
{ hpThreshold: 0.66, mode: 'fireball_spread', actionIntervalSec: 1.8 },
{ hpThreshold: 0.33, mode: 'clone_confuse', actionIntervalSec: 1.4 },
{ hpThreshold: 2 / 3, mode: 'fireball_spread', actionIntervalSec: 1.8 },
{ hpThreshold: 1 / 3, mode: 'clone_confuse', actionIntervalSec: 1.4 },
],
};