User Tools

Site Tools


rpd:potion_of_purity_item

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_purity_item [2025/12/25 18:23] – auto lint fix Mikhaelrpd:potion_of_purity_item [2025/12/25 18:24] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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]]
 +
 +<code xml>
 +<string name="PotionOfPurity_Name">Potion of Purity</string>
 +<string name="PotionOfPurity_Info">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.</string>
 +<string name="PotionOfPurity_Apply">The world is clean again!</string>
 +<string name="PotionOfPurity_Desc">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.</string>
 +</code>
 +
 +==== Related Items ====
 +  * [[rpd:potions|Potions]] - General information about potions
 +  * [[rpd:poison_buff|Poison]] - Status effect that can be cured
 +  * [[rpd:toxic_gas|Toxic Gas]] - Gas that can be neutralized
 +  * [[rpd:paralytic_gas|Paralytic Gas]] - Gas that can be neutralized
 +  * [[rpd:hero|Hero]] - Main playable character
 +
 +{{tag> rpd items potions purity healing gas}}
rpd/potion_of_purity_item.txt · Last modified: by 127.0.0.1