====== 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 ===== zombie zombie 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. masculine ===== 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)]]