Candle of Mind Vision Buff - Code References
Java Classes
-
Package: `com.watabou.pixeldungeon.actors.buffs`
Extends: `MindVision` (base mind vision buff)
Duration: 100f (constant `DURATION`)
Overrides `name()` and `desc()` to use string resources
-
-
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>
Lua Scripts
This entity is implemented in Java, no Lua script exists.
Additional References
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