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

Next revision
Previous revision
mr:potion_of_purity_item [2025/12/25 18:23] – auto lint fix Mikhaelmr:potion_of_purity_item [2026/01/29 22:11] (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
 +
 +===== Related mr Entities =====
 +  * [[mr:potion_of_purity_spell|Potion of Purity (Spell)]]