mr:frost_aura_buff
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:frost_aura_buff [2026/02/28 11:19] – Wiki maintenance: Fix 5 random pages for standards compliance Qwen Assistant | mr:frost_aura_buff [2026/02/28 11:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Frost Aura Buff - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * **Main Class:** [[https:// | ||
| + | * **Buff Registration: | ||
| + | * **Buff Icon:** [[https:// | ||
| + | * **Base Class:** [[https:// | ||
| + | * **ArtifactBuff Base:** [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | * English: [[https:// | ||
| + | * Russian: [[https:// | ||
| + | * Spanish: [[https:// | ||
| + | * Portuguese (Brazilian): | ||
| + | * Chinese (Simplified): | ||
| + | * Chinese (Traditional): | ||
| + | * German: [[https:// | ||
| + | * French: [[https:// | ||
| + | * Japanese: [[https:// | ||
| + | * Korean: [[https:// | ||
| + | * Italian: [[https:// | ||
| + | * Polish: [[https:// | ||
| + | * Ukrainian: [[https:// | ||
| + | * Hungarian: [[https:// | ||
| + | * Turkish: [[https:// | ||
| + | * Greek: [[https:// | ||
| + | * Indonesian: [[https:// | ||
| + | * Malay: [[https:// | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Location: | ||
| + | * **Class Type:** Inner static class (RingOfFrost.FrostAura) | ||
| + | * **Base Class:** ArtifactBuff | ||
| + | * **Icon ID:** BuffIndicator.FROSTAURA (36) | ||
| + | * **Source Item:** Ring of Frost artifact ring | ||
| + | * **Dependencies: | ||
| + | - com.watabou.pixeldungeon.actors.buffs.Slow | ||
| + | - com.watabou.pixeldungeon.actors.buffs.Frost | ||
| + | - com.watabou.utils.Random | ||
| + | |||
| + | ===== Buff Behavior (from Java code) ===== | ||
| + | * **defenceProc: | ||
| + | * **Effect Range:** Enemies within distance < 2 tiles from wearer | ||
| + | * **Slow Effect:** Applies Slow buff with duration = Slow.duration(enemy) / 5 + level | ||
| + | * **Frost Chance:** 10 + level% chance to apply Frost buff | ||
| + | * **Frost Duration:** Frost.duration(enemy) / 5 + level | ||
| + | * **Damage:** Deals level / 2 damage to nearby enemies | ||
| + | * **Visual Effect:** Glowing effect with color 0x00FFFF (cyan) | ||
| + | |||
| + | ===== Related Files ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
mr/frost_aura_buff.txt · Last modified: by 127.0.0.1
