mr:potion_of_healing_item
Table of Contents
Potion Of Healing - Code References
Java Classes
- PotionOfHealing.java - Main healing potion class
- Potion.java - Parent class for all potions
- Item.java - Base item class
JSON Configuration
This entity is implemented in Java, no JSON configuration exists
String Resources
<string name="PotionOfHealing_Name">Potion of Healing</string> <string name="PotionOfHealing_Info">An elixir that will instantly return you to full health and cure poison.</string> <string name="PotionOfHealing_Apply">Your wounds heal completely.</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists
Related mr Entities
- Health Arrow - Arrow moistened by this potion
Code Details
- labelIndex: 5 - Potion label index for identification
- heal(): Static method that heals character for portion of HP (default 100% for self-use, 50% for shatter)
- Buffs Removed: Poison, Cripple, Weakness, Bleeding
- price(): 30 gold when known
- shatter(): When potion breaks, heals character in cell for 50% HP
- moistenArrow(): Creates HealthArrow when used to moisten arrows
mr/potion_of_healing_item.txt · Last modified: by 127.0.0.1
