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

Next revision
Previous revision
mr:mana_potion_item [2025/12/25 18:23] – auto lint fix Mikhaelmr: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)]]