User Tools

Site Tools


mr:mana_potion_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mr:mana_potion_item [2025/12/29 03:06] – Update mr:mana_potion_item with correct code references mikemr:mana_potion_item [2025/12/29 03:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Mana Potion Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/drinks/ManaPotion.java|ManaPotion.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="ManaPotion_Name">Mana Potion</string>
 +<string name="ManaPotion_Info">This potion will restore your spiritual energy.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:drink_item|Drink (Item)]]
  
mr/mana_potion_item.txt · Last modified: by 127.0.0.1