User Tools

Site Tools


mr:albino_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:albino_mob [2026/01/24 19:50] – Fix broken links and improve image references in randomly selected wiki pages mikemr:albino_mob [2026/01/24 19:54] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Albino Mob - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Albino.java|Albino.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="albino_name">albino rat</string>
 +<string name="albino_desc">This is a rare breed of marsupial rat, with pure white fur and sharp claws. It appears to be unbothered by the dangers of the dungeon, focused entirely on collecting the gems scattered throughout.</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:rat_mob|Related Entity (Mob)]]