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