User Tools

Site Tools


mr:candle_of_mind_vision_buff

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:candle_of_mind_vision_buff [2025/12/31 21:45] – Update candle_of_mind_vision_buff.txt with accurate code references mikemr:candle_of_mind_vision_buff [2025/12/31 21:50] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Candle of Mind Vision Buff - Code References ======
 +
 +===== Java Classes =====
 +  * **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
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists.
 +
 +===== String Resources =====
 +<code xml>
 +<string name="MindVisionBuff_Name">Mind Vision</string>
 +<string name="MindVisionBuff_Info">You can somehow feel the presence of other creatures' minds.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Additional References =====
 +  * **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
  
mr/candle_of_mind_vision_buff.txt · Last modified: (external edit)