User Tools

Site Tools


rpd:mind_vision_buff

Differences

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

Link to this comparison view

rpd:mind_vision_buff [2025/12/31 21:46] – Add mind_vision_buff.txt page mikerpd:mind_vision_buff [2025/12/31 21:50] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Mind Vision Buff ======
  
 +{{ rpd:images:mind_vision_buff.png|Mind Vision Buff }}
 +
 +==== Description ====
 +Mind Vision is a buff that allows the player to see nearby monsters on the map, even through walls. This effect is particularly useful for exploring dungeons and identifying threats without direct line of sight.
 +
 +==== Effects ====
 +  * **Monster Visibility**: Makes all nearby monsters visible on the map, even through walls
 +  * **Duration**: Lasts for a limited time (20 turns by default)
 +  * **Area of Effect**: Covers a radius around the player character
 +  * **Map Awareness**: Enhances awareness of dungeon layout and monster positions
 +
 +==== Sources ====
 +  * [[rpd:potion_of_mind_vision_item|Potion of Mind Vision]] - Consumable item that grants mind vision
 +  * [[rpd:candle_of_mind_vision_item|Candle of Mind Vision]] - Artifact that provides mind vision when equipped
 +  * Various other items or abilities that grant similar effects
 +
 +==== Duration ====
 +  * Standard duration is 20 turns
 +  * When the buff expires, the player will lose the enhanced vision capability
 +  * The effect ends early if the source item is unequipped (for artifacts)
 +
 +==== Code Reference ====
 +  * **Implementation**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/MindVision.java|MindVision.java]]
 +  * **String Resources**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L104-L105|strings_all.xml]] - PotionOfMindVision_Apply1, PotionOfMindVision_Apply2
 +  * **Status Messages**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L290-L291|strings_all.xml]] - Char_StaMind, Char_StaVision
 +
 +==== Related ====
 +  * [[rpd:potion_of_mind_vision_item|Potion of Mind Vision]] - The most common source of this buff
 +  * [[rpd:candle_of_mind_vision_item|Candle of Mind Vision]] - Artifact that provides this buff
 +  * [[rpd:exploration|Exploration]] - Gameplay aspect enhanced by this buff
 +  * [[rpd:light_buff|Light]] - Another form of visibility enhancement
 +
 +{{tag> rpd buffs mind_vision status_effects vision detection }}
rpd/mind_vision_buff.txt · Last modified: by 127.0.0.1