Resource icon

StatBall version 1.1

No permission to download
StatBall updated and now easy to customize.

Thanks and credit to @PyrO for making this possible!

To customize for your shard simply edit the following values as needed.
Example: private int statcap = 500;

Code:
//-----------------
        // Edit to your liking or leave blank for default values
        //------------------------
        private int statcap;
        private int defaultStr;
        private int defaultDex;
        private int defaultInt;
        private int maxStr;
        private int maxDex;
        private int maxInt;

        //-----------------------
Back