User Tools

Site Tools


mr:charm_spell

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:charm_spell [2025/12/20 12:16] – Add missing mr: page for charm_spell mikemr:charm_spell [2025/12/20 12:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Charm Spell - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/spells/Charm.java|Charm.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spellsDesc/Charm.json|Charm.json]] - Spell configuration
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L3001|String Resource: spell_charm_name]] - Russian name
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L3002|String Resource: spell_charm_desc]] - Russian description
 +
 +===== Lua Scripts =====
 +This entity uses Java implementation, but may have associated Lua scripts for special behaviors in:
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/charm.lua|charm.lua]] - Potential custom spell behavior