User Tools

Site Tools


rpd:ring_of_frost

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rpd:ring_of_frost [2025/12/19 06:05] – Add wiki pages for Ring of Frost, YogsEye, Lich subclass, and Keyring with source code references mikerpd:ring_of_frost [2025/12/19 06:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ring of Frost ======
  
 +{{ rpd:images:ring_of_frost_rings.png|Ring Of Frost }}
 +
 +==== Description ====
 +A ring carved from magical ice that protects the wearer with a frost aura, slowing and damaging attacking enemies. This ring is worn in the [[rpd:keyring|Keyring]] slot like other artifacts.
 +
 +==== Special Properties ====
 +  * **Frost Aura:** When worn, creates a frost aura that triggers when enemies attack the wearer
 +  * **Defensive Mechanism:** Applies slow and frost effects to adjacent attackers
 +  * **Damage Reflection:** Deals damage to attacking enemies based on ring level
 +
 +==== Mechanics ====
 +When an enemy within 1 tile distance attacks the wearer, the ring has the following effects:
 +  * Applies [[rpd:slow|Slow]] effect for (Slow.duration / 5 + ring level) turns
 +  * Has a (10% + ring level)% chance to apply [[rpd:frost|Frost]] effect for (Frost.duration / 5 + ring level) turns
 +  * Deals (ring level / 2) damage to the attacking enemy
 +
 +==== Identification ====
 +The ring starts identified when picked up, as it's an [[rpd:artifacts|Artifact]].
 +
 +==== Strategy ====
 +  * Highly effective for melee combat where enemies will attack you directly
 +  * Particularly useful against enemies that rely on consecutive attacks
 +  * The defensive nature makes it valuable for defensive builds
 +  * Stack with other defensive items for maximum effectiveness
 +  * Level the ring to increase the chance to freeze and damage dealt
 +
 +==== Source Code References ====
 +  * [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/rings/RingOfFrost.java|Implementation: RingOfFrost.java]]
 +  * [[mr:ring_of_frost_item|Machine-readable data]]
 +  * [[code:com/watabou/pixeldungeon/actors/buffs/Slow.java|Mechanics: Slow.java]]
 +  * [[code:com/watabou/pixeldungeon/actors/buffs/Frost.java|Mechanics: Frost.java]]
 +  * String resource: ''RingOfFrost_Name'' and ''RingOfFrost_Info''
 +
 +==== Related ====
 +  * [[rpd:ring|Other Rings]] - Different ring types
 +  * [[rpd:artifacts|Artifacts]] - Other artifact items
 +  * [[rpd:slow|Slow]] - Status effect applied by this ring
 +  * [[rpd:frost|Frost]] - Status effect applied by this ring
 +  * [[rpd:keyring|Keyring]] - Container for artifacts
 +
 +{{tag> rpd items rings artifacts frost}}
rpd/ring_of_frost.txt · Last modified: (external edit)