mr:health_buff

Health Buff (Sungrass) - Code References

Java Classes

  • 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

<string name="SungrassBuff_Name">Herbal healing</string>
<string name="SungrassBuff_Info">Roots have sprouted from the ground providing healing herbs.</string>

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
mr/health_buff.txt · Last modified: by 127.0.0.1