Class AdaptabilityTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.ability.AdaptabilityTests
Tests for Adaptability
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture
<TestResult> Adaptability increases STAB of a Pokémon with this Ability from 1.5 to 2.
-
Constructor Details
-
AdaptabilityTests
public AdaptabilityTests()
-
-
Method Details
-
testAdaptabilityIncreasesSTAB
Adaptability increases STAB of a Pokémon with this Ability from 1.5 to 2.In this test, two Blue-Striped form Basculin that each know the move Aqua Jet face two Floragatos that know Sleep Talk. One Basculin has the Rock Head ability and one has the Adaptability ability.
Turn 1 The Basculin with Rock Head uses Aqua Jet on the first Floragato. The Basculin with Adaptability uses Aqua Jet on the second Floragato. The first Floragato uses Sleep Talk. The second Floragato uses Sleep Talk. - We verify that the Basculin with Rock Head did less damage than the Basculin with Adaptability. We verify that the Basculin with Rock Head did 75% of the damage amount that the Basculin with Adaptability did.
-