User Tools

Site Tools


mr:potion_of_healing_item

Differences

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

Link to this comparison view

Next revision
Previous revision
mr:potion_of_healing_item [2025/12/19 00:15] – Wiki maintenance: verify pages against codebase, add missing mr: namespace pages, fix incorrect information mikemr:potion_of_healing_item [2025/12/19 11:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion of Healing Item - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/PotionOfHealing.java|PotionOfHealing.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Potion.java|Potion.java]] - Base class
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/itemsDesc/PotionOfHealing.json|PotionOfHealing.json]] - Item configuration
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/PotionOfHealing.json|PotionOfHealing.json]] - Sprite configuration
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L5678|String: potion_of_healing_name]] - The display name for the potion
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L5679|String: potion_of_healing_desc]] - The description text for the potion
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists