====== 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 ===== Mana Potion This potion will restore your spiritual energy. ===== 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