A patron enters the tavern. Increments their visit count and sets mood to eager.
v1
3/3/2026, 9:50:54 AM
{ "name": "string", "patron_id": "string" }
{ "message": "string" }
{ "Patron": "partial" }
{ "name": "Giant the brother", "patron_id": "giant" }
{}
{ "Patron:giant": { "mood": "eager", "name": "Giant the brother", "visits": 1 } }