User Tools

Site Tools


mr:rat_skull_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:rat_skull_item [2026/01/08 20:00] – Fix wiki pages: rename sword.txt to sword_item.txt for proper naming convention and update rat_skull_item.txt with accurate code references mikemr:rat_skull_item [2026/01/08 20:05] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Rat Skull Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/quest/RatSkull.java|RatSkull.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="RatSkull_Name">Rat Skull</string>
 +<string name="RatSkull_Info">This is a token that proves you have defeated a giant rat.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:giant_rat_mob|Giant Rat (Mob)]]
  
mr/rat_skull_item.txt · Last modified: by 127.0.0.1