User Tools

Site Tools


mr:spell_book_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:spell_book_item [2026/02/15 21:18] – Fix spell_book_item.txt with proper string resources from code Qwen Assistantmr:spell_book_item [2026/02/15 21:18] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Spell Book Item - Code References ======
 +
 +===== Java Classes =====
 +This entity may be implemented in Java, but no matching class was found. Check: 
 +  * RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/items/*.java
 +  * RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/actors/items/*.java
 +
 +===== JSON Configuration =====
 +This entity may have JSON configuration, but no matching config was found. Check: 
 +  * RemixedDungeon/src/main/assets/itemsDesc/*.json
 +  * RemixedDungeon/src/main/assets/spritesDesc/spell_book.json
 +
 +===== String Resources =====
 +<code xml>
 +<string name="SpellBook_Name">Spell Book</string>
 +<string name="SpellBook_Info">It looks more like a compilation of assorted pages that were sewed together, than an actual book. You might be able to make something out of it if you'll pay enough attention.</string>
 +<string name="SpellBook_Info_Identified">Within these pages you've discovered a full text of a "%1$s" spell.\n" %2$s "</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
  
mr/spell_book_item.txt · Last modified: by 127.0.0.1