User Tools

Site Tools


mr:curse_item_spell

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:curse_item_spell [2026/02/13 07:23] – Update wiki pages based on code verification and standard compliance mikemr:curse_item_spell [2026/02/13 07:26] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Curse Item Spell - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/spells/Spell.java|Spell.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/spells/SpellFactory.java|SpellFactory.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Lua, no JSON configuration exists
 +
 +===== String Resources =====
 +This entity is implemented in Lua, no string resources exist for the spell name/info
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/CurseItem.lua|CurseItem.lua]]
 +
 +===== Related mr Entities =====
 +  * [[mr:remove_curse_scroll_item|Scroll Of Remove Curse (Item)]]
 +
 +===== Related Files =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfRemoveCurse.java|ScrollOfRemoveCurse.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/lib/spell.lua|spell.lua (library)]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/lib/itemSelector.lua|itemSelector.lua (library)]]
 +
 +===== Related mr Entities =====
 +  * [[mr:remove_curse_scroll_item|Scroll Of Remove Curse (Item)]]
  
mr/curse_item_spell.txt · Last modified: by 127.0.0.1