Class WoodHammerTests

java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.WoodHammerTests

public class WoodHammerTests extends Object
Tests for Wood Hammer
  • Constructor Details

    • WoodHammerTests

      public WoodHammerTests()
  • Method Details

    • testWoodHammerRecoilAndPP

      public static CompletableFuture<TestResult> testWoodHammerRecoilAndPP(BattleTestHelper helper)
      Wood Hammer inflicts damage, and the user receives recoil damage equal to 33% of the damage done to the target.

      In this test, a Rillaboom that knows Wood Hammer faces an Armarouge that knows Sleep Talk.

           Turn 1
           The Rillaboom uses Wood Hammer.
           The Armarouge uses Sleep Talk.
           -
           After Turn 1
           We verify that the Armarouge took damage.
           We verify that the Rillaboom took recoil damage equal to 33% of the damage done to the Armarouge.