Class DireClawTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.DireClawTests
Tests for Dire Claw
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture
<TestResult> Dire Claw does not have an increased critical-hit ratio.static CompletableFuture
<TestResult> Dire Claw has a chance of leaving the target poisoned, paralyzed, or asleep.
-
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
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.
-