====== 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 ==== * [[en:rpd:terror_buff|Terror]] - The status effect caused by this scroll * [[en:rpd:scroll|Scrolls]] - General information about scrolls * [[en:rpd:scroll_of_teleportation_item|Scroll of Teleportation]] - Other escape scrolls * [[en:rpd:scroll_of_magic_mapping_item|Scroll of Magic Mapping]] - Other utility scrolls {{tag> rpd items equipment scrolls terror fear}}