====== Chill Buff ====== {{ rpd:images:chill_buff.png|Chill }} **Chill** is a negative status effect in Remixed Dungeon that reduces the target's movement and attack speed. ==== Effects ==== * **Reduced Speed**: Affected characters move at a slower pace * **Slower Attacks**: Attack speed is reduced while chilled * **Duration**: The effect lasts for a limited time based on the source ==== How to Get ==== * Being hit by certain enemies that cause chill effects * Being affected by certain spells or items that apply chill * Environmental effects in special dungeon areas ==== Countering Chill ==== * The effect will wear off over time * Some items or abilities may remove the chill status * Potions of healing may remove status effects in some cases ==== Code References ==== * **Java Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Chill.java|Chill.java]] * **String Resources:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1640-L1642|Chill_Name, Chill_Info, Chill_Gender]] * **Russian String Resources:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1640-L1642|Chill strings in Russian]] ==== Related ==== * [[en:rpd:buffs|Buffs]] - List of all status effects * [[en:rpd:debuffs|Debuffs]] - List of negative status effects * [[en:rpd:freezing|Freezing]] - More severe cold-based effect * [[en:rpd:status_effects|Status Effects]] - Overview of status effects {{tag> rpd buffs debuffs status_effect chill}}