User Tools

Site Tools


mr:cloak_spell

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:cloak_spell [2025/12/25 18:23] – auto lint fix Mikhaelmr:cloak_spell [2025/12/25 18:24] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Cloak Spell - Code References ======
 +
 +===== Java Classes =====
 +This entity is implemented in Lua, no Java class exists
 +
 +===== JSON Configuration =====
 +This entity is implemented in Lua, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="CloakSpell_Name">Cloak</string>
 +<string name="CloakSpell_Info">Step into the shadows to become unseen. Greatly reduce your chances of being detected. Can't be used while enemies are nearby.</string>
 +<string name="CloakSpell_EnemiesNearby">You can't step into the shadows while enemies are nearby.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Cloak.lua|Cloak.lua (Spell)]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/buffs/Cloak.lua|Cloak.lua (Buff)]]
 +
 +===== Related mr Entities =====
 +  * [[mr:cloak_buff|Cloak Buff]]