Add spoken spatial clock announcements with top-of-hour mode

This commit is contained in:
Jage9
2026-02-27 01:05:23 -05:00
parent 2e532f5471
commit 4ed52649f1
47 changed files with 273 additions and 19 deletions

View File

@@ -294,6 +294,14 @@ class ItemUseSoundPacket(BasePacket):
y: int
class ItemClockAnnouncePacket(BasePacket):
type: Literal["item_clock_announce"]
itemId: str
sounds: list[str]
x: int
y: int
class ItemPianoNoteBroadcastPacket(BasePacket):
type: Literal["item_piano_note"]
itemId: str