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

Next revision
Previous revision
mr:rat_skull_item [2025/12/25 18:23] – auto lint fix Mikhaelmr: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)]]