User Tools

Site Tools


mr:roar_spell

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:roar_spell [2026/03/14 09:08] – Wiki maintenance: Fix 5 random pages for standards compliance Qwen Assistantmr:roar_spell [2026/03/14 09:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Roar 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 class)
 +
 +===== JSON Configuration =====
 +This entity is implemented in Lua, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="Roar_Name">Roar</string>
 +<string name="Roar_Info">The mighty roar will surely terrify your enemies and inspire allies.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Roar.lua|Roar.lua]] - Main spell implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/CustomSpellsList.lua|CustomSpellsList.lua]] - Spell registration (line 13: spells["Witchcraft"] = {"Roar","LightningBolt","Heal","Order"})
 +
 +===== Entity Usage Analysis =====
 +Using find_entity_usage.py:
 +  * Lua file usage: CustomSpellsList.lua (line 13) - Registered as Witchcraft spell
 +  * String resources: Roar_Info, Roar_Name
 +  * No Java class implementation (Lua-based spell)
 +  * No JSON configuration (Lua-based spell)
 +
 +===== Related mr Entities =====
 +  * [[mr:terror_buff|Terror (Buff)]] - Applied by Roar spell
 +  * [[mr:witchcraft|Witchcraft Affinity]] - Spell affinity
  
mr/roar_spell.txt · Last modified: by 127.0.0.1