User Tools

Site Tools


mr:ring_of_might_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_might_item [2026/04/07 02:00] – Fix broken wiki links and improve mr: namespace pages Qwen Assistantmr:ring_of_might_item [2026/04/07 02:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ring Of Might Item - Code References ======
  
 +===== Status =====
 +This item was removed from the game in a previous update. The following information represents the item as it existed in earlier versions.
 +
 +===== Java Classes =====
 +  * This item existed in previous versions of the game but has been removed
 +  * **Original Pixel Dungeon Reference**: [[https://github.com/watabou/pixel-dungeon/blob/master/src/com/watabou/pixeldungeon/items/rings/RingOfMight.java|RingOfMight.java]]
 +  * **Current Similar Item**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/RingOfPower.java|RingOfPower.java]]
 +
 +===== JSON Configuration =====
 +  * This item was implemented in Java, no JSON configuration existed
 +
 +===== String Resources =====
 +<code xml>
 +<string name="RingOfMight_Name">ring of might</string>
 +<string name="RingOfMight_Desc">This ring increases your physical strength and constitution. This means that you will deal and receive less damage from physical attacks. Also you will be able to carry more stuff.</string>
 +<string name="RingOfMight_Info">This ring increases your physical strength and constitution.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * This item was implemented in Java, no Lua script existed
 +
 +===== Key Properties from Historical Code =====
 +  * **Effect Type**: Passive strength enhancement
 +  * **Strength Bonus**: Provided gradual increase to effective strength
 +  * **Upgradeable**: Could be upgraded with scrolls of upgrade
 +  * **Rarity**: Rare drop
 +
 +===== Related Entities =====
 +  * **Ring of Power**: [[mr:ring_of_power_item|ring_of_power_item]] - Current similar item
 +  * **Potion of Might**: [[mr:potion_of_might_item|potion_of_might_item]] - Similar strength-enhancing item
 +  * **English Page**: [[en:rpd:ring_of_might_item|ring_of_might_item]]
 +
 +{{tag> rpd items rings might strength obsolete mr}}
mr/ring_of_might_item.txt · Last modified: by 127.0.0.1