| Latest version | 2.3.1 |
|---|---|
| Minimum Core | 12 |
| Compatible Core | 14 |
| Last updated | 1 week ago |
| Created | 1 month ago |
| Authors | |
| Languages |
English Español |
| Systems | All systems |
| Project source | Project URL |
| Report bugs | Bug tracker URL |
| Read-me | Readme URL |
| Changelog | Changelog URL |
| License | License URL |
Fast NPC & magic item name generator for Foundry VTT v12–v14
Improvise on the spot. Generate authentic names by race and culture, with quick NPC details and one-click actor/item creation. Zero dependencies. By Geges.
English · Español
Never freeze when a player talks to the tavern keeper you didn't name. GG Nameforge gives GMs instant, flavorful NPC and magic item names with a single click.
In Foundry: Add-on Modules → Install Module and search for GG Nameforge, or paste the manifest URL:
https://github.com/GegesVTT/gg-nameforge/releases/latest/download/module.json
const nf = game.modules.get("gg-nameforge").api;
nf.open(); // open the generator
nf.npc({ race: "elf", gender: "female" }); // generate an NPC descriptor
nf.item("en", "wand"); // generate a magic item
nf.createNPC(nf.npc({ race: "orc" })); // generate + create the actor
name generator · NPC generator · random names · magic items · GM tools · improvisation · D&D 5e · fantasy names · quality of life
MIT — © Geges
Generador rápido de nombres de PNJ y objetos mágicos para Foundry VTT v12–v14. Improvisá al instante: generá nombres auténticos por raza y cultura, con datos rápidos de PNJ y creación de actor/objeto con un clic. Sin dependencias. Por Geges.
Nunca más te quedes en blanco cuando un jugador le habla al posadero que no nombraste. GG Nameforge te da nombres de PNJ y objetos mágicos al instante con un solo clic.
En Foundry: Módulos Complementarios → Instalar Módulo y buscá GG Nameforge, o pegá la URL del manifiesto:
https://github.com/GegesVTT/gg-nameforge/releases/latest/download/module.json
generador de nombres · generador de PNJ · nombres aleatorios · objetos mágicos · herramientas de DM · improvisación · D&D 5e · nombres de fantasía
MIT — © Geges
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: gg-nameforge 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.