mr:health_buff
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:health_buff [2025/12/25 18:23] – auto lint fix Mikhael | mr:health_buff [2025/12/29 10:43] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Health Buff (Sungrass) - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * 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 ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== 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 | ||
