====== Armored Statue Mob - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/common/ArmoredStatue.java|ArmoredStatue.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Statue.java|Statue.java]] - Parent class ===== JSON Configuration ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/vwArena.json|vwArena.json]] - Contains "kind":"ArmoredStatue" entries for arena level * This entity is implemented in Java with JSON configuration for level placement ===== String Resources ===== '''' animated statue feminine animated statue No one could even start thinking that it\'s just another regular statue. It\'s not just the red glowing eyes, but the fact that nobody would put an actual _%s_ on such thing. '''' ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Related mr Entities ===== * [[mr:statue_mob|Statue (Mob)]] * [[mr:gold_statue_mob|Gold Statue (Mob)]]