====== Potion Of Invisibility Item - Code References ====== {{ rpd:images:potion_of_invisibility_item.png|Potion of Invisibility }} ==== 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. You see your hands turn invisible! ==== Lua Scripts ==== This entity is implemented in Java, no Lua script exists ==== Related mr: Entities ==== * [[mr:invisibility_buff|Invisibility (Buff)]] * [[mr:potion_item|Potion (Item Type)]] {{tag> rpd items potions invisibility}}