Balance Skill Broken

So, the formula that was being used in the Skill’s script was utilizing floor division, which truncated the result until it became a whole number. This, however, caused some of the results to become 0, since they were not whole numbers. This should be fixed, now, so please let me know if you find anything else wrong.