User Tools

Site Tools


rpd:scroll_of_terror_item

Differences

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

Link to this comparison view

rpd:scroll_of_terror_item [2025/12/26 02:43] – Add new scroll_of_terror_item.txt page with complete information mikerpd:scroll_of_terror_item [2025/12/26 02:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scroll Of Terror Item ======
  
 +{{ rpd:images:scroll_terror_item.png|Scroll of Terror }}
 +
 +The **Scroll of Terror** is a magical scroll in Remixed Dungeon that causes nearby enemies to become frightened and flee from the player for a limited time.
 +
 +==== Effect ====
 +  * **Fear Induction:** When read aloud, this scroll will affect all visible enemies within a certain radius
 +  * **Fleeing Behavior:** Affected enemies will attempt to run away from the player
 +  * **Duration:** The fear effect lasts for a limited duration
 +  * **Radius:** Affects all enemies within the player's field of view
 +
 +==== Strategy ====
 +  * Useful for escaping dangerous situations
 +  * Can be used to separate enemies and fight them individually
 +  * Particularly effective when surrounded by multiple enemies
 +  * Allows time to heal or prepare for battle
 +  * Can be used to reach safety or access previously blocked areas
 +
 +==== Restrictions ====
 +  * Does not work on all enemy types (some are immune to fear)
 +  * Effect duration is limited
 +  * Only affects enemies in the player's field of view
 +
 +==== Code Reference ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfTerror.java|ScrollOfTerror.java]]
 +  * String Resources (English): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1214-L1216|ScrollOfTerror strings (line 1214-1216)]]
 +  * String Resources (Russian): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1202-L1204|ScrollOfTerror strings (line 1202-1204)]]
 +
 +==== Related Items ====
 +  * [[rpd:terror_buff|Terror]] - The status effect caused by this scroll
 +  * [[rpd:scroll|Scrolls]] - General information about scrolls
 +  * [[rpd:scroll_of_teleportation_item|Scroll of Teleportation]] - Other escape scrolls
 +  * [[rpd:scroll_of_magic_mapping_item|Scroll of Magic Mapping]] - Other utility scrolls
 +
 +{{tag> rpd items equipment scrolls terror fear}}