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/27 07:36] – Fix wiki standards compliance issues on 5 random pages Qwen Assistantmr:potion_of_invisibility_item [2026/02/27 07:37] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 ====
 +<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>
 +<string name="PotionOfInvisibility_Apply">You see your hands turn invisible!</string>
 +</code>
 +
 +==== 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}}
  
mr/potion_of_invisibility_item.txt · Last modified: by 127.0.0.1