User Tools

Site Tools


rpd:wand_of_slowness_item

Differences

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

Link to this comparison view

rpd:wand_of_slowness_item [2025/12/24 03:28] – Wiki maintenance: Update pages, fix naming conventions, add missing pages mikerpd:wand_of_slowness_item [2025/12/24 03:30] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Wand of Slowness ======
  
 +{{ rpd:images:wand_of_slowness_item.png|Wand of Slowness }}
 +
 +The Wand of Slowness is a magical wand in Remixed Dungeon that reduces the speed of enemies.
 +
 +==== Effect ====
 +When used on a target, the Wand of Slowness applies the [[rpd:slow_buff|Slow]] status effect:
 +  * **Speed Reduction:** Targets have their action speed significantly reduced
 +  * **Duration:** The effect lasts for a specific duration depending on the target and wand level
 +  * **Area of Effect:** Single target only
 +  * **Range:** Standard wand range
 +
 +==== Properties ====
 +  * **Type:** Wand
 +  * **Special Effect:** Applies Slow status effect to target
 +  * **Targeting:** Single-target direct aiming
 +  * **Charges:** Recharges over time like other wands
 +
 +==== Mechanics ====
 +  * When zapped at a target, applies slow effect for (base duration / 3 + effectiveLevel()) turns
 +  * As wand level increases, the duration of the slow effect increases
 +  * The slow effect reduces action speed, making affected creatures act more slowly
 +  * Primary tactical use is to slow down dangerous or fast enemies
 +
 +==== Strategy ====
 +  * Use to slow down powerful enemies to gain an advantage in combat
 +  * Particularly effective against fast-moving enemies that would otherwise be difficult to hit
 +  * Good for slowing down groups of enemies one by one
 +  * Can be used defensively to slow approaching enemies
 +  * Works well in combination with other status effects
 +
 +==== Content Verification ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfSlowness.java|WandOfSlowness.java]]
 +  * Source Code Location: RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfSlowness.java
 +  * String Resource: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1961-L1963|WandOfSlowness strings]]
 +  * Buff Effect: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Slow.java|Slow.java]]
 +  * Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java#L318|registerItemClass(WandOfSlowness.class)]]
 +  * Machine-readable data: [[mr:wand_of_slowness_item|mr:wand_of_slowness_item]]
 +
 +==== Related Items ====
 +  * [[rpd:wands|Wands]] - Other wands in the game
 +  * [[rpd:slow_buff|Slow Buff]] - The status effect applied by this wand
 +  * [[rpd:wand_of_firebolt_item|Wand of Firebolt]] - Other damage-dealing wand
 +  * [[rpd:wand_of_lightning_item|Wand of Lightning]] - Other direct damage wand
 +  * [[rpd:slow_enchantment|Slow Enchantment]] - Similar slow effect on weapons
 +
 +{{tag> rpd items wands utility}}