Class ClangorousSoulblazeTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.ClangorousSoulblazeTests
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult>
If a Kommo-O using Clangorous Soulblaze (it's signature Z-move) hits two opponents in a double battle, it should only receive a +1 boost for each of its stats, not a +2 boost.static CompletableFuture<TestResult>
Pachirisu and Turtonator1 use Protect.
-
Constructor Details
-
ClangorousSoulblazeTests
public ClangorousSoulblazeTests()
-
-
Method Details
-
testShouldNotReduceDamageAgainstUnprotectedDoubles
public static CompletableFuture<TestResult> testShouldNotReduceDamageAgainstUnprotectedDoubles(BattleTestHelper helper) Pachirisu and Turtonator1 use Protect. Kommo-O uses its Z-move, ClangorousSoulblaze, hitting both Turtonators. The unprotected Turtonator2 takes 342-404 damage, a guaranteed KO. Turtonator1 takes 85-101 damage through Protect (32.5-38.6%) and does not faint. -
testClangorousSoulblazeCorrectBoostAmountInDoubles
public static CompletableFuture<TestResult> testClangorousSoulblazeCorrectBoostAmountInDoubles(BattleTestHelper helper) If a Kommo-O using Clangorous Soulblaze (it's signature Z-move) hits two opponents in a double battle, it should only receive a +1 boost for each of its stats, not a +2 boost.
-