Class PowerSplit


public class PowerSplit extends Split
Splits the user and target's attack stats evenly.
  • Constructor Details

    • PowerSplit

      public PowerSplit()
      Initializes the status.
  • Method Details

    • getNewInstance

      protected Split getNewInstance(int splitStat1, int splitStat2)
      Description copied from class: Split
      Gets a new instance of a subclass.
      Specified by:
      getNewInstance in class Split
      Parameters:
      splitStat1 - The value of the first stat to split.
      splitStat2 - The value of the second stat to split.
      Returns:
      A new instance of a subclass.