User Tools

Site Tools


mr:potion_of_invisibility_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_invisibility_item [2026/02/07 23:32] – Fix wiki pages: Add missing images and correct spelling error mikemr:potion_of_invisibility_item [2026/02/07 23:32] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +{{ 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 =====
 +<code xml>
 +<string name="PotionOfInvisibility_Name">Potion of Invisibility</string>
 +<string name="PotionOfInvisibility_Info">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.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:invisibility_buff|Invisibility (Buff)]]
  
mr/potion_of_invisibility_item.txt · Last modified: (external edit)