====== 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 ===== '''' { "entityKind": "PotionOfMindVision", "image": "items/potions.png", "imageIndex": 9 } '''' ===== String Resources ===== '''' Potion of Mind Vision 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. You can somehow feel the presence of other creatures\' minds! You can somehow feel the mind of other creatures! '''' ===== 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)]]