mr:health_buff
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:health_buff [2026/03/05 04:43] – Fix wiki standards compliance issues on 5 random pages Qwen Assistant | mr:health_buff [2026/03/05 04:45] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Health Buff (Sungrass.Health) - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * Actual buff class: com.watabou.pixeldungeon.plants.Sungrass$Health | ||
| + | |||
| + | ===== 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. | ||
| + | |||
| + | ===== Usage in Code ===== | ||
| + | * **SpiderMind.java** (line 30): Referenced in spider mind control system | ||
| + | * **SummoningSpell.java** (line 55): Buff detachment in summoning spells | ||
| + | * **Carcass.java** (line 220): Buff detachment when using carcass item | ||
| + | * **SpiderCharm.java** (line 12): Import for spider charm mechanics | ||
| + | |||
| + | ===== 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 | ||
| + | * Applied by stepping on Sungrass plant or eating Sungrass seed | ||
| + | |||
| + | ===== Related Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/health_buff.txt · Last modified: (external edit)
