User Tools

Site Tools


rpd:curses

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:curses [2025/12/24 17:09] – Add new regular rpd namespace pages including chaos_shield_left_buff, chasm_level, chests, curses and debuffs mikerpd:curses [2025/12/25 01:13] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Curses ======
  
 +Curses are negative magical effects that can be applied to items in Remixed Dungeon, making them harder or more dangerous to use.
 +
 +==== Cursed Items ====
 +Cursed items have negative effects when equipped:
 +  * **Weapons**: May attack the wielder, deal reduced damage, or have negative accuracy
 +  * **Armor**: May lower defense, decrease accuracy/damage of attacks, or lower evasion
 +  * **Rings**: May provide negative stats or drain health
 +  * **Wands**: May discharge randomly and uncontrollably
 +
 +==== Identifying Cursed Items ====
 +  * Items remain unidentified until cursed status is known
 +  * [[rpd:scroll_of_identify_item|Scroll of Identify]] will reveal if an item is cursed
 +  * [[rpd:potion_of_holy_water_item|Potion of Holy Water]] can be used to test for curses
 +  * [[rpd:shop_of_ingredients|Shop of Ingredients]] has the Detect Curse service
 +
 +==== Removing Curses ====
 +  * [[rpd:scroll_of_remove_curse_item|Scroll of Remove Curse]] - primary way to remove curses from items
 +  * [[rpd:potion_of_holy_water_item|Potion of Holy Water]] - can also remove curses
 +  * [[rpd:well_of_awareness|Well of Awareness]] - has a chance to remove curse
 +  * [[rpd:well_of_transmutation|Well of Transmutation]] - may remove curse in exchange for different item
 +
 +==== Cursed Equipment Behavior ====
 +  * Cursed equipment cannot be removed voluntarily (except in Prismatic Prison challenge)
 +  * Cursed weapons may attack the hero instead of enemies
 +  * Cursed armor may reduce stats instead of increasing them
 +  * Cursed rings may apply negative effects instead of positive
 +
 +==== Content Verification ====
 +  * Information source: Java Classes [[https://github.com/NYRDS/remixed-dungeon/tree/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items|Item Classes]]
 +  * Curse implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Item.java#L201|Item.java#cursed]]
 +  * Machine-readable data: [[mr:curses|mr:curses]]
 +  * Last updated: December 24, 2025
 +
 +{{tag> rpd mechanics items }}
rpd/curses.txt · Last modified: by 127.0.0.1