User Tools

Site Tools


mr:tome_of_mastery_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mr:tome_of_mastery_item [2026/01/30 23:36] – Fix identified issues in wiki pages based on documentation standards mikemr:tome_of_mastery_item [2026/01/30 23:40] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Tome Of Mastery Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/TomeOfMastery.java|TomeOfMastery.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="TomeOfMastery_Name">Tome of Mastery</string>
 +<string name="TomeOfMastery_Info">This worn leather book is not that thick, but you feel somehow, that you can gather a lot from it. Remember though that reading this tome may require some time.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====