====== 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 =====
{
"ScrollOfRemoveCurse": 15
}
* [[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 =====
Scroll of Remove Curse
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.
Your pack glows with a cleansing light, and a malevolent energy disperses.
Your pack glows with a cleansing light, but nothing happens.
===== 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]]