mr:mana_regeneration_buff
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:mana_regeneration_buff [2025/12/25 18:23] – auto lint fix Mikhael | mr:mana_regeneration_buff [2025/12/25 18:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Mana Regeneration Buff - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no specific JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Related Information ===== | ||
| + | * This buff handles the regeneration of mana for characters | ||
| + | * It runs every 20 turns divided by 1.2^bonus (where bonus comes from other buffs with manaRegenerationBonus) | ||
| + | * If Fast Mana Regeneration facilitation is enabled, it adds a +10 bonus | ||
| + | * When in unsafe areas, it accumulates skill points for the character | ||
| + | * The regeneration rate is affected by other buffs that provide manaRegenerationBonus | ||
