| Latest version | 3.4.0 |
|---|---|
| Minimum Core | 14 |
| Compatible Core | 14 |
| Last updated | 9 hours ago |
| Created | 9 hours ago |
| Authors | |
| Languages |
English |
| Systems | All systems |
| Project source | Project URL |
| License | License URL |
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.
https://github.com/mordachai/name-forge/releases/latest/download/module.json
Two client-scoped settings (per-user, found under Configure Settings -> Module Settings -> Name Forge):
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();
Every category is generated by one of three methods:
s/v/V/c/ B/C syllable and cluster symbols, grouping, alternation, capitalization) ported from skeeto/fantasyname (public domain / Unlicense), itself modeled on the long-standing RinkWorks Fantasy Name Generator.humans category of the Corpora project (CC0 / public domain) used for the generic "Modern"/sci-fi human filler names. This produces new, non-existent names in an authentically real-world style rather than picking from a fixed list. A lot of crap will appear, but you can cherry pick the best option.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.
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.
humans category of dariusk/corpora (CC0 1.0 Universal / public domain dedication).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).
Unspeakable, Mythos Tomes, Arabic, Aztec, Chinese, Egyptian, Sumerian
ICC Designations, Planet, Star
Bars and Clubs, Corporation
Air Nomad, Earth Kingdom, Fire Nation, Water Tribe, United Republic, Earth Kingdom Village, Fire Nation Village, Water Tribe Village
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: name-forge or copy its manifest URL:
And paste it to the input box at the bottom of your window.

You can install this package directly to your Forge account.