User Tools

Site Tools


mr:scroll_of_remove_curse_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:scroll_of_remove_curse_item [2026/01/30 21:28] – Fix and update mr namespace pages for caged_kobold_mob, scroll_of_remove_curse_item, and plate_armor_item mikemr:scroll_of_remove_curse_item [2026/01/30 21:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scroll of Remove Curse - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfRemoveCurse.java|ScrollOfRemoveCurse.java]] - Main implementation
 +
 +===== JSON Configuration =====
 +<code json>
 +{
 +  "ScrollOfRemoveCurse": 15
 +}
 +</code>
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Treasury.json#L114|Treasury.json]] - Spawn rate in Treasury levels
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/SpidersTreasury.json#L111|SpidersTreasury.json]] - Spawn rate in Spider's Treasury levels
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json#L218|initHeroes.json]] - Initial hero items
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/npc/Bishop.lua#L43-L44|Bishop.lua]] - Used by Bishop NPC to remove curses
 +
 +===== String Resources =====
 +<code xml>
 +<string name="ScrollOfRemoveCurse_Name">Scroll of Remove Curse</string>
 +<string name="ScrollOfRemoveCurse_Info">The incantation on this scroll will instantly strip from the reader\'s weapon, armor, rings and carried items any evil enchantments that might prevent the wearer from removing them.</string>
 +<string name="ScrollOfRemoveCurse_Proced">Your pack glows with a cleansing light, and a malevolent energy disperses.</string>
 +<string name="ScrollOfRemoveCurse_NoProced">Your pack glows with a cleansing light, but nothing happens.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/npc/Bishop.lua#L43-L44|Bishop.lua]] - Uses the scroll to remove curses from client's belongings
 +
 +===== Related mr Entities =====
 +  * [[mr:scroll_of_identify_item|Scroll of Identify]]
 +  * [[mr:scroll_of_magic_mapping_item|Scroll of Magic Mapping]]
 +  * [[mr:wand_of_disintegration|Wand of Disintegration]]
mr/scroll_of_remove_curse_item.txt · Last modified: by 127.0.0.1