User Tools

Site Tools


en:rpd:curses

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:curses [2026/02/22 22:34] – Wiki standards compliance: Fix broken links, incorrect stats, and missing references Qwen Assistanten:rpd:curses [2026/02/22 22:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Curses ======
  
 +{{ rpd:images:scroll_of_curse_item.png|Cursed Scroll }}
 +
 +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
 +  * [[en:rpd:scroll_of_identify_item|Scroll of Identify]] will reveal if an item is cursed
 +  * [[en:rpd:shop_of_ingredients|Shop of Ingredients]] has the Detect Curse service
 +
 +==== Removing Curses ====
 +  * [[en:rpd:scroll_of_remove_curse_item|Scroll of Remove Curse]] - primary way to remove curses from items
 +  * [[en:rpd:well_of_awareness|Well of Awareness]] - has a chance to remove curse
 +
 +==== 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 }}
en/rpd/curses.txt · Last modified: by 127.0.0.1