feat: add floor themes with status effect modifiers

Add 4 floor themes (Swamp/Volcano/Glacier/Inferno) that boost status
effect damage on matching floors. Realign boss patterns to match themes
and add PatternFreeze for the Glacier boss.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-25 15:22:17 +09:00
parent 69ac6cd383
commit 1e155c62fb
5 changed files with 94 additions and 5 deletions

View File

@@ -41,6 +41,7 @@ const (
PatternPoison // applies poison
PatternBurn // applies burn to random player
PatternHeal // heals self
PatternFreeze // applies freeze to all players
)
type Monster struct {