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/01/30 08:30] – Fix issues in random wiki pages: update image references, correct code references, and remove broken links mikemr:roar_spell [2026/01/30 08:35] (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">Creates a magical roar that terrifies enemies in a given area around the caster. The range and power depend on the caster\'s level.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Roar.lua|Roar.lua]]
 +
 +===== Related mr Entities =====
 +  * [[mr:terror_buff|Terror (Buff)]]
  
mr/roar_spell.txt · Last modified: by 127.0.0.1