The Wand of Flock creates magical sheep at the targeted location. These sheep are neutral creatures that block movement and can be used tactically for various purposes.
* Base Item Class: WandOfFlock.java * Sprite Index: WAND_OF_FLOCK = 150 * Charges: Standard wand charges (typically 3-5) * Effect Range: 8 tiles * Cooldown: 1 turn after use
When used, the wand creates a magical sheep at the targeted location. The sheep: * Is neutral to both the player and enemies * Blocks movement like other creatures * Has limited HP and can be killed * Lasts for a few turns before disappearing
* Useful for blocking choke points or corridors * Can be used to temporarily block enemy movement * Helpful for creating safe passages or barriers * Limited uses make it important to use strategically
* Information source: Java class WandOfFlock.java * Stats verification: Extracted directly from WandOfFlock.java class properties * Effect descriptions: Based on implementation in WandOfFlock.java and string resources * Last updated: December 2025, source: Remixed Dungeon 1.9.3
* Java: WandOfFlock.java * Strings: WandOfFlock strings * Sprite: ItemSpriteSheet.java (WAND_OF_FLOCK)
* Wands * Sheep * Tactical Items