User Tools

Site Tools


en:rpd:scroll_of_challenge_item

Differences

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

Link to this comparison view

en:rpd:scroll_of_challenge_item [2026/01/01 19:45] – namespace move Mikeen:rpd:scroll_of_challenge_item [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scroll of Challenge ======
  
 +{{ rpd:images:scroll_challenge.png|Scroll of Challenge }}
 +
 +==== Description ====
 +The Scroll of Challenge is a magical item that calls all visible enemies to attack the hero immediately. When read, it causes all visible enemies to focus their attention on the hero.
 +
 +==== Effects ====
 +  * **Area of Effect**: Affects all visible enemies on the current level
 +  * **Instant Aggro**: Makes all enemies immediately target the hero
 +  * **Call to Battle**: Enemies will be beckoned to the hero's position
 +  * **Invisibility Dispel**: Dispels invisibility from the hero
 +  * **Sensory Effect**: Creates a visual effect and emits a challenging roar
 +
 +==== Strategy ====
 +  * **Area Clearing**: Excellent for clearing out large areas when the hero is in a defensible position
 +  * **Preparation**: Best used after preparing defenses or healing to full health
 +  * **Escape Planning**: Should have a plan for escaping if the situation becomes overwhelming
 +  * **Advantage Positioning**: Use when enemies are in disadvantageous positions (e.g., in corridors)
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfChallenge.java|ScrollOfChallenge.java]] - Main implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/CharUtils.java#L202|challengeAllMobs]] - Utility method that handles the mechanics
 +
 +==== String Resources ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1744|ScrollOfChallenge_Info1]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|Other ScrollOfChallenge strings]]
 +
 +==== Related Items ====
 +  * [[en:rpd:scroll_item|Scrolls]] - List of all scrolls
 +  * [[en:rpd:scroll_of_teleportation_item|Scroll of Teleportation]] - Another escape utility scroll
 +  * [[en:rpd:scroll_of_wipe_mobs_item|Scroll of Wipe Mobs]] - Another mob control scroll
 +
 +{{tag> rpd items scrolls challenge }}