====== Health Buff (Sungrass) - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Sungrass.java#L68-L112|Sungrass.java]] - Health buff implementation (nested class) * Actual buff name is Sungrass$Health but represents a health-increasing buff ===== JSON Configuration ===== No specific JSON configuration exists for this buff as it's part of the Sungrass plant effect. ===== String Resources ===== Herbal healing Roots have sprouted from the ground providing healing herbs. ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists. ===== Buff Mechanics ===== * Heals Math.max(target.ht() / 10, 1) health points every 5 turns * Detaches when character moves from original position or reaches full health * Uses BuffIndicator.HEALING icon