====== Scroll of Curse Item ====== {{ rpd:images:scroll_of_curse_item.png|Scroll of Curse }} ==== Description ==== This scroll was specially created to punish thieves stupid enough to try to use magic they can't understand. This magic scroll is totally useless and even harmful for regular adventurer, but pretty well valued by merchants. ==== Mechanics ==== When read, the Scroll of Curse: * Removes any existing Invisibility from the reader * Produces curse particles and plays a cursed sound * Applies a random negative buff for 10 turns: * [[rpd:blindness_buff|Blindness]] * [[rpd:charm_buff|Charm]] * [[rpd:roots_buff|Roots]] * [[rpd:slow_buff|Slow]] * [[rpd:vertigo_buff|Vertigo]] * [[rpd:weakness_buff|Weakness]] * Curses all currently equipped items * Costs 1 turn to read ==== Pricing ==== * Base price: 300 gold (when identified) * Unidentified price: follows normal scroll pricing ==== Strategy ==== * Generally avoid using unless you have special protections * Valuable for merchants who buy items (sell before use to avoid curse) * Can potentially be used strategically in specific situations ==== Code References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfCurse.java|ScrollOfCurse.java]] ==== Data Sources ==== * **Java Source**: ''RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfCurse.java'' * **String Resources**: ''RemixedDungeon/src/main/res/values/strings_all.xml'' lines 1789-1790 (English), also in other language files: ''ScrollOfCurse_Name'', ''ScrollOfCurse_Info'' ==== Related Content ==== * [[rpd:scrolls|Scrolls]] - Other scrolls in the game * [[rpd:curses|Curses]] - Curse mechanics * [[rpd:buffs|Buffs]] - Positive and negative status effects {{tag> rpd item scroll cursed}}