User Tools

Site Tools


rpd:potion_of_overhealing_item

Differences

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

Link to this comparison view

Next revision
Previous revision
rpd:potion_of_overhealing_item [2025/12/25 17:52] – Rename potion_of_invisibility.txt to follow naming convention as potion_of_invisibility_item.txt Mikhaelrpd:potion_of_overhealing_item [2025/12/25 21:25] (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 is a **fictional item** that does not currently exist in the Remixed Dungeon codebase. This page exists as a placeholder and should be removed or updated if the item is ever implemented in the game.
 +
 +==== Status ====
 +  * **Implementation Status:** Not implemented in current codebase
 +  * **Existence:** This item does not exist in the actual game
 +  * **Purpose of Page:** Placeholder for potential future implementation
 +
 +==== Data Sources ====
 +  * **Java Class:** Not found in current codebase (searched for PotionOfOverhealing.java)
 +  * **Sprite:** item_bottle_overhealing.png exists but may be unused
 +  * **String Resources:** No references found in strings_all.xml
 +  * **Implementation:** No Java implementation found in items/potions directory
 +
 +==== Related Items ====
 +  * [[rpd:potion_of_healing_item|Potion of Healing]] - Actual healing potion in the game
 +  * [[rpd:potions|Potions]] - General information about potions
 +  * [[rpd:health_mechanic|Health]] - Health system information
 +
 +{{tag> rpd items potions healing placeholder}}