en:rpd:scroll_of_summoning_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:rpd:scroll_of_summoning_item [2026/08/01 02:26] – Wiki maintenance: Fix 5 random pages for compliance Bot | en:rpd:scroll_of_summoning_item [2026/08/01 02:29] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Scroll of Summoning ====== | ||
| + | {{ rpd: | ||
| + | |||
| + | 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: | ||
| + | * **Ally Creation:** If the monster' | ||
| + | * **Summoning Location:** The monster appears in an empty cell next to the reader | ||
| + | * **Pet Conversion: | ||
| + | |||
| + | ==== Restrictions ==== | ||
| + | * Cannot be used in boss levels (`level.isBossLevel()` check) | ||
| + | * Requires a valid empty cell next to the reader (`level.getEmptyCellNextTo()`) | ||
| + | * If no valid cell is available, the scroll fails with "No Valid Cell" message | ||
| + | * Shows "Using Failed Because Magic" message when used on boss levels or invalid cells | ||
| + | |||
| + | ==== Code References ==== | ||
| + | * **Java Class:** [[https:// | ||
| + | * **Package: | ||
| + | * **Extends: | ||
| + | * **Key Method:** doRead(Char reader) - handles summoning logic | ||
| + | * **Dependencies: | ||
| + | |||
| + | ==== String Resources ==== | ||
| + | * **English (values/ | ||
| + | * ScrollOfSummoning_Name (line 1922): " | ||
| + | * ScrollOfSummoning_Info (line 1920): "When read aloud, this scroll will summon one of the monsters from the current dungeon level. And if the monster' | ||
| + | * ScrollOfSummoning_Info_2 (line 1921): "The monster answered your summons!" | ||
| + | * **Russian (values-ru/ | ||
| + | * ScrollOfSummoning_Name (line 1936): " | ||
| + | * ScrollOfSummoning_Info (line 1934): " | ||
| + | * ScrollOfSummoning_Info_2 (line 1935): " | ||
| + | |||
| + | ==== 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 | ||
| + | * Cannot be used in boss levels (checks `level.isBossLevel()`) | ||
| + | |||
| + | ==== Related Items ==== | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | |||
| + | {{tag> rpd items scrolls summoning }} | ||
en/rpd/scroll_of_summoning_item.txt · Last modified: by 127.0.0.1
