====== Potion of Purity ====== {{ rpd:images:potion_of_purity_item.png|Potion of Purity }} The **Potion of Purity** 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) ==== Special Mechanics ==== * **Status Effect Cure:** When consumed, cures all harmful status effects (poison, paralysis, blindness, etc.) * **Gas Neutralization:** When shattered, neutralizes all harmful gases in the area * **Area Effect:** Gas neutralization affects a 3x3 area around the point of impact * **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 Purity cures all harmful status effects. When shattered, it neutralizes all harmful gases in a 3x3 area. According to the game's string resources: "The fluid in this bottle is used by priests to bless their weapons with holy energy. You can drink it as a potent healing agent." ==== 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#L43|labelIndex = 14]] * **Base Price**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfPurity.java#L30|basePrice() method in PotionOfPurity.java]] ==== String Resources ==== * English: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2183-L2185|PotionOfPurity strings]] - Name and description * Russian: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2183-L2185|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 Purity The fluid in this bottle is used by priests to bless their weapons with holy energy. You can drink it as a potent healing agent. The world is clean again! The liquid in this bottle will quickly neutralize all harmful gases in your vicinity. You can also drink it to cure the effects of harmful gases and status effects. ==== 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|Toxic Gas]] - Gas that can be neutralized * [[en:rpd:paralytic_gas|Paralytic Gas]] - Gas that can be neutralized * [[en:rpd:hero|Hero]] - Main playable character {{tag> rpd items potions purity healing gas}}