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/01/29 22:07] – Fix wiki pages identified in random selection\n\n- Fixed title in summon_beast_spell.txt to match filename\n- Updated potion_of_purity_item.txt with accurate code references\n- Added missing link in berserker_subclass.txt\n- Verified all changes comply wi mikemr: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)]]
  
mr/potion_of_purity_item.txt · Last modified: by 127.0.0.1