Goober4473
Explorer
I put together a little app in Lua that will randomly generate a set of spells know/prepared (or in a spellbook), given some parameters like class, subclass, and favored keywords, pulled from a piece of my random monster generator, since I figure it could be useful to a lot of people on its own.
I may try and do it in Javascript too, with a nice UI, but for now, you can find the program here: https://dl.dropboxusercontent.com/u/526357/SpellListGenerator.zip
To edit the paremeters, open up Config.lua in any text editor and save it when you're happy. By default, it will create 5 copies of a level 5 spellcaster, pulling from all spell lists and with no favored keywords. There are a lot of little options in there to tweak what you get.
To run the program, either double-click main.exe on Windows, or run main.lua in any lua interpreter (or from the command line if you have lua installed on Linux/Mac). It will spit out an HTML file with the spell list(s) for you.
I may try and do it in Javascript too, with a nice UI, but for now, you can find the program here: https://dl.dropboxusercontent.com/u/526357/SpellListGenerator.zip
To edit the paremeters, open up Config.lua in any text editor and save it when you're happy. By default, it will create 5 copies of a level 5 spellcaster, pulling from all spell lists and with no favored keywords. There are a lot of little options in there to tweak what you get.
To run the program, either double-click main.exe on Windows, or run main.lua in any lua interpreter (or from the command line if you have lua installed on Linux/Mac). It will spit out an HTML file with the spell list(s) for you.