Class DireClawTests

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

public class DireClawTests extends Object
Tests for Dire Claw
  • Constructor Details

    • DireClawTests

      public DireClawTests()
  • Method Details

    • testDireClawPoisonsParalyzesSleeps

      public static CompletableFuture<TestResult> testDireClawPoisonsParalyzesSleeps(BattleTestHelper helper)
      Dire Claw has a chance of leaving the target poisoned, paralyzed, or asleep.

      In this test, a Sneasler that knows the move Dire Claw faces a Skeledirge that knows the move Sleep Talk.

           Turn 1
           The Sneasler uses Dire Claw. The Skeledirge will either become poisoned, paralyzed, or asleep.
           The Skeledirge uses Sleep Talk.
           -
           We verify that the Skeledirge is either poisoned, paralyzed, or asleep.
       
    • testDireClawDoesNotCritEasier

      public static CompletableFuture<TestResult> testDireClawDoesNotCritEasier(BattleTestHelper helper)
      Dire Claw does not have an increased critical-hit ratio.

      In this test, a Sneasler that knows the move Dire Claw faces a Skeledirge that knows the move Sleep Talk.

           Turn 1
           The Sneasler uses Dire Claw.
           The Skeledirge uses Sleep Talk.
           -
           We verify that the Sneasler's attack during the first turn didn't have any effects that increased its critical-hit ratio.