User Tools

Site Tools


mr:potion_of_mind_vision_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:potion_of_mind_vision_item [2026/01/25 18:18] – Fix wiki pages to comply with documentation standards\n\n- Rename Russian page from fetid_rat.txt to fetid_rat_mob.txt to follow naming conventions\n- Update links to point to the correctly named page\n- Remove missing image reference from paralysis_encha mikemr:potion_of_mind_vision_item [2026/01/25 18:21] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion Of Mind Vision Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfMindVision.java|PotionOfMindVision.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/MindVision.java|MindVision.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/Potion.java|Potion.java]] (Base class)
 +
 +===== JSON Configuration =====
 +''<code json>''
 +{
 +  "entityKind": "PotionOfMindVision",
 +  "image": "items/potions.png",
 +  "imageIndex": 9
 +}
 +''</code>''
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="PotionOfMindVision_Name">Potion of Mind Vision</string>
 +<string name="PotionOfMindVision_Info">After drinking this, your mind will become attuned to the psychic emanations of your surroundings, allowing you to perceive the layout of the level and the creatures on it for a brief time.</string>
 +<string name="PotionOfMindVision_Apply1">You can somehow feel the presence of other creatures\' minds!</string>
 +<string name="PotionOfMindVision_Apply2">You can somehow feel the mind of other creatures!</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:mind_vision_buff|Mind Vision (Buff)]]
 +  * [[mr:potion_item|Potion (Item)]]
  
mr/potion_of_mind_vision_item.txt · Last modified: by 127.0.0.1