GenerateRandomSearch

Tavern Menu Generator

Generates a random food or drink item with a price, in the style of a fantasy tavern's menu board — a quick prop for tabletop RPG worldbuilding, distinct from the Tavern Name Generator (which only names the establishment).

What this generator does

Produces something for the board rather than the name over the door — the food and drink an inn is actually serving. Sits alongside the tavern name generator, which names the building.

What it builds, and how many ways

Each result is assembled to this shape: [dish] + [price].

  • dish: 30 options
  • price: 16 options

Taken together those banks can be assembled 480 different ways, repeating after about 27.

Some results it can produce:

  • Hearty root stew — 6 copper
  • Mushroom and barley pottage — 4 silver
  • Spiced wine — 6 copper
  • Pot-roasted hare — 4 silver

A fixed sample so this page stays the same between visits. Your own results are assembled at random, each slot filled independently and each press independent of the last, so the same result can come up twice — past the repeat figure above, seeing one twice is more likely than not.

How to use this tool

  1. Press generate for a menu item.
  2. Generate several times to build out a full menu.

Common use cases

  • Fleshing out a tabletop RPG tavern scene
  • Worldbuilding prop lists
  • Writing prompts

Practical tips

  • A menu is the cheapest way to make one inn feel different from the last one; players notice food more than furniture.
  • Use an unusual dish as a hook — where it came from is often a better adventure lead than a notice board.

Each part of the result is chosen independently with your browser's cryptographic random number generator, so every option in a bank is equally likely. How Generate Random works.