Class GrassPledge


public class GrassPledge extends PledgeBase
Halves speed for four turns.
  • Constructor Details

    • GrassPledge

      public GrassPledge()
      Initializes Grass Pledge.
  • Method Details

    • modifyStats

      public int[] modifyStats(PixelmonWrapper user, int[] stats)
      Description copied from class: StatusBase
      Modifies the Pokémon's stats at the beginning of a battle turn.
      Overrides:
      modifyStats in class StatusBase
      Parameters:
      user - The Pokémon.
      stats - The Pokémon's stats.
      Returns:
      The modified stats.