{{ rpd:images:potion_of_invisibility_item.png|Potion of Invisibility }} ====== Potion Of Invisibility Item - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfInvisibility.java|PotionOfInvisibility.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/Potion.java|Potion.java]] ===== JSON Configuration ===== This entity is implemented in Java, no JSON configuration exists ===== String Resources ===== Potion of Invisibility After drinking this murky liquid, you will become invisible for a short time. All creatures will lose sight of you, and you can freely pass through enemies without disturbing them. Attacking an enemy, as well as using a wand or a scroll before the effect ends, will cancel the invisibility effect. ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Related mr Entities ===== * [[mr:invisibility_buff|Invisibility (Buff)]]