Class SkillStat


  • public class SkillStat
    extends Stat
    • Method Detail

      • getValue

        public int getValue​(Client client)
        Description copied from class: Stat
        Get the current stat value including any boosts or damage.
        Specified by:
        getValue in class Stat
      • getMaximum

        public int getMaximum​(Client client)
        Description copied from class: Stat
        Get the base stat maximum. (ie. the bottom half of the stat fraction)
        Specified by:
        getMaximum in class Stat