Page 2 of 2

Re: [IF] Advice for creating PCs at higher starting level

Posted: Mon Jul 12, 2021 5:57 am
by Pirate GM13
Sooo I tried working my way through it... And only understood half of it, because I only learned the basics of python. So can I try with my own code?

Re: [IF] Advice for creating PCs at higher starting level

Posted: Mon Jul 12, 2021 10:32 am
by Solomoriah
You can do as you like, of course. I wrote all the generation tables in pure Python rather than including them in separate data files, since they benefit from the pre-compilation aspect of the language that way. A database would work too, but at the time I wrote it sqlite wasn't ready for prime time.