Class WoodHammerTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.WoodHammerTests
Tests for Wood Hammer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult> Wood Hammer inflicts damage, and the user receives recoil damage equal to 33% of the damage done to the target.
-
Constructor Details
-
WoodHammerTests
public WoodHammerTests()
-
-
Method Details
-
testWoodHammerRecoilAndPP
Wood Hammer inflicts damage, and the user receives recoil damage equal to 33% of the damage done to the target.In this test, a Rillaboom that knows Wood Hammer faces an Armarouge that knows Sleep Talk.
Turn 1 The Rillaboom uses Wood Hammer. The Armarouge uses Sleep Talk. - After Turn 1 We verify that the Armarouge took damage. We verify that the Rillaboom took recoil damage equal to 33% of the damage done to the Armarouge.
-