User Tools

Site Tools


en:rpd:potion_of_mana_item

Differences

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

Link to this comparison view

Next revision
Previous revision
en:rpd:potion_of_mana_item [2026/01/01 19:45] – namespace move Mikeen:rpd:potion_of_mana_item [2026/01/14 13:30] (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 increases the drinker's skill points.
 +
 +==== Description ====
 +When consumed, the Potion of Mana increases the drinker's skill points by an amount equal to 1/3 of their maximum skill points. This allows for more spell casting and special abilities. According to the game's string resources: "This potion will restore your spiritual energy."
 +
 +==== Stats ====
 +  * **Type:** Potion
 +  * **Weight:** 1
 +  * **Price:** Cannot be purchased in shops; found as random loot
 +  * **Effect:** Increases skill points by 1/3 of max skill points
 +
 +==== Special Mechanics ====
 +  * Increases skill points by 1/3 of maximum skill points
 +  * 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
 +  * Shows FOOD spell sprite effect when consumed
 +
 +==== Usage ====
 +  * Best used by spell-casting focused characters
 +  * Provides more casting opportunities for skill-dependent classes
 +  * Should be saved for when skill points are low
 +
 +==== 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
 +  * Quest reward from Plague Doctor NPC
 +
 +==== Effect ====
 +Upon consumption, the Potion of Mana provides an immediate boost to the hero's skill points.
 +
 +According to the game's string resources: "This potion will restore your spiritual energy."
 +
 +==== 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#L2773-L2774|PotionOfMana_Name, PotionOfMana_Info]]
 +  * **String Resources (Russian):** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1587-L1588|PotionOfMana_Name, PotionOfMana_Info]]
 +
 +==== Related Items ====
 +  * [[en:rpd:potion|Potions]] - General information about potions
 +  * [[en:rpd:spells_overview|Spells]] - List of available spells
 +  * [[en:rpd:hero|Hero]] - Main playable character
 +
 +{{tag> rpd items potions skillpoints magic }}