User Tools

Site Tools


en:rpd:candle_of_mind_vision_buff

Differences

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

Link to this comparison view

en:rpd:candle_of_mind_vision_buff [2026/01/01 19:45] – namespace move Mikeen:rpd:candle_of_mind_vision_buff [2026/01/01 19:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Candle of Mind Vision Buff ======
  
 +{{ rpd:images:buff_CandleOfMindVision.png|Candle of Mind Vision Buff }}
 +
 +==== Description ====
 +The Candle of Mind Vision buff reveals the nearby dungeon layout, providing enhanced vision of the surrounding area. This effect is particularly useful for navigating unknown areas or identifying threats.
 +
 +==== Effects ====
 +  * Reveals the nearby dungeon layout and features
 +  * Provides enhanced vision of the surrounding area
 +  * May reveal hidden passages, traps, or other features
 +  * Offers improved awareness of the immediate environment
 +
 +==== Duration ====
 +  * The duration of the Candle of Mind Vision buff varies depending on the source that applied it
 +  * When the buff expires, vision returns to normal
 +
 +==== Sources ====
 +  * The Candle of Mind Vision itself may provide this effect
 +  * Certain items or abilities related to vision enhancement
 +  * Various other game mechanics that improve spatial awareness
 +
 +==== Code Reference ====
 +  * **Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/CandleOfMindVisionBuff.java|CandleOfMindVisionBuff.java]]
 +  * **Inheritance:** Inherits from [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/MindVision.java|MindVision.java]]
 +  * **Buff Registration:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/buffs/BuffFactory.java#L142|BuffFactory.java]] - registers CandleOfMindVisionBuff class
 +  * **Item Connection:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/artifacts/CandleOfMindVision.java|CandleOfMindVision.java]] - the item that applies this buff
 +
 +==== Related ====
 +  * [[en:rpd:candle_of_mind_vision_item|Candle of Mind Vision]] - Item that may provide this buff
 +  * [[en:rpd:mind_vision_buff|Mind Vision]] - Related vision enhancement effect
 +  * [[en:rpd:light_buff|Light]] - Another form of visibility enhancement
 +  * [[en:rpd:exploration|Exploration]] - Gameplay aspect enhanced by this buff
 +
 +{{tag> rpd buffs status_effects vision}}