====== Cloak Buff - 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 =====
Cloaked
A dark cloak conceals you in the shadows, making you less visible to enemies.
Укрыт
Темный плащ скрывает вас в тени, делая вас менее заметным для врагов.
===== 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_spell|Cloak Spell]]