====== Scroll of Rage ====== {{ rpd:images:scroll_of_rage_item.png|Scroll of Rage }} ==== Description ==== The Scroll of Rage is a type of scroll in Remixed Dungeon that enrages nearby creatures when read. ==== Effect ==== When this scroll is read, it enrages all creatures within a certain radius: * **Aggro Effect:** All nearby creatures become hostile and attack the player * **Duration:** The rage effect lasts for a limited time * **Area of Effect:** Affects all creatures within the radius of effect ==== Properties ==== * **Weight:** 5 * **Price:** 30 gold coins (base price) * **Identification:** One use to identify (read to learn effect) ==== Function ==== * **Reading:** When read aloud, the scroll affects nearby creatures * **Tactical Use:** Can be used to turn enemies against each other in specific situations * **Danger:** Generally dangerous to use as it makes nearby creatures hostile ==== Obtaining ==== * Found as random drops in dungeon levels * Available in shops * Sometimes found in chests ==== Code References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfRage.java|ScrollOfRage.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/Scroll.java|Scroll.java]] (base class) ==== String Resources ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1376|ScrollOfRage_Name]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1377|ScrollOfRage_Info]] ==== Related Items ==== * [[rpd:scroll_item|Scrolls]] - Other scrolls in the game * [[rpd:scroll_of_psionic_blast|Scroll of Psionic Blast]] - Other scroll with area effect * [[rpd:scroll_of_lullaby|Scroll of Lullaby]] - Scroll with opposite effect {{tag> rpd items scrolls utility }}