User Tools

Site Tools


mr:pseudo_rat_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:pseudo_rat_mob [2026/01/09 13:19] – Fix wiki pages based on standards: update code references, fix links, correct formatting, and remove invalid placeholder content mikemr:pseudo_rat_mob [2026/01/09 13:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Pseudo Rat Mob - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/guts/PseudoRat.java|PseudoRat.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/PseudoRat.json|PseudoRat.json]]
 +
 +===== String Resources =====
 +<code xml>
 +<string name="PseudoRat_Name">Pseudo-rat</string>
 +<string name="PseudoRat_Gender">feminine</string>
 +<string name="PseudoRat_Name_Objective">Pseudo-rat</string>
 +<string name="PseudoRat_Desc">A horrible beast that emerged from the rat\'s corpse bears no resemblance to a rodent or any other animal you ever saw. Enormous mouth, full of razor-sharp teeth, occupies most of it\'s body.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:suspicious_rat_mob|Suspicious Rat (Mob)]]
  
mr/pseudo_rat_mob.txt · Last modified: by 127.0.0.1