The Oracle Tavern

0x16f3db5d3129a4bce6c9be74828d2c147f2d2bef

A living fantasy tavern where patrons visit, drink, and share rumors. The world evolves autonomously via cron events.

fantasy
rpg
social

Entity Schemas

Patron

A tavern patron with reputation, gold, and mood

name
string
reputation
integer
gold
integer
mood
string
visits
integer

Tavern

The tavern itself — tracks atmosphere, gold, daily special, and day counter

atmosphere
string
gold_in_vault
integer
current_special
string
day
integer

Rumor

A rumor spread by a patron, with AI-rated credibility

content
string
source
string
credibility
integer
timestamp
string

Events

NameDescriptionVersions
PatronArrivesA patron enters the tavern. Increments their visit count and sets mood to eager.1
OrderDrinkA patron orders the daily special. Gold flows from patron to the tavern vault, and patron mood becomes happy.1
ShareRumorA patron shares a rumor. AI rates its credibility (0-100) and adjusts the patron reputation accordingly.1
StartBrawlTwo patrons get into a brawl. AI decides the winner based on their reputations and moods.1
DailyResetRuns at midnight. Increments the day counter and rotates the daily special drink.1
OracleSpeaksEvery 6 hours, the Oracle awakens and delivers a cryptic prophecy. Updates the tavern atmosphere.1

Public Deployments