User Tools

Site Tools


mr:candle_of_mind_vision_buff

Candle of Mind Vision Buff - Code References

Java Classes

    1. Package: `com.watabou.pixeldungeon.actors.buffs`
    2. Extends: `MindVision` (base mind vision buff)
    3. Duration: 100f (constant `DURATION`)
    4. Overrides `name()` and `desc()` to use string resources
  • Inheritance: Inherits from MindVision.java
  • Buff Registration: BuffFactory.java - registers CandleOfMindVisionBuff class

JSON Configuration

This entity is implemented in Java, no JSON configuration exists.

String Resources

<string name="MindVisionBuff_Name">Mind Vision</string>
<string name="MindVisionBuff_Info">You can somehow feel the presence of other creatures' minds.</string>

  • MindVisionBuff_Name - Display name of the buff
  • MindVisionBuff_Info - Description shown when examining the buff

Lua Scripts

This entity is implemented in Java, no Lua script exists.

Additional References

  • Item Connection: CandleOfMindVision.java - the artifact item that applies this buff when equipped
  • Base Buff (MindVision): Provides mind vision effect (detecting nearby creatures' minds)
  • Entity Kind: Uses `getEntityKind()` for identification in game systems

Usage Context

  • Applied by equipping the Candle of Mind Vision artifact
  • Grants permanent mind vision effect (duration 100f = effectively permanent while equipped)
  • Allows player to sense nearby creatures through walls
  • Part of the artifact system in Remixed Dungeon
mr/candle_of_mind_vision_buff.txt · Last modified: by 127.0.0.1