Class WIT_SHARPENING_POTION

java.lang.Object
net.pottercraft.ollivanders2.potion.O2Potion
net.pottercraft.ollivanders2.potion.WIT_SHARPENING_POTION

public final class WIT_SHARPENING_POTION extends O2Potion
Wit-Sharpening Potion - enhances mental clarity and learning ability.

When consumed, this potion applies the IMPROVED_BOOK_LEARNING effect to the player, significantly enhancing their ability to learn from books and magical instruction. The potion allows the drinker to think more clearly and comprehend complex information more easily. This makes it useful for studying spells, potions, and other magical knowledge from books.

The enhanced clarity and learning ability serve as a counteragent to confusion effects, helping players overcome mental fog and disorientation. This potion is particularly valuable for accelerating learning and improving study effectiveness.

  • Constructor Details

    • WIT_SHARPENING_POTION

      public WIT_SHARPENING_POTION(@NotNull @NotNull Ollivanders2 plugin)
      Constructor for Wit-Sharpening Potion.

      Initializes the potion with its ingredients (Ginger Root, Ground Scarab Beetle, Armadillo Bile, and Standard Potion Ingredients), description text, flavor text, and potion color. Sets up the IMPROVED_BOOK_LEARNING effect that will be applied when the potion is consumed to enhance mental clarity and learning ability.

      Parameters:
      plugin - a callback to the plugin instance
  • Method Details

    • drink

      public void drink(@NotNull @NotNull org.bukkit.entity.Player player)
      Drink the Wit-Sharpening Potion and enhance mental clarity.

      Applies the IMPROVED_BOOK_LEARNING effect to the player for the default potion duration. This effect enhances the player's ability to learn from books and magical instruction, allowing them to understand complex concepts more easily and gain knowledge more quickly. The improved mental clarity helps overcome confusion and improves cognitive function.

      Specified by:
      drink in class O2Potion
      Parameters:
      player - the player who drank the potion