====== Ankh Item - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Ankh.java|Ankh.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/windows/WndResurrect.java|WndResurrect.java]] ===== JSON Configuration ===== This entity is implemented in Java, no JSON configuration exists ===== String Resources ===== Ankh This ancient symbol of immortality grants an ability to return to life after death. Upon resurrection all non-equipped items are lost. There is no sense in possessing more than one Ankh at the same time, because you will lose them upon resurrecting. Ankhs Used ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Related Information ===== * The Ankh allows resurrection after death but causes loss of all non-equipped items * Only one Ankh should be carried at a time due to consumption on use * Implemented as a static method ''resurrect'' that can be called for any Char * Uses WndResurrect window for hero resurrection to give player choice