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

Both sides previous revisionPrevious revision
Next revision
Previous revision
mr:potion_of_healing_item [2025/12/19 00:17] – external edit 127.0.0.1mr:potion_of_healing_item [2025/12/19 11:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Potion Of Healing - Code References ======+====== Potion of Healing Item - Code References ======
  
 ===== Java Classes ===== ===== Java Classes =====
-  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfHealing.java|PotionOfHealing.java]]+  * [[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 ===== ===== JSON Configuration =====
-This entity is implemented in Java, no JSON configuration exists+  * [[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 ===== ===== String Resources =====
-''<code xml>'' +  * [[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 
-<string name="PotionOfHealing_Name">Potion of Healing</string> +  * [[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
-<string name="PotionOfHealing_Info">An alchemic concoction which will instantly restore your health up to full.</string> +
-<string name="PotionOfHealing_Aliases">Healing, Health</string> +
-''</code>''+
  
 ===== Lua Scripts ===== ===== Lua Scripts =====
 This entity is implemented in Java, no Lua script exists This entity is implemented in Java, no Lua script exists
mr/potion_of_healing_item.1766103446.txt.gz · Last modified: by 127.0.0.1