User Tools

Site Tools


mr:zombie_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:zombie_mob [2026/01/23 10:59] – Fix wiki pages with accurate code references mikemr:zombie_mob [2026/01/23 11:04] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Zombie Mob - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/Zombie.java|Zombie.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Mob.java|Mob.java]] (Parent class)
 +
 +===== JSON Configuration =====
 +This entity may have JSON configuration for spawning. Check:
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Bestiary.json|Bestiary.json]]
 +
 +===== String Resources =====
 +<code xml>
 +<string name="Zombie_Name">zombie</string>
 +<string name="Zombie_Name_Objective">zombie</string>
 +<string name="Zombie_Desc">An animated corpse from the necropolis. It has quite a bit of health, and has a chance to poison the hero on hit. Like all undead creatures, it has immunity to many effects.</string>
 +<string name="Zombie_Gender">masculine</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:poison_buff|Poison (Buff)]]
 +  * [[mr:necromancer_class|Necromancer (Class)]]
 +  * [[mr:necropolis_level|Necropolis (Level)]]
 +  * [[mr:zombie_gnoll_mob|Zombie Gnoll (Mob)]]
mr/zombie_mob.txt · Last modified: by 127.0.0.1