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/02/26 09:47] – Fix wiki page issues identified in random audit Qwen Assistantmr:albino_mob [2026/02/26 09:50] (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_Gender">masculine</string>
 +<string name="Albino_Name_Objective">albino rat</string>
 +<string name="Albino_Desc">Marsupial rats are aggressive, but rather weak denizens of the sewers. They can be dangerous only in big numbers. This particular rat seems to be an albino. It also has abnormally sharp teeth.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:rat_mob|Related Entity (Mob)]]
mr/albino_mob.txt · Last modified: by 127.0.0.1