Can't wait to see more of these girls, so I've been poking through some of the files…
Firstly, a bit of advice to Lavastone (and any other aspiring developers): Unless this is just an artifact of opening it in Notepad, it looks like almost all the variables are being stored as floating-point values, when only a few of them actually use fractional values.
It might not make a huge difference at the current scale, but it's good practice to just store values that will only be whole numbers as integers, and any simple yes/no value as a boolean.
For everyone else, here are some other things I've noticed: