Class SmackedDown


public class SmackedDown extends StatusBase
Makes the Pokémon vulnerable to Ground-type moves if it is normally immune.
  • Constructor Details

    • SmackedDown

      public SmackedDown()
      Initializes the status.
  • Method Details

    • getEffectiveTypes

      public List<Element> getEffectiveTypes(PixelmonWrapper user, PixelmonWrapper target)
      Description copied from class: StatusBase
      Returns the types that will be used in calculating the Pokémon's attack's type effectiveness.
      Overrides:
      getEffectiveTypes in class StatusBase
      Parameters:
      user - The attack's user.
      target - The attack's target.
      Returns:
      The target's modified types.