User Tools

Site Tools


rpd:potion_of_mana_item

Differences

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

Link to this comparison view

rpd:potion_of_mana_item [2025/12/28 01:07] – Wiki maintenance: Fix naming issues, update content accuracy, create missing pages, remove obsolete files mikerpd:potion_of_mana_item [2025/12/28 01:12] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion of Mana ======
  
 +{{ rpd:images:potion_of_mana_item.png|Potion of Mana }}
 +
 +The **Potion of Mana** is a consumable potion in Remixed Dungeon that permanently increases the drinker's maximum mana.
 +
 +==== Description ====
 +When consumed, the Potion of Mana permanently increases the drinker's maximum mana by 2 points, allowing for more spell casting. According to the game's string resources: "This powerful liquid will course through your body, permanently increasing your maximum mana by two points."
 +
 +==== Stats ====
 +  * **Type:** Potion
 +  * **Weight:** 1
 +  * **Price:** Cannot be purchased in shops; found as random loot
 +  * **Effect:** +2 Max Mana (permanent)
 +
 +==== Special Mechanics ====
 +  * Permanently increases maximum mana by 2 points
 +  * Cannot be consumed if already at maximum mana capacity
 +  * Becomes identified upon consumption
 +  * Cannot be thrown like other potions
 +  * Can only be consumed by drinking
 +  * Particularly valuable for characters that rely on spell casting
 +
 +==== Usage ====
 +  * Best used by spell-casting focused characters
 +  * Provides more casting opportunities for mana-dependent classes
 +  * Should be saved for characters who can take advantage of mana-based mechanics
 +
 +==== Obtaining ====
 +  * Found in special containers and secret areas
 +  * Occasionally dropped by magic-focused enemies
 +  * Sometimes available in shops (rarely)
 +  * Created through alchemy using mana-enhancing ingredients
 +
 +==== Effect ====
 +Upon consumption, the Potion of Mana provides an immediate permanent bonus to the hero's mana capacity.
 +
 +According to the game's string resources: "This powerful liquid will course through your body, permanently increasing your maximum mana by two points."
 +
 +==== Code References ====
 +  * **Java Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfMana.java|PotionOfMana.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]]
 +  * **String Resources (English):** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2211-L2213|PotionOfMana_Name, PotionOfMana_Info, PotionOfMana_Apply]]
 +  * **String Resources (Russian):** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2210-L2212|PotionOfMana_Name, PotionOfMana_Info, PotionOfMana_Apply]]
 +
 +==== Related Items ====
 +  * [[rpd:potion|Potions]] - General information about potions
 +  * [[rpd:mana_mechanic|Mana Mechanic]] - More information about mana system
 +  * [[rpd:spells|Spells]] - List of available spells
 +  * [[rpd:hero|Hero]] - Main playable character
 +
 +{{tag> rpd items potions mana permanent magic }}
rpd/potion_of_mana_item.txt · Last modified: by 127.0.0.1