====== Scroll Of Summoning Item - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfSummoning.java|ScrollOfSummoning.java]] ===== JSON Configuration ===== This entity is implemented in Java, no JSON configuration exists ===== String Resources ===== Scroll of Summoning When read aloud, this scroll will summon one of the monsters from the current dungeon level. And if the monster's will is weak enough, it will become your servant. The monster answered your summons! ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Related mr Entities ===== * [[mr:scroll_of_identify_item|Scroll of Identify (Item)]] * [[mr:scroll_of_teleportation_item|Scroll of Teleportation (Item)]]