====== Potion of Experience ====== {{ rpd:images:item_PotionOfExperience.png|Potion of Experience }} The **Potion of Experience** is a rare potion in Remixed Dungeon that grants the drinker a significant boost in experience, instantly increasing their level. ==== Stats ==== * **Rarity**: Very Rare * **Weight**: 4 * **Type**: Consumable (Potion) * **Price**: 80 gold (when available in shops) ==== Description ==== When consumed, this potion grants the drinker a large amount of experience points equivalent to one full level. This allows the hero to gain a level without having to defeat monsters or complete quests, providing a direct advancement in power. ==== Mechanics ==== * **Effect:** Increases hero's experience by an amount equivalent to one level * **Duration:** Instant effect upon consumption * **Cooldown:** None, can use multiple in succession * **Target:** Only affects the drinker * **Interaction:** Works like any other potion when thrown at allies ==== Usage ==== * Drink to gain one full level instantly * Can be a critical boost when struggling in a particular area * Particularly valuable in challenging parts of the dungeon * Can help balance power when behind other players in some multiplayer modes (if applicable) * If thrown at allies/NPCs, has no effect ==== Acquisition ==== * Rarely found as dungeon loot * Occasionally available in shops * Sometimes found in special chests * Can be created from [[rpd:brew_of_exotic_garden_plant_seed|Exotic Garden Plant Seeds]] via alchemy (if recipe exists) ==== Special Notes ==== * Very rare item that shouldn't be wasted * Can be used to gain levels when needed most * Particularly valuable when about to face a difficult boss * Effect is preserved if picked up at higher levels but used later at lower levels ==== Content Verification ==== * Information source: Java class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfExperience.java|PotionOfExperience.java]] * Mechanics verified directly from source code * Last updated: December 2025 ==== Code References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfExperience.java|PotionOfExperience.java]] - Implementation class * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/Hero.java|Hero.java]] - Experience/level handling * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/Potion.java|Potion.java]] - Base potion class ==== String Resources ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2192-L2193|PotionOfExperience strings]] - Name and description ==== Related ==== * [[rpd:potion|Potions]] - List of all potions * [[rpd:experience|Experience System]] - How experience works in the game * [[rpd:potion_of_might_item|Potion of Might]] - Other permanent enhancement potion * [[rpd:potion_of_strength_item|Potion of Strength]] - Alternative permanent enhancement * [[rpd:equipment|Equipment]] - Other enhancement items {{tag> rpd items potion experience level up rare}}