User Tools

Site Tools


rpd:potion_of_mind_vision_item

Differences

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

Link to this comparison view

rpd:potion_of_mind_vision_item [2025/12/31 09:28] – Create potion of mind vision item page with comprehensive details mikerpd:potion_of_mind_vision_item [2025/12/31 09:33] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion of Mind Vision ======
  
 +{{ rpd:images:potion_of_mind_vision_item.png|Potion of Mind Vision }}
 +
 +The **Potion of Mind Vision** is a potion in Remixed Dungeon that grants temporary mind vision ability when consumed, allowing the hero to see through walls and detect nearby creatures.
 +
 +==== Description ====
 +When consumed, the Potion of Mind Vision grants the Mind Vision status effect. This ability allows the hero to see through walls and detect nearby creatures and items for a limited time. According to the game's string resources: "After drinking this, your mind will become attuned to the psychic emanations of your surroundings, allowing you to perceive the layout of the level and the creatures on it for a brief time."
 +
 +==== Stats ====
 +  * **Type:** Utility Potion
 +  * **Weight:** 1
 +  * **Price:** 40 (when identified)
 +  * **Effect Duration:** Limited time (scales with hero level)
 +
 +==== Identification ====
 +  * When unidentified, has a random appearance
 +  * Once identified, keeps its appearance for the remainder of the game
 +  * Can be identified by drinking, throwing, or using a [[rpd:scroll_of_identify_item|Scroll of Identify]]
 +
 +==== Effect ====
 +  * Grants the Mind Vision buff, allowing vision through walls
 +  * Reveals the entire layout of the current level
 +  * Shows locations of all creatures and items on the level
 +  * Does not reveal special hidden rooms (like secret shops) or secret doors
 +
 +==== Usage ====
 +  * Best used when exploring a new level to scout the area
 +  * Helpful for locating stairs, shops, or special features
 +  * Useful for avoiding dangerous areas or planning escape routes
 +  * Should be consumed when safe, as the effect doesn't make the hero invulnerable
 +
 +==== Obtaining ====
 +  * Found randomly throughout dungeon levels
 +  * Sometimes dropped by defeated enemies
 +  * Available in some shops
 +
 +==== Strategy ====
 +  * Particularly valuable on levels with many secrets or complex layouts
 +  * Allows planning ahead by revealing upcoming challenges
 +  * Consider using before entering dangerous areas to avoid unexpected encounters
 +  * Can be used to locate special rooms like altars, shops, or quest areas
 +
 +==== Code Reference ====
 +  * Java Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfMindVision.java|PotionOfMindVision.java]]
 +  * Mind vision mechanics: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/buffs/MindVision.java|MindVision.java]]
 +  * Base potion class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/Potion.java|Potion.java]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2186-L2187|PotionOfMindVision_Name and PotionOfMindVision_Info]]
 +  * Mind vision buff: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/buffs/MindVision.java|MindVision.java]]
 +  * Machine-readable data: [[mr:potion_of_mind_vision_item|mr:potion_of_mind_vision_item]]
 +
 +==== Related ====
 +  * [[rpd:potions|Potions]] - General information about potions
 +  * [[rpd:mind_vision_buff|Mind Vision Buff]] - The status effect granted by this potion
 +  * [[rpd:scroll_of_magic_mapping_item|Scroll of Magic Mapping]] - Alternative area mapping option
 +  * [[rpd:utility_items|Utility Items]] - Other items with useful effects
 +
 +{{tag> rpd items potions mind_vision vision }}
rpd/potion_of_mind_vision_item.txt · Last modified: by 127.0.0.1