GenerateRandomSearch

Fantasy Potion Name Generator

Generates a fantasy potion name — 'Potion of Fleeting Courage' — distinct from the site's random-spell generator, which describes a spell's effect rather than naming a brewed item.

What this generator does

Names a potion without deciding what it does, which is deliberate. A named bottle whose effect nobody knows is a decision waiting to happen at the table; a fully specified potion is inventory. Use the site's spell-effect generator when you want the effect settled.

What it builds, and how many ways

Each result is assembled to this shape: [form] + [effect] — one of 4 sentence patterns this generator uses.

  • effect: 28 options
  • tell: 12 options
  • form: 10 options

Taken together those banks can be assembled 4,004 different ways, repeating after about 79.

Some results it can produce:

  • Draught of the Long Night
  • Potion of the Silver Tongue
  • Draught of the Kindled Wick — smells faintly of woodsmoke
  • Potion of the Turning Tide — is thicker than it should be

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 name.
  2. Generate again for a different one.

Common use cases

  • Tabletop RPG item naming
  • Fantasy worldbuilding
  • Game and prop design

Practical tips

  • Give two potions similar names and different effects. Nothing generates table conversation like a party trying to remember which bottle was which.

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.