Register

Name Forge

An Add-on Module for Foundry Virtual Tabletop

Author: Gus77 Project: Source Foundry Versions 14+ (Verified 14) Last Updated 1 hour, 31 minutes ago

Name Forge

image

A system-agnostic name generator for Foundry VTT (v13/v14). Pick a genre and category, generate a batch of names, and create an actor of any type your game system supports directly from a suggestion. Fully self-contained - everything is generated locally.

Installation:


https://github.com/mordachai/name-forge/releases/latest/download/module.json

Using it

  1. As a GM, open the Actors sidebar tab. A Name Forge button appears in the directory footer.
  2. Pick a Genre (Fantasy, Historical / Real-World, Sci-Fi, Cthulhu Mythos, Alien RPG, Blade Runner, Avatar Legends), then a Category (only shown when the genre has more than one), then the specific Name Type (e.g. "Elvish Male Names", "Towns and Cities").
  3. Set how many names (max. 30) to generate and click Generate.
  4. Click a name to copy it to the clipboard, or click the person-plus icon next to it to immediately create an actor with that name, using the actor type chosen at the bottom of the window.

Settings

Two client-scoped settings (per-user, found under Configure Settings -> Module Settings -> Name Forge):

API

nameForge.Open() (also available as game.modules.get("name-forge").api.Open()) opens the Name Forge window from the console or a macro, without needing the Actors directory button:

nameForge.Open();

Where the names come from

Every category is generated by one of three methods:

All generated names are checked against a small safety blocklist and regenerated if they happen to collide with an offensive word by pure chance of the random phoneme combination.

Actor types

The "Create as" dropdown lists whatever actor types your currently active game system defines (e.g. Character/NPC/Vehicle..., or whatever your system calls its own types) - the module has no game-system-specific code.

Credits

Full genre / category list

Every genre, its categories, and a sample of the cultures/factions/name types available in each (each category also generates matching town/place names where applicable - omitted below for brevity).

Fantasy

Historical / Real-World

Sci-Fi

Cthulhu Mythos

Unspeakable, Mythos Tomes, Arabic, Aztec, Chinese, Egyptian, Sumerian

Alien RPG

ICC Designations, Planet, Star

Blade Runner

Bars and Clubs, Corporation

Avatar Legends

Air Nomad, Earth Kingdom, Fire Nation, Water Tribe, United Republic, Earth Kingdom Village, Fire Nation Village, Water Tribe Village

Categories

Available Versions

  1. Version 3.4.0

    1 hour, 31 minutes ago
    Foundry Version 14+ (Verified 14) Manifest URL