====== Barkskin Buff ====== {{ rpd:images:barkskin_buff.png|Barkskin }} ==== Description ==== **Barkskin** is a beneficial status effect in Remixed Dungeon that temporarily increases the character's armor, making them more resistant to damage. ==== Mechanics ==== * **Effect**: Increases armor value, reducing incoming physical damage * **Duration**: Varies based on the source ==== How to Apply ==== The Barkskin buff can be applied through: * [[rpd:nature_armor_spell|Nature Armor Spell]] - applies barkskin for duration of caster's skill level × caster's level turns * Various other sources in the game ==== Code References ==== * **Implementation**: Barkskin functionality is part of the general buff system * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Barkskin.java|Barkskin.java]] - The actual implementation file if it exists ==== String Resources ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2757|BuffName_MldBarkskin]]: "Barkskin" * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2758|BuffInfo_MldBarkskin]]: "Your skin hardens, making you feel well protected." ==== See Also ==== * [[rpd:buffs|Buffs and Debuffs]] * [[rpd:nature_armor_spell|Nature Armor Spell]] * [[rpd:status_effects|Status Effects]] {{tag> rpd buffs status_effects protection }}