I basically want to change the "Value" of things in the game from type Int to type Float. Im thinking this is either A) Impossible or B) So complicated I wouldnt be able to do it with my skills. The reason is Im working on a economy overhaul and want to implement silver and bronze coins. However Id like to be able to set the value of things to a decimal rather than remain with integers. Its not a huge deal though as other mods just use integers and change the value of their coins. Still, it would be neat to be able to make it so 1 bronze = .01 value, 1 silver = .10, and 1 gold = 1 rather than 1, 10, 100.