====== Potion of Invisibility ====== {{ rpd:images:potion_of_invisibility_item.png|Potion of Invisibility }} The **Potion of Invisibility** is a common potion in Remixed Dungeon that grants temporary invisibility to the drinker. ==== Item Overview ==== * **Type:** Potion * **Rarity:** Uncommon * **Special Effect:** Grants invisibility status for a duration * **Usage:** Single use item (consumed upon drinking) * **Base Price:** 40 gold (when identified) ==== Special Mechanics ==== * **Invisibility:** When consumed, grants the [[en:rpd:invisibility_buff|Invisibility]] buff for 15 turns (duration may vary based on potion quality) * **Enemy Detection:** While invisible, enemies cannot see the hero and will lose track of their position * **Combat Disruption:** Any attack or action that directly targets an enemy will immediately cancel the invisibility * **Shattering:** When shattered on the ground, does not grant invisibility to characters on that tile * **Identification:** Becomes identified when consumed, shattered, or when seen in inventory after being identified * **Moistening Scrolls:** When used to moisten scrolls, converts them to Blank Scrolls ==== Strategy ==== * Essential for escaping dangerous situations * Useful for bypassing groups of enemies * Can be used to sneak past powerful enemies * Excellent for exploring dangerous areas safely * Good for escaping from close combat * Allows for safe item usage during encounters ==== Obtaining ==== * Found throughout dungeon levels * Available in shops at moderate prices (40 gold when identified) * Dropped by various enemies * Found in containers and special rooms ==== Effect ==== When consumed, the Potion of Invisibility grants the [[en:rpd:invisibility_buff|Invisibility]] buff for 15 turns (duration may vary based on potion quality), making the hero impossible for enemies to see and track. According to the game's string resources: "Drinking this potion will render you temporarily invisible. While invisible, enemies will be unable to see you. Attacking an enemy, as well as using a wand or a scroll before enemy's eyes, will dispel the effect." ==== Data Sources ==== * **Java Class**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfInvisibility.java|com.watabou.pixeldungeon.items.potions.PotionOfInvisibility]] * **Invisibility Buff**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Invisibility.java|Invisibility.java]] * **Potion System**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/UpgradablePotion.java|UpgradablePotion base class]] * **Sprite Index**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/sprites/ItemSpriteSheet.java#L43|labelIndex = 3]] * **Base Price**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfInvisibility.java#L31|basePrice() method in PotionOfInvisibility.java]] ==== String Resources ==== * English: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2191-L2193|PotionOfInvisibility strings]] - Name, description, and messages * Russian: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2191-L2193|PotionOfInvisibility strings]] - Russian localization * All languages: [[https://github.com/NYRDS/remixed-dungeon/tree/master/RemixedDungeon/src/main/res/values-*/strings_all.xml|Localized strings]] Potion of Invisibility Drinking this potion will render you temporarily invisible. While invisible, enemies will be unable to see you. Attacking an enemy, as well as using a wand or a scroll before enemy\'s eyes, will dispel the effect. You see your hands turn invisible! ==== Related Items ==== * [[en:rpd:potions|Potions]] - General information about potions * [[en:rpd:invisibility_buff|Invisibility Buff]] - The buff that grants invisibility * [[en:rpd:ring_of_shadows_item|Ring of Shadows]] - Alternative invisibility source * [[en:rpd:mechanics|Game Mechanics]] - Stealth mechanics * [[en:rpd:hero|Hero]] - Main playable character {{tag> rpd items potions invisibility stealth}}