User Tools

Site Tools


rpd:wand_of_frost

Differences

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

Link to this comparison view

rpd:wand_of_frost [2025/12/19 15:16] – Add new page for wand_of_frost.txt with wand details mikerpd:wand_of_frost [2025/12/19 15:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Wand of Frost ======
  
 +{{ rpd:images:item_WandOfFrost.png|Wand of Frost }}
 +
 +The **Wand of Frost** is an elemental magic wand in Remixed Dungeon that shoots bolts of freezing energy, dealing damage and applying the frost status effect to enemies.
 +
 +==== Item Overview ====
 +  * **Type:** Magic Wand
 +  * **Damage Type:** Cold/Magic
 +  * **Effect:** Deals damage and applies frost status effect
 +  * **Charges:** Starts with 3 charges, increases with upgrades (as defined in [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/Wand.java#L48-L50|Wand.java:48-50]])
 +  * **Durability:** 200 uses per charge level (as defined in [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfFrost.java#L16-L18|WandOfFrost.java:16-18]])
 +  * **Strength Requirement:** None (as defined in [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfFrost.java#L20-L22|WandOfFrost.java:20-22]])
 +
 +==== Special Effect ====
 +  * **Frost Application:** Each successful hit has a chance to apply frost to the target
 +  * **Frost Effect:** Frozen enemies are immobilized and take damage over time
 +  * **Damage Scaling:** Damage increases with wand level
 +  * **Effectiveness:** Frost effect becomes stronger with higher wand level
 +
 +==== Mechanics ====
 +  * **Damage Range:** Base damage of 2-8, scales with level (as defined in [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfFrost.java#L12-L14|WandOfFrost.java:12-14]])
 +  * **Charge Time:** Uses up 1 charge when fired
 +  * **Recharging:** Charges slowly regenerate over time with the hero
 +  * **Accuracy:** Has standard accuracy for wands
 +
 +==== Acquisition ====
 +  * Found in [[rpd:shops|shops]] (as seen in [[code:RemixedDungeon/src/main/assets/levelsDesc/Shop_2021_03.json#L124|Shop_2021_03.json:124]])
 +  * Dropped by certain [[rpd:enemies|enemies]]
 +  * Found in [[rpd:chests|chests]] and other containers
 +  * [[rpd:treasure|Treasure]] category in Treasury.json: [[code:RemixedDungeon/src/main/assets/levelsDesc/Treasury.json#L137|Treasury.json example]]
 +
 +==== Strategy ====
 +  * Excellent for crowd control with frost effect
 +  * Good against groups of enemies
 +  * Frost provides tactical advantages by immobilizing threats
 +  * Balances reasonable damage with control effects
 +  * Particularly effective against enemies that rely on movement or mobility
 +
 +==== Upgrading ====
 +  * **Damage:** Increases with each upgrade
 +  * **Effectiveness:** Frost chance and duration improve with level
 +  * **Charges:** Max charges increase with upgrades
 +  * **Can be upgraded** using [[rpd:scroll_of_upgrade|Scroll of Upgrade]]
 +
 +==== Related Items ====
 +  * [[rpd:wands|Wands]] - All wand types
 +  * [[rpd:potion_of_frost|Potion of Frost]] - Similar frost effect
 +  * [[rpd:icecap|Icecap]] - Plant that provides similar effect
 +  * [[rpd:ring_of_frost|Ring of Frost]] - Frost-based ring
 +
 +==== Code Reference ====
 +  * [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfFrost.java|WandOfFrost.java]] - Implementation
 +  * [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/Wand.java|Wand.java]] - Base wand implementation
 +  * [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Frost.java|Frost.java]] - Frost status effect
 +  * [[code:RemixedDungeon/src/main/res/values/strings_all.xml#L1953-L1955|WandOfFrost_Name, WandOfFrost_Info, WandOfFrost_Gender]] - String resources
 +
 +==== See Also ====
 +  * [[rpd:freezing|Freezing]] - Detailed frost mechanics
 +  * [[rpd:magic|Magic]] - Magic system overview
 +  * [[rpd:elemental_damage|Elemental Damage]] - Other elemental effects
 +
 +{{tag> rpd items wands magic frost cold}}
rpd/wand_of_frost.txt · Last modified: by 127.0.0.1