User Tools

Site Tools


mr:potion_of_purity_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_purity_item [2026/03/13 18:36] – Wiki maintenance: Fix broken links in 3 wiki pages Qwen Assistantmr:potion_of_purity_item [2026/03/13 18:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion Of Purity Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfPurity.java|PotionOfPurity.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="PotionOfPurity_Name">Potion of Purification</string>
 +<string name="PotionOfPurity_Info">This reagent will quickly neutralize all harmful gases in the area of effect. Drinking it will give you a temporary immunity to such gases.</string>
 +<string name="PotionOfPurity_Freshness">You feel uncommon freshness in the air.</string>
 +<string name="PotionOfPurity_NoSmell">You've stopped sensing any smells!</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
  
mr/potion_of_purity_item.txt · Last modified: by 127.0.0.1