Class MeFirstStatus


public class MeFirstStatus extends StatusBase
Uses the target's intended move for 50% extra power.
  • Constructor Details

    • MeFirstStatus

      public MeFirstStatus()
      Initializes the status.
  • Method Details

    • modifyPowerAndAccuracyUser

      public int[] modifyPowerAndAccuracyUser(int power, int accuracy, PixelmonWrapper user, PixelmonWrapper target, Attack a)
      Description copied from class: StatusBase
      Modifies the power and accuracy of the attack used by the statused Pokémon.
      Overrides:
      modifyPowerAndAccuracyUser in class StatusBase
      Parameters:
      power - The attack's power.
      accuracy - The attack's accuracy.
      user - The attack's user.
      target - The attack's target.
      a - The attack.
      Returns:
      The modified power and accuracy.