User Tools

Site Tools


rpd:scroll_of_summoning_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rpd:scroll_of_summoning_item [2025/12/26 02:42] – Add new scroll_of_summoning_item.txt page with complete information mikerpd:scroll_of_summoning_item [2025/12/26 02:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 ====
 +  * [[rpd:scroll|Scrolls]] - General information about scrolls
 +  * [[rpd:scroll_of_identify_item|Scroll of Identify]] - Other useful scrolls
 +  * [[rpd:scroll_of_teleportation_item|Scroll of Teleportation]] - Other useful scrolls
 +  * [[rpd:wand_of_blink_item|Wand of Blink]] - Teleportation magic
 +
 +{{tag> rpd items equipment scrolls summoning}}