Class ContraryTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.ability.ContraryTests
Tests for Contrary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture
<TestResult> static CompletableFuture
<TestResult> static CompletableFuture
<TestResult> static CompletableFuture
<TestResult> static CompletableFuture
<TestResult> Stat stage increases caused by the Z-Power effects of status Z-Moves are not inverted by Contrary.static CompletableFuture
<TestResult> static CompletableFuture
<TestResult> static CompletableFuture
<TestResult>
-
Constructor Details
-
ContraryTests
public ContraryTests()
-
-
Method Details
-
testRelativeStatChangesGetInverted
public static CompletableFuture<TestResult> testRelativeStatChangesGetInverted(BattleTestHelper helper) -
testAbsoluteChangesNotInverted
-
testContraryInvertsBellyDrumMaximizingAttack
public static CompletableFuture<TestResult> testContraryInvertsBellyDrumMaximizingAttack(BattleTestHelper helper) -
testContrarySuppressedByMoldBreaker
public static CompletableFuture<TestResult> testContrarySuppressedByMoldBreaker(BattleTestHelper helper) -
contraryDoesNotReverseZPowerEffects
public static CompletableFuture<TestResult> contraryDoesNotReverseZPowerEffects(BattleTestHelper helper) -
contraryReversesClangorousSoulblaze
public static CompletableFuture<TestResult> contraryReversesClangorousSoulblaze(BattleTestHelper helper) -
contraryReversesExtremeEvoboost
public static CompletableFuture<TestResult> contraryReversesExtremeEvoboost(BattleTestHelper helper) -
testContraryDoesNotReverseZHappyHour
public static CompletableFuture<TestResult> testContraryDoesNotReverseZHappyHour(BattleTestHelper helper) Stat stage increases caused by the Z-Power effects of status Z-Moves are not inverted by Contrary.In this test, a Malamar with the Contrary ability that holds a Normalium Z and knows the move Happy Hour faces a Ninetales that knows the move Sleep Talk.
Turn 1 The Ninetales uses Sleep Talk. The Malamar uses Z-Happy Hour. - We verify that the Malamar's Atk, Def, Sp Atk, Sp Def, and Speed were all raised by one stage.
-