====== 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 ===== ring of might 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. This ring increases your physical strength and constitution. ===== 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}}