User Tools

Site Tools


mr:calm_spell

Differences

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

Link to this comparison view

mr:calm_spell [2025/12/20 03:23] – Add mr: page for calm_spell mikemr:calm_spell [2025/12/20 03:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Calm 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]] - Base spell class implementation
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spellsDesc/Calm.json|Calm.json]] - Spell configuration
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2685|String: Calm_Name]] - The display name for the calm spell
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2686|String: Calm_Info]] - The description text for the calm spell
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Calm.lua|Calm.lua]] - Lua script implementation