User Tools

Site Tools


mr:cloak_spell

Differences

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

Link to this comparison view

mr:cloak_spell [2025/12/23 05:30] – Update wiki pages based on codebase verification\n\n- Renamed assassin_armor.txt to assasin_armor_item.txt to match correct spelling in code\n- Updated cloak_spell.txt with accurate information from Lua scripts\n- Created cloak_buff.txt page\n- Created so mikemr:cloak_spell [2025/12/23 05:33] (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]]
  
mr/cloak_spell.txt · Last modified: (external edit)