Arkat said:
Having it also do a random drop for treasure based on the Treasure Factor of critters (as per RQ2 or the Companion if it has it) that your creating would be useful too. Sort of like an automated version of the Plunder book.
That's exactly the idea!
Like the old RQ2 statbooks as well, the Scorpionmen thing. I hadn't thought of treasure, but it's a nice idea too. Although I prefer having a bit of personal control over that one myself...
I'd shy away from the RQ2 treasure tables (lovely though they are) as they are still under copyright, but I'd be shocked if there wasn't treasure in the companion SRD.
Dropping in own creatures is an absolute must. I'm thinking 2 database columns for each characteristic: NumberOfD6 and Add, so that's straightforward. Then a number of preferred weapons with base stats for them, an index to creature traits and also a list of significant skills. Armour and weapons will be done according to typical examples of the species, with maybe a bit of variation for the creature toughness/challenge rating. I'm also thinking of leaving magic to be done by hand as that's one area that it's easy for the GM to fine-tune.
This will very probably be a Microsoft .NET application, as that's where most of my programming experience is. The "database" will be XML files loaded into memory at startup, and rewritten back to disk at shut down, so they can be manually hacked (not recommended) or extended within the program itself. I intend to use this to do the initial population of creatures from the SRD.
Regarding the challenge rating/toughness, I wasn't clear above but I'm seeing that as being relative to a typical example of the species, rather than on an absolute scale. So a "Puny" creature would have mostly 1s or 2s (and maybe the odd 3) for their characteristic rolls, and no extra skill points at all. I'm thinking of leaving SIZ as is however, as it's a bit silly that all "puny" specimens are also tiny specimens.
I'll probably generate the printable copies in RTF format, as it's fairly standard and any Windows PC will be able to open/read/edit/etc them in Wordpad.
Anything else people would like to see covered, or any indication of the way people would like to see it working, is very welcome.