User Tools

Site Tools


rpd:freeze_globe_spell

Differences

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

Link to this comparison view

rpd:freeze_globe_spell [2025/12/19 10:52] – Update freeze_globe_spell page with verified code references mikerpd:freeze_globe_spell [2025/12/19 11:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Freeze Globe ======
 +
 +**Freeze Globe** is an advanced spell in Remixed Pixel Dungeon that targets a single cell to freeze the character standing there. It's an elemental magic spell that inflicts both Frost and Slow status effects.
 +
 +==== Description ====
 +Freeze Globe creates a globe of freezing energy that targets a single cell. If an enemy or other character is on that cell, they will be affected by both Frost (freezing them in place) and Slow (reducing their speed and attack rate). According to the string resources, "Freezes the selected character, making it unable to perform any actions for a short period of time." - [[mr:freeze_globe_spell|Code Reference]]
 +
 +==== Stats ====
 +  * **Magic Affinity**: Elemental - [[mr:freeze_globe_spell|Code Reference]]
 +  * **Level**: 3 (Advanced) - [[mr:freeze_globe_spell|Code Reference]]
 +  * **Spell Cost**: 4 - [[mr:freeze_globe_spell|Code Reference]]
 +  * **Targeting**: Single cell - [[mr:freeze_globe_spell|Code Reference]]
 +  * **Effects**: Frost (freezes target) and Slow (reduces speed) - [[mr:freeze_globe_spell|Code Reference]]
 +
 +==== Mechanics ====
 +When cast on an occupied cell, Freeze Globe will:
 +  * Apply Frost buff (prevents action and movement) for a duration based on target's stats - [[mr:freeze_globe_spell|Code Reference]]
 +  * Apply Slow buff (reduces movement speed) for a duration based on target's stats - [[mr:freeze_globe_spell|Code Reference]]
 +  * Create visual effects (snow particles and blue burst) - [[mr:freeze_globe_spell|Code Reference]]
 +  * Play shattering sound effect - [[mr:freeze_globe_spell|Code Reference]]
 +  * Check if the path is clear using Ballistica - [[mr:freeze_globe_spell|Code Reference]]
 +
 +==== Usage ====
 +This spell is particularly useful for:
 +  * Stopping aggressive enemies temporarily
 +  * Creating breathing room during difficult encounters
 +  * Setting up opportunities for attacks
 +  * Preventing dangerous enemies from acting or moving
 +  * Combining with other attacks when the target is frozen in place
 +
 +==== Classes ====
 +  * **Classes with Elemental magic affinity**: Mage, and other classes with appropriate affinities
 +  * **Targeting**: Single cell
 +
 +==== Strategy ====
 +Freeze Globe is most effective when used to control individual enemies, allowing for more strategic combat. Since it targets a single cell and affects whatever is there, careful positioning is crucial.
 +
 +==== Content Verification ====
 +  * Information source: Java Class com.nyrds.pixeldungeon.mechanics.spells.FreezeGlobe
 +  * Stats verification: Extracted directly from FreezeGlobe.java constructor
 +  * Effect descriptions source: Code analysis of cast() method
 +  * Last updated: Based on Remixed Dungeon source code
 +  * Source code: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/spells/FreezeGlobe.java|FreezeGlobe.java]]
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/spells/FreezeGlobe.java|FreezeGlobe.java]] - Main implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L16|String Resources]] - Name and description
 +
 +==== See Also ====
 +  * [[rpd:spells|Spells]]
 +  * [[rpd:mechanics|Game Mechanics]]
 +  * [[rpd:mage|Mage Class]]
 +  * [[rpd:frost|Frost]]
 +  * [[rpd:slow|Slow Effect]]
 +
 +{{tag> rpd spells elemental magic}}
  
rpd/freeze_globe_spell.txt · Last modified: by 127.0.0.1