User Tools

Site Tools


mr:tome_of_knowledge_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:tome_of_knowledge_item [2026/01/15 20:44] – Fix wiki pages compliance issues - Fixed external image references in arts_by_yuila_kozlova.txt to comply with wiki standards - Updated tome_of_knowledge_item.txt with accurate code references and fixed template content mikemr:tome_of_knowledge_item [2026/01/15 20:48] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Tome Of Knowledge Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/books/TomeOfKnowledge.java|TomeOfKnowledge.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="TomeOfKnowledge_Name">Tome of Knowledge</string>
 +<string name="TomeOfKnowledge_Info">This ancient tome is filled with arcane riddles and mysteries! It may be hard to read, but if you\'ll get through it, you\'ll definitely increase your magical powers.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:tome_of_mastery_item|Tome of Mastery (Item)]]
  
mr/tome_of_knowledge_item.txt · Last modified: by 127.0.0.1