Welcome to my RPG generators, these are free to use for anyone.
The current generators are along the left side.
The goal is for every generator to be a deterministic generator, but also allowing "overridden" input for some of the values.
The second goal is to expose some of the internal values from the generator to allow more data driven apps, for example: The character/npc generator will expose data looking like
{
"species": 'elf',
"name": 'ralph',
"gender": 'agender',
}All this together means that, these generators expose a "seed" which allows you to share the current output or get it again later if you want.