Page 1 of 2

Online Character Generator

Posted: Wed Mar 21, 2018 9:20 am
by SooperGenius
Several years ago I wrote a javascript based character generator. You can find it here: http://basicfantasy.andrewcooperonline.com. It was fairly ugly but it worked fairly well. I've updated it a bit both with the UI and the underlying javascript.

The most visible change is that I've used Zurb Foundation as the CSS framework. It's a bit prettier (while still being basic) and it should be responsive.

The more important change is that I've upgraded the javascript code to ES6. For the non-technical, the key takeaway is that the code won't work on older browsers or IE-11. It will work for Edge, Chrome, Firefox, and Safari. It might work for other modern browsers but I haven't tried on them.

For those who have used this application or those who would like to use it, what functionality could be added to make it more useful to you? If you've found something difficult to use in the app, please, let me know. I'd like to do a bit more development on the application in the near future and I'd like to know what features would be best to implement.

Thanks,

Andrew

Re: Online Character Generator

Posted: Wed Mar 21, 2018 11:45 am
by orobouros
Bookmarked! This is really handy. I had something similar in a spreadsheet, but this is a much cleaner approach.

Would you consider adding in an option to swap the highest stat into the class "main" stat, perhaps as a checkbox next to the randomize button. If I select a fighter, perhaps STR 9 and INT 17 isn't the best idea. (Might be fun to play, but probably not what most people are expecting.)

I'll probably use this tonight for a one-shot. We're creating characters and having all the details readily available will make the boring part easier and faster.

Re: Online Character Generator

Posted: Thu Mar 22, 2018 9:58 am
by SooperGenius
Orobouros,

I've implemented that feature. FighterMage has two primary attributes so it ignores any switching when you select that class. Otherwise it works fine. Let me know if you run into any bugs.

Re: Online Character Generator

Posted: Wed May 02, 2018 7:13 am
by Haronniin
That is nice. This tool will really help me quickly create some pre-gens and NPCs.

Thanks.

Re: Online Character Generator

Posted: Thu May 03, 2018 5:07 pm
by orobouros
I had some pre-gens but this made it really easy to just drop in the stats, get all the details right and right away, and save them off as PDFs.

Re: Online Character Generator

Posted: Sat May 05, 2018 9:08 pm
by Maliki
Spectre pops up under the thief skills. Other than that looks good.

Re: Online Character Generator

Posted: Mon May 07, 2018 5:35 pm
by orobouros
Just had a thought: encoding various values in the URL. It might be convenient to link to a character sheet with specific values already filled in.

Perhaps that's outside the scope, but it would be handy.

Re: Online Character Generator

Posted: Tue May 08, 2018 7:17 am
by chiisu81
At that point you may want to use PCMatic.

Re: Online Character Generator

Posted: Fri Nov 16, 2018 4:05 pm
by bhonest2
That is a great program! It would be cool if you could spit out a pdf version of the results. Thanks!

Re: Online Character Generator

Posted: Sun Nov 18, 2018 8:28 pm
by orobouros
The results all fit on one page if you scale it down just a teeny tiny bit. I use this regularly to generate the pre-gen characters for my modules.