====== Potion of Purification ====== {{ rpd:images:potion_of_purity_item.png|Potion of Purification }} The **Potion of Purification** is a rare potion in Remixed Dungeon that neutralizes harmful gases and cures negative status effects. ==== Item Overview ==== * **Type:** Potion * **Rarity:** Rare * **Special Effect:** Cures harmful status effects and neutralizes gases * **Usage:** Single use item (consumed upon drinking) * **Base Price:** 50 gold (when identified) * **Sprite Index:** 4 (labelIndex) ==== Special Mechanics ==== * **Status Effect Cure:** When consumed, cures all harmful status effects (poison, paralysis, blindness, etc.) and grants temporary gas immunity * **Gas Neutralization:** When shattered, neutralizes all harmful gases in the area (toxic, paralytic, confusion) * **Area Effect:** Gas neutralization affects a distance of 2 tiles around the point of impact (quality factor applied) * **Identification:** Becomes identified when consumed, shattered, or when seen in inventory after being identified ==== Strategy ==== * Essential for escaping from gas traps or toxic areas * Valuable when inflicted with harmful status effects * Useful before entering areas known to have harmful gases * Good for protecting pets and allies from harmful effects * Can be used defensively to clear dangerous areas ==== Obtaining ==== * Found throughout dungeon levels * Available in shops at moderate prices (when identified) * Dropped by various enemies * Found in containers and special rooms * Can be created through alchemy in some versions ==== Effect ==== When consumed, the Potion of Purification cures all harmful status effects and grants temporary immunity to harmful gases. When shattered, it neutralizes toxic gas, paralytic gas, and confusion gas in a radius of 2 tiles around the point of impact. According to the game's string resources: "This reagent will quickly neutralize all harmful gases in the area of effect. Drinking it will give you a temporary immunity to such gases." ==== Data Sources ==== * **Java Class**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfPurity.java|com.watabou.pixeldungeon.items.potions.PotionOfPurity]] * **Potion System**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/UpgradablePotion.java|UpgradablePotion base class]] * **Sprite Index**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/sprites/ItemSpriteSheet.java|ItemSpriteSheet.java]] - labelIndex = 4 * **Base Price**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfPurity.java#L110|basePrice() method in PotionOfPurity.java]] ==== String Resources ==== * English: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1666-L1669|PotionOfPurity strings]] - Name and description * Russian: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml|PotionOfPurity strings]] - Russian localization * All languages: [[https://github.com/NYRDS/remixed-dungeon/tree/master/RemixedDungeon/src/main/res/values-*/strings_all.xml|Localized strings]] Potion of Purification This reagent will quickly neutralize all harmful gases in the area of effect. Drinking it will give you a temporary immunity to such gases. You feel uncommon freshness in the air. You've stopped sensing any smells! ==== Related Items ==== * [[en:rpd:potions|Potions]] - General information about potions * [[en:rpd:poison_buff|Poison]] - Status effect that can be cured * [[en:rpd:toxic_gas_buff|Toxic Gas]] - Gas that can be neutralized * [[en:rpd:potion_of_paralytic_gas_item|Potion of Paralytic Gas]] - Related potion that creates paralytic gas * [[en:rpd:hero|Hero]] - Main playable character {{tag> rpd items potions purity healing gas}}