User Tools

Site Tools


mr:potion_of_mana_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_mana_item [2026/01/14 13:25] – Fix Potion of Mana wiki pages with correct implementation details mikemr:potion_of_mana_item [2026/01/14 13:30] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion Of Mana Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfMana.java|PotionOfMana.java]]
 +
 +===== JSON Configuration =====
 +This entity does not have dedicated JSON configuration but appears in:
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Treasury.json|Treasury.json]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/SpidersTreasury.json|SpidersTreasury.json]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/TownShopTreasury.json|TownShopTreasury.json]]
 +
 +===== String Resources =====
 +<code xml>
 +<string name="PotionOfMana_Name">Mana Potion</string>
 +<string name="PotionOfMana_Info">This potion will restore your spiritual energy.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/npc/PlagueDoctor.lua#L33|PlagueDoctor.lua]] - NPC quest reward
 +
 +===== Implementation Notes =====
 +  * Increases skill points by amount equal to 1/3 of max skill points
 +  * Java class: com.watabou.pixeldungeon.items.potions.PotionOfMana
 +  * Label index: 12
 +  * Effect: Shows FOOD spell sprite effect
 +  * Identified upon consumption
  
mr/potion_of_mana_item.txt · Last modified: by 127.0.0.1