User Tools

Site Tools


rpd:potion_of_healing

Differences

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

Link to this comparison view

rpd:potion_of_healing [2025/12/19 16:46] – Update potion_of_healing.txt with arrow moistening info and code references mikerpd:potion_of_healing [2025/12/19 16:49] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion of Healing ======
  
 +{{ rpd:images:potionofhealing_sprite.png|Potion of Healing }}
 +
 +The **Potion of Healing** is a common potion in Remixed Dungeon that restores a significant amount of health to the drinker.
 +
 +==== Item Overview ====
 +  * **Type:** Potion
 +  * **Rarity:** Common to Uncommon
 +  * **Special Effect:** Heals full HP and removes several negative status effects
 +  * **Usage:** Single use item (consumed upon drinking)
 +
 +==== Special Mechanics ====
 +  * **Full Healing:** Restores all HP to maximum (heals 100% of max HP)
 +  * **Status Curing:** Removes Poison, Cripple, Weakness, and Bleeding status effects
 +  * **Shattering:** When shattered on the ground, heals 50% of max HP to any character on that tile
 +  * **Arrow Moistening:** Can be used to moisten arrows to create Health Arrows
 +  * **Identification:** Becomes identified when consumed, shattered, or when seen in inventory after being identified
 +
 +==== Strategy ====
 +  * Essential for emergency health restoration during dangerous encounters
 +  * Best used when health is critically low or during status effect removal
 +  * Can be used proactively before challenging encounters
 +  * Shattering can be useful for healing allies or when unable to drink
 +  * Generally safer than using other healing methods during combat
 +  * Good to use before boss fights to ensure full HP
 +  * Arrow moistening provides additional utility for ranged combat
 +
 +==== Obtaining ====
 +  * Found throughout dungeon levels
 +  * Available in shops at moderate prices (30 gold when identified)
 +  * Dropped by various enemies
 +  * Found in containers and special rooms
 +
 +==== Effect ====
 +When consumed, the Potion of Healing restores all of your current hit points and cures Poison, Cripple, Weakness, and Bleeding status effects.
 +
 +According to the game's string resources: "An elixir that will instantly return you to full health and cure poison."
 +
 +===== Code References =====
 +  * **Java**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfHealing.java|PotionOfHealing.java]]
 +  * **String Resource**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2189|PotionOfHealing_Info]]
 +
 +==== Related Items ====
 +  * [[rpd:potion|Potions]] - General information about potions
 +  * [[rpd:status_effects|Status Effects]] - Information about statuses cured by this potion
 +  * [[rpd:potion_of_overhealing|Potion of Overhealing]] - Alternative healing potion
 +  * [[rpd:mechanics|Game Mechanics]] - Health system
 +  * [[rpd:arrows|Arrows]] - Information about arrows and moistening
 +
 +{{tag> rpd items potions healing arrows}}
rpd/potion_of_healing.txt · Last modified: by 127.0.0.1