====== Lich Mob - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/Lich.java|Lich.java]] ===== JSON Configuration ===== '''' { "texture" : "mobs/lich.png", "width" : 16, "height" : 16, "zapEffect" : "Shadow", "idle" : { "fps" : 6, "looped" : true, "frames" : [0, 1, 0, 1, 2, 3, 4] }, "run" : { "fps" : 7, "looped" : false, "frames" : [8, 9, 10, 11, 0] }, "attack" : { "fps" : 6, "looped" : false, "frames" : [2, 3, 4] }, "zap" : { "fps" : 7, "looped" : false, "frames" : [5, 6, 7] }, "die" : { "fps" : 6, "looped" : false, "frames" : [12, 13, 14, 15] } } '''' ===== String Resources ===== '''' Lich A lich is an ancient wizard who tried to achieve immortality by binding his soul to his phylactery. The ritual worked, but left him as an undead creature with a great hatred for the living. A lich is an ancient wizard who tried to achieve immortality by binding his soul to his phylactery. The ritual worked, but left him as an undead creature with a great hatred for the living. The %s is sleeping. The %s wakens and rages! The %s rages! It\'s armor plating is too thick! It\'s armor plating is too thick! (%d damage) It\'s armor plating is too thick! (%d-%d damage) '''' ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists