mr:candle_of_mind_vision_buff
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:candle_of_mind_vision_buff [2026/06/06 05:50] – Wiki maintenance: Fix compliance issues in 5 pages Qwen Assistant | mr:candle_of_mind_vision_buff [2026/06/06 05:51] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Candle of Mind Vision Buff - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * **Implementation: | ||
| + | - Package: `com.watabou.pixeldungeon.actors.buffs` | ||
| + | - Extends: `MindVision` (base mind vision buff) | ||
| + | - **Duration: | ||
| + | - Overrides `name()` and `desc()` to use string resources | ||
| + | * **Inheritance: | ||
| + | * **Buff Registration: | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no JSON configuration exists. | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | * **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: | ||
| + | * **Base Buff (MindVision): | ||
| + | * **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
