User Tools

Site Tools


rpd:potion_item

Differences

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

Link to this comparison view

rpd:potion_item [2025/12/28 08:10] – Update potion_item.txt with comprehensive potion information mikerpd:potion_item [2025/12/28 08:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potions ======
  
 +{{ rpd:images:potion.png|Potion }}
 +
 +**Potions** are consumable items in Remixed Dungeon that provide various beneficial (and sometimes harmful) effects when consumed. They are typically found in the dungeon or purchased from shops.
 +
 +==== Common Potions ====
 +  * [[rpd:potion_of_healing_item|Potion of Healing]]: Restores health
 +  * [[rpd:potion_of_experience_item|Potion of Experience]]: Grants experience points
 +  * [[rpd:potion_of_might_item|Potion of Might]]: Permanently increases strength and health
 +  * [[rpd:potion_of_frost_item|Potion of Frost]]: Freezes nearby enemies
 +  * [[rpd:potion_of_liquid_flame_item|Potion of Liquid Flame]]: Creates fire in the area
 +  * [[rpd:potion_of_paralytic_gas_item|Potion of Paralytic Gas]]: Paralyzes nearby enemies
 +  * [[rpd:potion_of_purity_item|Potion of Purity]]: Neutralizes harmful gases and effects
 +  * [[rpd:potion_of_strength_item|Potion of Strength]]: Increases strength (old name for Potion of Might)
 +  * [[rpd:potion_of_toxic_gas_item|Potion of Toxic Gas]]: Creates toxic gas in the area
 +  * [[rpd:potion_of_mind_vision_item|Potion of Mind Vision]]: Allows seeing through walls
 +  * [[rpd:potion_of_invisibility_item|Potion of Invisibility]]: Makes the hero invisible
 +  * [[rpd:potion_of_shielding_item|Potion of Shielding]]: Provides temporary damage reduction
 +  * [[rpd:potion_of_blessing_item|Potion of Blessing]]: Temporarily increases all resistances
 +
 +==== Potion Mechanics ====
 +  * **Thermal Skin**: At high levels of the Huntress subclass, potions can be thrown instead of drunk
 +  * **Identification**: Potions must be identified to know their effect
 +  * **Spilling**: Potions may break if dropped, creating their effect in the area
 +  * **Shelves**: Potions can be safely stored on special shelves in shops
 +
 +==== Crafting Potions ====
 +  * Potions can be brewed using the [[rpd:cauldron_level_object|Cauldron]] with appropriate [[rpd:seeds|seeds]]
 +  * Different combinations of seeds create different potions
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/Potion.java|Base Potion class]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfHealing.java|PotionOfHealing]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfExperience.java|PotionOfExperience]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfMight.java|PotionOfMight]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfFrost.java|PotionOfFrost]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfLiquidFlame.java|PotionOfLiquidFlame]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfParalyticGas.java|PotionOfParalyticGas]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfPurity.java|PotionOfPurity]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfToxicGas.java|PotionOfToxicGas]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfMindVision.java|PotionOfMindVision]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfInvisibility.java|PotionOfInvisibility]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2443-L2472|Potion strings in localization]]
 +
 +==== Related ====
 +  * [[rpd:items|Items]]
 +  * [[rpd:consumables|Consumables]]
 +  * [[rpd:scrolls|Scrolls]]
 +  * [[rpd:cauldron_level_object|Cauldron]]
 +  * [[rpd:seeds|Seeds]]
 +
 +{{tag> rpd items potions consumables}}
rpd/potion_item.txt · Last modified: by 127.0.0.1