mr:regeneration_buff
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:regeneration_buff [2026/03/14 07:57] – Wiki standards compliance fixes for 5 random pages Qwen Assistant | mr:regeneration_buff [2026/03/14 08:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Regeneration Buff ====== | ||
| + | |||
| + | Machine-readable reference page for the Regeneration buff entity. | ||
| + | |||
| + | ==== Entity Information ==== | ||
| + | * **Entity Kind:** Regeneration | ||
| + | * **Type:** Buff (healing over time) | ||
| + | * **Implementation: | ||
| + | * **File:** `com/ | ||
| + | |||
| + | ==== Java Classes ==== | ||
| + | * [[https:// | ||
| + | * Extends `Buff` class | ||
| + | * Default regeneration delay: 10 ticks | ||
| + | * Supports fast regeneration facilitation bonus | ||
| + | * Applies healing to non-starving targets in unsafe levels | ||
| + | |||
| + | ==== JSON Configuration ==== | ||
| + | This entity is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ==== String Resources ==== | ||
| + | * English: [[https:// | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | * Russian: [[https:// | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ==== Lua Scripts ==== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ==== Code Details ==== | ||
| + | * **Regeneration Rate:** Base 1 HP per 10 ticks | ||
| + | * **Fast Regeneration: | ||
| + | * **Healing Rate Formula:** healRate = 1.2^bonus | ||
| + | * **Max Healing Rate:** Capped at 5x base rate (50 ticks) | ||
| + | * **Conditions: | ||
| + | |||
| + | ==== Related mr: Entities ==== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/regeneration_buff.txt · Last modified: by 127.0.0.1
