User Tools

Site Tools


rpd:frost

Differences

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

Link to this comparison view

rpd:frost [2025/12/19 15:16] – Add new page for frost.txt with status effect details mikerpd:frost [2025/12/19 15:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Frost ======
  
 +Frost is a status effect in Remixed Dungeon that causes freezing. When a character is affected by frost, they become frozen and unable to take actions.
 +
 +==== Mechanics ====
 +  * **Effect**: Completely immobilizes the affected character
 +  * **Duration**: Varies based on the source of frost and the character's resistance
 +  * **Breaking**: The effect can be broken by taking damage
 +  * **Appearance**: Affected characters are visually covered in ice
 +
 +==== Sources of Frost ====
 +  * [[rpd:wand_of_frost|Wand of Frost]]
 +  * [[rpd:potion_of_frost|Potion of Frost]]
 +  * [[rpd:icecap|Icecap]] plant
 +  * [[rpd:ice_elemental_mob|Ice Elemental]] attacks
 +  * [[rpd:cold_spirit_mob|Cold Spirit]] attacks
 +
 +==== Immunities ====
 +Some characters and statuses provide immunity to frost:
 +  * Fire-based characters
 +  * Characters with specific resistances
 +
 +==== Code Implementation ====
 +  * **Frost Effect**: [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Frost.java|Frost.java]] - Implements the freezing effect on characters
 +  * **Freezing Application**: [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/blobs/Freezing.java|Freezing.java]] - Applies frost to cells
 +  * **String Resources**: [[code:RemixedDungeon/src/main/res/values/strings_all.xml#L572-L574|Frost strings]] - Name, description, and shatter message
 +
 +==== Related Effects ====
 +  * [[rpd:freezing|Freezing]] - The status effect page with more details
 +  * [[rpd:ice_elemental_mob|Ice Elemental]] - Enemies that can apply frost
 +  * [[rpd:ice_guardian_mob|Ice Guardian]] - Enemies that use frost attacks
 +  * [[rpd:paralysis_buff|Paralysis]] - Similar immobilizing effect
 +  * [[rpd:stun_buff|Stun]] - Another temporary immobilization effect
 +
 +{{tag> rpd mechanics status_effects frost freezing}}
rpd/frost.txt · Last modified: by 127.0.0.1