Class MuscleBandTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.item.MuscleBandTests
Tests for the Muscle Band
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture
<TestResult> Boosts the power of the holder's physical moves by 10%.
-
Constructor Details
-
MuscleBandTests
public MuscleBandTests()
-
-
Method Details
-
testRaisesPowerOfPhysicalMovesByTenPercent
public static CompletableFuture<TestResult> testRaisesPowerOfPhysicalMovesByTenPercent(BattleTestHelper helper) Boosts the power of the holder's physical moves by 10%.In this test, a Weepinbell that holds a Muscle Band and knows the move Poison Jab faces a Miltank that knows Sleep Talk.
Turn 1 Miltank uses Sleep Talk, which fails. Weepinbell uses Poison Jab. Turn 2 Miltank uses Sleep Talk, which fails. Weepinbell uses Poison Jab. - After both turns we verify that the power of the Weepinbell's Poison Jab while using Muscle Band is 88 (80 * 1.1).
-