====== Wand of Flock ====== {{ rpd:images:item_wand_of_flock.png|Wand of Flock }} ==== Description ==== 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. ==== Stats ==== * **Base Item Class:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/WandOfFlock.java|WandOfFlock.java]] * **Sprite Index:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/sprites/ItemSpriteSheet.java#L97|WAND_OF_FLOCK = 150]] * **Charges:** Standard wand charges (typically 3-5) * **Effect Range:** 8 tiles * **Cooldown:** 1 turn after use ==== Mechanics ==== 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 ==== Strategy ==== * 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 ==== Content Verification ==== * Information source: Java class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/WandOfFlock.java|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 ==== Source Code ==== * Java: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/WandOfFlock.java|WandOfFlock.java]] * Strings: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2005|WandOfFlock strings]] * Sprite: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/sprites/ItemSpriteSheet.java|ItemSpriteSheet.java]] (WAND_OF_FLOCK) ==== See Also ==== * [[rpd:wands|Wands]] * [[rpd:sheep|Sheep]] * [[rpd:tactical_items|Tactical Items]] {{tag> rpd items wands tactical}}