feat: status effects (poison/burn), boss patterns, new relics

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-24 14:49:55 +09:00
parent 533e460968
commit d3d7e2a76a
8 changed files with 158 additions and 2 deletions

View File

@@ -22,6 +22,9 @@ const (
RelicATKBoost
RelicDEFBoost
RelicGoldBoost
RelicPoisonImmunity // immune to poison
RelicBurnResist // halve burn damage
RelicLifeSteal // heal 10% of damage dealt
)
type Relic struct {