User Tools

Site Tools


mr:healing_mechanic

Differences

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

Link to this comparison view

mr:healing_mechanic [2026/08/30 21:38] – Wiki maintenance: fix compliance and entity facts across 5 random pages plus language variants Botmr:healing_mechanic [2026/08/30 21:38] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Healing Mechanic - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/Char.java|Char.java]] - heal() methods (lines 782-811)
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Bat.java|Bat.java]] - Vampiric healing via attackProc (lines 36-42)
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfHealing.java|PotionOfHealing.java]] - Healing potion implementation
 +
 +===== JSON Configuration =====
 +This mechanic is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="Bat_Desc">These brisk and tenacious inhabitants of cave domes may defeat much larger opponents by replenishing their health with each successful attack.</string>
 +<string name="PotionOfHealing_Name">potion of healing</string>
 +<string name="PotionOfHealing_Desc">A potion that restores health when drunk.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This mechanic is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:bat_mob|Bat (Mob)]] - Uses healing mechanic via vampiric attack
 +  * [[mr:potion_of_healing_item|Potion of Healing]] - Consumable healing item
 +  * [[mr:healing_spell|Healing Spell]] - Spell-based healing
 +
 +{{tag> mr rpd mechanics healing}}
mr/healing_mechanic.txt · Last modified: by 127.0.0.1