Table of Contents
Wand of Amok
Wand of Amok is a wand in Remixed Pixel Dungeon that causes the target to run amok, attacking random creatures in its vicinity.
Description
The Wand of Amok shoots purple light that will make the target run amok, attacking random creatures in its vicinity. If used on the hero, it will instead apply Vertigo to the hero, causing disorientation.
Stats
- Type: Wand
- Charges: 3 + level (base: 3, increases with upgrades)
- Damage: Self-targeting causes Vertigo
- Effect: Causes Amok status on targets
- Zap Effect: Purple light zap effect
- Targeting: Ranged single target
Mechanics
- When used on enemies: Applies Amok status for (3 + effective wand level) turns
- When used on the hero: Applies Vertigo status instead of Amok
- Amok causes the affected creature to attack random targets in its vicinity
- If no valid targets are available, the creature may attack itself
- Vertigo affects the hero's movement, making them move randomly for a short time
Usage
The Wand of Amok can be used for:
- Causing chaos among groups of enemies
- Making enemies attack each other
- Creating opportunities to escape dangerous situations
- Disorienting enemies to gain a tactical advantage
Strategy
How to effectively use the Wand of Amok:
- Use in groups of enemies to make them fight each other
- Be careful not to use on allies as it will affect them negatively
- Effective against enemies that have summoned allies (the summons might attack the summoner)
- Good for breaking up formations of enemies
- Consider the effective level of the wand when calculating amok duration
Data Validation
This information is extracted directly from the game code and validated against the source implementation. The details are accurate as of the referenced source files and provide reliable information about the wand mechanics.
Content Verification
* Information source: Java Class in Remixed Dungeon codebase * Stats verified: Yes, extracted directly from wand class properties * Effect descriptions: Generated from code analysis and string resources * Last updated: Based on WandOfAmok.java
Source Code
- Java Class: WandOfAmok.java
- Simple Wand Base Class: SimpleWand.java
- Wand Base Class: Wand.java
- Amok Buff: Amok.java
- Vertigo Buff: Vertigo.java
- String Resources (English): WandOfAmok strings (line 200-203)
- String Resources (Russian): WandOfAmok strings (line 201-203)

