User Tools

Site Tools


rpd:candle_of_mind_vision_item

Differences

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

Link to this comparison view

Next revision
Previous revision
rpd:candle_of_mind_vision_item [2025/12/21 23:42] – Create candle_of_mind_vision_item.txt with proper content and references Mikerpd:candle_of_mind_vision_item [2025/12/21 23:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Candle of Mind Vision Item ======
  
 +{{ rpd:images:candle_of_mind_vision_item.png|Candle of Mind Vision }}
 +
 +==== Description ====
 +The **Candle of Mind Vision** is a special artifact that provides mind vision capabilities. It looks like a regular candle, not something you would expect to find in a dangerous dungeon. Weirdly enough it's rather warm to the touch, despite the fact that it wasn't lit yet.
 +
 +==== Stats ====
 +  * **Rarity**: Rare
 +  * **Weight**: 1
 +  * **Max Charges**: 50
 +  * **Type**: Artifact
 +
 +==== Mechanics ====
 +When equipped:
 +  * The candle lights up automatically when taken out of the backpack
 +  * The flame emits a faint purple light
 +  * As you look through it, all nearby monsters become visible to you
 +  * When the charges are depleted, the candle burns out and can't be used anymore
 +
 +==== Source Code ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/artifacts/CandleOfMindVision.java|CandleOfMindVision.java]] - Implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1567-L1570|String Resources]] - Name and description strings
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/candle_of_mind_vision.json|candle_of_mind_vision.json]] - Sprite configuration
 +
 +==== Acquisition ====
 +  * Can be obtained by freeing the [[rpd:caged_kobold_npc|Caged Kobold]] in the [[rpd:ice_caves_level|Ice Caves]] using an [[rpd:ice_key_item|Ice Key]]
 +
 +==== Related ====
 +  * [[rpd:mind_vision_buff|Mind Vision]] - The buff provided by this artifact
 +  * [[rpd:artifacts|Artifacts]] - Other artifacts in the game
 +  * [[rpd:caged_kobold_npc|Caged Kobold]] - NPC that rewards this item
 +  * [[rpd:ice_key_item|Ice Key]] - Required to obtain this item
 +
 +{{tag> rpd items candle visions artifact exploration mind_vision}}