User Tools

Site Tools


rpd:potion_of_experience_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rpd:potion_of_experience_item [2025/12/22 10:56] – Fix wiki pages: correct naming, add code references, improve content, and resolve red links mikerpd:potion_of_experience_item [2025/12/22 11:01] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion of Experience ======
  
 +{{ rpd:images:potion_of_experience_item.png|Potion of Experience }}
 +
 +The **Potion of Experience** is a rare potion in Remixed Dungeon that grants a significant amount of experience points, instantly advancing the hero's level.
 +
 +==== Item Overview ====
 +  * **Type:** Potion
 +  * **Rarity:** Rare
 +  * **Special Effect:** Grants a full level worth of experience
 +  * **Usage:** Single use item (consumed upon drinking)
 +
 +==== Special Mechanics ====
 +  * **Experience Gain:** When consumed, grants enough experience to reach the next level (or 1000 exp if already at max level)
 +  * **Guaranteed Level:** If hero is not at max level, guarantees reaching the next level
 +  * **Identification:** Becomes identified when consumed, shattered, or when seen in inventory after being identified
 +  * **Stacking:** Multiple potions can be carried and used as needed
 +
 +==== Strategy ====
 +  * Essential for quickly gaining levels when needed
 +  * Useful to save for when you need an extra level for equipment or abilities
 +  * Can be used to gain an edge in difficult areas
 +  * Often worth saving until you're close to the next level to maximize effectiveness
 +
 +==== Obtaining ====
 +  * Found rarely throughout dungeon levels
 +  * Available in shops at high prices (when identified)
 +  * Dropped by certain rare enemies
 +  * Found in special containers and secret rooms
 +  * Part of special quest rewards
 +
 +==== Effect ====
 +When consumed, the Potion of Experience grants 1000 experience points, which is typically enough to reach the next level.
 +
 +According to the game's string resources: "This potion contains the essence of many defeated enemies, granting you a full level's worth of experience when consumed."
 +
 +==== Code References ====
 +  * **Java Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfExperience.java|PotionOfExperience.java]]
 +  * **Potion Base Class:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/Potion.java|Potion.java]]
 +  * **Experience System:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/Hero.java#L140-L142|Hero.java#L140-L142]] (exp and level mechanics)
 +  * **Alchemical Recipe:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Firebloom.java#L48|Firebloom.java#L48]] (how it's created through alchemy)
 +  * **Russian String Resources:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2192-L2194|PotionOfExperience_Name, PotionOfExperience_Info, PotionOfExperience_Gender]]
 +  * **Configuration:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/itemsDesc/Potions.json|Potions.json]] (item configuration)
 +
 +==== Related Items ====
 +  * [[rpd:potion|Potions]] - General information about potions
 +  * [[rpd:experience|Experience system]] - Information about leveling up
 +  * [[rpd:hero|Hero]] - Main playable character
 +
 +{{tag> rpd items potions experience }}
rpd/potion_of_experience_item.txt · Last modified: by 127.0.0.1