====== Runic Skull Mob - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/RunicSkull.java|RunicSkull.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/Lich.java|Lich.java]] (controls skull mechanics) ===== JSON Configuration ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/RunicSkull.json|RunicSkull.json]] ===== String Resources ===== runic skull For something artificially created, this skull resembles too much of a real one. You can also see a faint glow surrounding it. runic skull masculine ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Related mr Entities ===== * [[mr:lich_mob|Lich (Mob)]] * [[mr:pedestal_level_object|Pedestal (Level Object)]]