Got Shadow of the Beanstalk today, so I added in archetypes and careers for the Android setting. Rushed my way through those, so I'll need to proof them at some point, but it's now functional for both published settings. I want to re-design the Gear and Motivations panels, but I also don't want to step too far into copyright infringement territory. Right now this sheet isn't too much more than a standard fillable PDF sheet with calcs.
In C# class tomorrow we're working with file i/o, so I may be able to start working on some import/export functionality, or at least the ability to save a character. I would like to embed a data file, but I need to learn how to do all of the read/write with the entire CharacterTemplate class (which has built in arrays). Have considered doing a csv, but it would break if someone ever entered a comma in a text box. Could also do a tab delimited file, but I believe that outputs a standard txt file. I guess that wouldn't bee too different from a csv (csv may still need to be read as text and converted where applicable).
The new executable is located here.
I should probably add something here.