====== Cloak Buff ====== {{ rpd:images:cloak_buff_icon.png|Cloak Buff }} **Cloak Buff** is a status effect in Remixed Pixel Dungeon that provides temporary invisibility. It's applied by the [[rpd:cloak_spell|Cloak Spell]]. ==== Description ==== The **Cloak Buff** renders the affected character invisible to enemies, greatly reducing the chances of being detected. This buff is essential for stealth-based gameplay, especially for the [[rpd:rogue_class|Rogue]] and related subclasses. ==== Effects ==== * **Invisibility**: Makes the character invisible to enemies * **Stealth Bonus**: Provides a stealth bonus calculated as: Caster's skill level + caster's level / 4 * **Duration**: Lasts for a specific duration based on the caster's skill level (caster's skill level * 5 turns) * **Automatic Expiration**: The buff detaches automatically when it expires ==== Mechanics ==== * Character appears with invisible status effect * Works differently from regular invisibility in that it may have different detection mechanics * Cannot be applied if the caster has visible enemies nearby * The invisibility may be canceled under certain conditions ==== Classes ==== * [[rpd:rogue_class|Rogue]] - Primary class that benefits from this buff * [[rpd:assassin_subclass|Assassin]] - May have enhanced use of stealth mechanics * Other classes that can access [[rpd:cloak_spell|Cloak Spell]] ==== Strategy ==== * Use when no enemies are in sight to avoid triggering the failure message * Plan movement carefully as the invisibility has a limited duration * Use to escape from groups of enemies or dangerous areas * Combine with other stealth-based strategies for maximum utility * The spell has a significant cooldown, so use it strategically ==== Code References ==== * Lua Buff: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/buffs/Cloak.lua|Cloak.lua (Buff Implementation)]] * Related Spell: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Cloak.lua|Cloak.lua (Spell)]] * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2258-L2259|CloakBuff_Name, CloakBuff_Info]] ==== See Also ==== * [[rpd:cloak_spell|Cloak Spell]] * [[rpd:invisibility_buff|Invisibility Buff]] * [[rpd:spells|Spells]] * [[rpd:rogue_class|Rogue Class]] * [[rpd:buffs|Buffs]] {{tag> rpd buffs rogue invisibility stealth }}