====== Scroll Of Summoning Item ====== {{ rpd:images:scroll_summoning_item.png|Scroll of Summoning }} The **Scroll of Summoning** is a magic scroll in Remixed Dungeon that allows the player to summon a monster from the current dungeon level as an ally. ==== Effect ==== * **Summoning:** When read aloud, the scroll will summon one of the monsters from the current dungeon level * **Ally Creation:** If the monster's will is weak enough, it will become your servant and fight alongside you * **Summoning Location:** The monster appears in an empty cell next to the reader ==== Strategy ==== * Useful for creating temporary allies in difficult fights * The summoned monster will help fight your enemies * Particularly effective when facing challenging bosses * The summoned creature has a chance of becoming a pet if it can be tamed * Be careful about the type of monster summoned, as not all can be tamed ==== Restrictions ==== * Cannot be used in boss levels * Requires a valid empty space next to the reader for the monster to appear * If no valid cell is available, the scroll will fail to work ==== Code Reference ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfSummoning.java|ScrollOfSummoning.java]] * String Resources (English): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1189-L1191|ScrollOfSummoning strings (line 1189-1191)]] * String Resources (Russian): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1175-L1177|ScrollOfSummoning strings (line 1175-1177)]] ==== Related Items ==== * [[en:rpd:scroll|Scrolls]] - General information about scrolls * [[en:rpd:scroll_of_identify_item|Scroll of Identify]] - Other useful scrolls * [[en:rpd:scroll_of_teleportation_item|Scroll of Teleportation]] - Other useful scrolls * [[en:rpd:wand_of_blink_item|Wand of Blink]] - Teleportation magic {{tag> rpd items equipment scrolls summoning}}