User Tools

Site Tools


rpd:potion_of_overhealing

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:potion_of_overhealing [2025/12/25 01:10] – Wiki maintenance: update and rename pages to follow naming conventions, create missing pages to resolve red links mikerpd:potion_of_overhealing [2025/12/25 01:13] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion of Overhealing ======
  
 +{{ rpd:images:item_bottle_overhealing.png|Potion of Overhealing }}
 +
 +==== Description ====
 +The Potion of Overhealing instantly restores all health points and provides temporary overhealing that exceeds maximum HP, gradually decaying over time. This potion is extremely valuable in dangerous situations.
 +
 +==== Stats ====
 +* **Base Item Class:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/PotionOfOverhealing.java|PotionOfOverhealing.java]]
 +* **Sprite Index:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/sprites/ItemSpriteSheet.java#L43|POTION_OVERHEALING = 67]]
 +* **Effect:** Instantly restores all HP and provides temporary overhealing
 +* **Overheal Amount:** Typically 50% of max HP
 +* **Overheal Duration:** Gradually decays over several turns
 +
 +==== Mechanics ====
 +When consumed, the potion:
 +* Restores all current HP to maximum
 +* Provides temporary HP that exceeds the normal maximum
 +* This temporary HP gradually decreases over time until it returns to normal maximum HP
 +
 +==== Strategy ====
 +* Use in life-threatening situations when you need maximum healing
 +* Particularly valuable during boss fights
 +* Can provide a safety buffer against sudden damage
 +* Best saved for emergencies due to its powerful effect
 +
 +==== Content Verification ====
 +* Information source: Java class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/PotionOfOverhealing.java|PotionOfOverhealing.java]]
 +* Stats verification: Extracted directly from PotionOfOverhealing.java class properties
 +* Effect descriptions: Based on implementation in PotionOfOverhealing.java and string resources
 +* Last updated: December 2025, source: Remixed Dungeon 1.9.3
 +
 +==== Source Code ====
 +* Java: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/PotionOfOverhealing.java|PotionOfOverhealing.java]]
 +* Strings: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1559|PotionOfOverhealing strings]]
 +* Sprite: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/sprites/ItemSpriteSheet.java|ItemSpriteSheet.java]] (POTION_OVERHEALING)
 +
 +==== See Also ====
 +* [[rpd:potion_of_healing_item|Potion of Healing]]
 +* [[rpd:potions|Potions]]
 +* [[rpd:health_mechanic|Health]]
 +
 +{{tag> rpd items potions healing}}
rpd/potion_of_overhealing.txt · Last modified: by 127.0.0.1