Fairmath calculator

I built a fairmath calculator in ChoiceScript to help me figure out what the maximum value would be for certain stats (to help with achievements). If anyone else wants to use it, here you go :slight_smile:
https://dl.dropbox.com/s/uczp4433id7imt0/FAIRMATH%20CALCULATOR.html

10 Likes

Cool, now I don’t need to use a pen and paper when calculating scene variables

1 Like

A clever idea, makes me ponder what other useful gadgets could be made that aren’t games… Bookmarked for future use. Thank you. :slight_smile:

1 Like

Awesome :)!

1 Like

Aha! I had vague memories that someone had built a fairmath calculator and I was looking around for it. This seems like a really good idea, so thanks @gkkiller

Here’s another that’s on Dashingdon, since Dropbox is evil:

https://dashingdon.com/play/lucid/fairmath/mygame/index.php?cb=32429

5 Likes

Lucid , it it not a lot of trouble, could you let us choose the value of the variable?

1 Like

You bet. :slight_smile: There you go.

2 Likes

Hey lucid, if you try to decrease %-50, it instead increase %+50.

1 Like

Oops. Fixed. :slight_smile:

2 Likes

Hey lucid, sorry to bother you again but every other decrease stat is actually increasing instead:

#Decrease by %-5
*set variable %+5
*goto Fair_loop
#Decrease by %-10
*set variable %+10
*goto Fair_loop
#Decrease by %-20
*set variable %+20
*goto Fair_loop

1 Like

Oops. Fixed. :slight_smile:

That first calculator I had up was the one I used to mess around with it, but it was easy enough to make that I threw together the current one when asked. I hope that’s all correct now. I didn’t spend any time testing or looking at it. :slight_smile:

3 Likes