User Tools

Site Tools


en:rpd:cloak_buff

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:cloak_buff [2026/01/02 06:41] – Update references to renamed wiki pages (enemies.txt -> enemies_overview.txt, spells.txt -> spells_overview.txt) mikeen:rpd:cloak_buff [2026/01/02 06:43] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 [[en: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 [[en:rpd:rogue_class|Rogue]] and related subclasses.
 +
 +==== Effects ====
 +  * **Invisibility**: Makes the character invisible to enemies (shown as "INVISIBLE" status)
 +  * **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
 +  * Cannot be applied if the caster has visible enemies nearby
 +  * The invisibility automatically expires after the duration period
 +  * The spell has a cooldown of 20 turns
 +
 +==== Classes ====
 +  * [[en:rpd:rogue_class|Rogue]] - Primary class that benefits from this buff
 +  * [[en:rpd:assassin_subclass|Assassin]] - May have enhanced use of stealth mechanics
 +  * Other classes that can access [[en: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 ====
 +  * [[en:rpd:cloak_spell|Cloak Spell]]
 +  * [[en:rpd:invisibility_buff|Invisibility Buff]]
 +  * [[en:rpd:spells_overview|Spells]]
 +  * [[en:rpd:rogue_class|Rogue Class]]
 +  * [[en:rpd:buffs|Buffs]]
 +
 +{{tag> rpd buffs rogue invisibility stealth }}
en/rpd/cloak_buff.txt · Last modified: by 127.0.0.1