User Tools

Site Tools


mr: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
mr:ring_of_haste_item [2026/02/08 22:09] – Fix mr namespace pages with accurate code references for Royal Shield and Ring of Haste mikemr:ring_of_haste_item [2026/02/08 22:13] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ring Of Haste Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/RingOfHaste.java|RingOfHaste.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/Ring.java|Ring.java]] - Base class for all rings
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/item_RingOfHaste.json|item_RingOfHaste.json]] - Sprite configuration
 +
 +===== String Resources =====
 +<code xml>
 +<string name="RingOfHaste_Name">Ring of Haste</string>
 +<string name="RingOfHaste_Info">This ring accelerates the wearer's flow of time, allowing one to perform all actions a little faster.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * This entity is implemented in Java, no Lua script exists
 +
 +===== Entity Kind =====
 +  * RingOfHaste
 +
 +===== Related mr Entities =====
 +  * [[mr:ring_of_strength_item|Ring of Strength (Item)]]
 +  * [[mr:ring_of_evasion_item|Ring of Evasion (Item)]]
 +  * [[mr:ring_of_haggler_item|Ring of Haggler (Item)]]
  
mr/ring_of_haste_item.txt · Last modified: by 127.0.0.1