User Tools

Site Tools


rpd:ring_of_haste_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:ring_of_haste_item [2025/12/22 17:36] – Update code references and fix broken links in ring and crystal pages mikerpd:ring_of_haste_item [2025/12/22 17:40] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ring of Haste ======
  
 +{{ rpd:images:ringofhaste_sprite.png|Ring of Haste }}
 +
 +The **Ring of Haste** is an enchanted ring in Remixed Dungeon that provides a constant haste effect to the wearer, allowing all actions to be performed faster.
 +
 +==== Item Overview ====
 +  * **Type:** [[rpd:rings|Rings]] (Accessory)
 +  * **Entity Kind:** ring_of_haste_item
 +  * **Rarity:** Rare
 +  * **Special Effect:** Provides constant haste effect based on ring level (speed = ring level)
 +  * **Slot:** Finger slot (one of two ring slots)
 +  * **Price:** 80 gold (when unidentified)
 +  * **Identification:** Takes 200 turns to identify while equipped
 +
 +==== Special Mechanics ====
 +  * **Haste Effect:** Provides a constant speed boost that makes all actions faster
 +  * **Level Scaling:** Strength of haste effect increases with ring level (speed = ring level)
 +  * **Continuous Effect:** Works automatically while the ring is equipped
 +  * **Stacking:** Multiple haste effects may not stack in the traditional sense
 +
 +==== Strategy ====
 +  * Excellent for improving overall dungeon traversal speed
 +  * Very useful in time-sensitive situations or when facing fast enemies
 +  * Good for escaping dangerous situations quickly
 +  * Particularly valuable in lower levels where escape is more important
 +  * Can make grinding or farming significantly more efficient
 +
 +==== Obtaining ====
 +  * Found randomly throughout dungeon levels
 +  * Sometimes available in special shops
 +  * May drop from certain enemies
 +  * Found in containers and special rooms
 +
 +==== Effect ====
 +When worn, the Ring of Haste accelerates the wearer's flow of time, allowing one to perform all actions a little faster. The effect strength increases with the ring's level.
 +
 +==== Content Verification ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/RingOfHaste.java|RingOfHaste.java]]
 +  * Entity Kind: RingOfHaste (returns simple class name via getEntityKind())
 +  * Effect Description: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L56|strings_all.xml]] (RingOfHaste_Info)
 +  * Stats Verification: Extracted directly from the hasteLevel() method in the Haste inner class
 +  * Last Updated: December 21, 2025
 +
 +==== Related Items ====
 +  * [[rpd:rings|Ring (item)]] - Other ring types
 +  * [[rpd:accessories|Accessories]] - Other equipment items
 +  * [[rpd:equipment_slots|Equipment Slots]] - Ring slot information
 +  * [[rpd:hero|Hero]] - Character who can equip rings
 +
 +{{tag> rpd items rings haste}}
rpd/ring_of_haste_item.txt · Last modified: (external edit)