• 0.955443886097152

    posted a message on Showing decimals in text data references

    Use precisions to show the decimal. It's structured like this:


    <d ref="(Section),(ID),(Value)" precision="2"/>

     

    So for something like damage...

     

    <d ref="Effect,DualBladesDamage,Amount" precision="2"/>

     

    etc. for everything else. Just add the precision="#" part at the end of your data reference and your golden.

    Posted in: Data
  • To post a comment, please or register a new account.