mr:ring_of_frost_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:ring_of_frost_item [2026/03/31 03:36] – Improve 5 random wiki pages with standards compliance Qwen Assistant | mr:ring_of_frost_item [2026/03/31 03:40] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Ring of Frost Item ====== | ||
| + | {{ rpd: | ||
| + | |||
| + | ==== Entity Kind ==== | ||
| + | ring_of_frost | ||
| + | |||
| + | ==== Java Class ==== | ||
| + | [[https:// | ||
| + | |||
| + | ==== JSON Configuration ==== | ||
| + | (No specific JSON config for this item) | ||
| + | |||
| + | ==== Lua Script ==== | ||
| + | (No specific Lua script for this item) | ||
| + | |||
| + | ==== String Resource References ==== | ||
| + | * `RingOfFrost_Name`: | ||
| + | * `RingOfFrost_Info`: | ||
| + | * Russian: `RingOfFrost_Name`: | ||
| + | |||
| + | ==== Code Implementation ==== | ||
| + | This item inherits from Artifact class. It has the following key properties: | ||
| + | |||
| + | * **bag()**: Returns Bag.KEYRING as it's an artifact that goes in the keyring slot | ||
| + | * **isUpgradable()**: | ||
| + | * **glowing()**: | ||
| + | * **buff()**: Returns a FrostAura buff which triggers when an enemy attacks the wearer | ||
| + | * **imageFile**: | ||
| + | * **image**: 13 (sprite index in rings.png) | ||
| + | |||
| + | ==== FrostAura Buff Mechanics ==== | ||
| + | When an enemy within 1 tile distance attacks the wearer: | ||
| + | * Applies Slow effect for (Slow.duration(enemy) / 5 + ring level) turns | ||
| + | * Has (10% + ring level)% chance to apply Frost effect for (Frost.duration(enemy) / 5 + ring level) turns | ||
| + | * Deals (ring level / 2) damage to the attacking enemy | ||
| + | |||
| + | ==== Related Code References ==== | ||
| + | * Slow buff: [[https:// | ||
| + | * Frost buff: [[https:// | ||
| + | * Artifact base class: [[https:// | ||
| + | * ArtifactBuff: | ||
| + | |||
| + | {{tag> mr code references items rings artifacts}} | ||
mr/ring_of_frost_item.txt · Last modified: by 127.0.0.1
