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

mr:ring_of_might_item [2025/12/19 02:36] – Update ring_of_might_item.txt - mark as removed from current game version mikemr:ring_of_might_item [2025/12/19 02:39] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ring Of Might - 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
 +
 +===== 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