User Tools

Site Tools


mr:root_spell

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:root_spell [2026/01/28 18:47] – Fix image reference in armor.txt and update root_spell.txt with actual code references mikemr:root_spell [2026/01/28 18:48] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Root Spell - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/spells/RootSpell.java|RootSpell.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="RootSpell_Name">Root</string>
 +<string name="RootSpell_Info">Roots the selected character, making it unable for him to move for a short period of time.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:roots_buff|Roots (Buff)]]
 +  * [[mr:elemental_affinity_spell_mechanic|Elemental Affinity (Spell Mechanic)]]
  
mr/root_spell.txt · Last modified: by 127.0.0.1