Class AdaptabilityTests

java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.ability.AdaptabilityTests

public class AdaptabilityTests extends Object
Tests for Adaptability
  • Constructor Details

    • AdaptabilityTests

      public AdaptabilityTests()
  • Method Details

    • testAdaptabilityIncreasesSTAB

      public static CompletableFuture<TestResult> testAdaptabilityIncreasesSTAB(BattleTestHelper helper)
      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.