User Tools

Site Tools


rpd:wand_of_flock_item

Differences

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

Link to this comparison view

rpd:wand_of_flock_item [2025/12/26 18:18] – Remove bandit.txt redirect page to follow proper naming convention mikerpd:wand_of_flock_item [2025/12/26 18:22] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Wand of Flock ======
  
 +{{ rpd:images:wand_of_flock_item.png|Wand of Flock }}
 +
 +The **Wand of Flock** is a utility wand in Remixed Dungeon that summons a flock of magic sheep to create temporary obstacles.
 +
 +==== Item Overview ====
 +  * **Type:** [[rpd:wand_item|Wand]]
 +  * **Rarity:** Uncommon
 +  * **Special Effect:** Summons magic sheep that block movement
 +  * **Usage:** Single-target area effect
 +  * **Price:** [[rpd:gold|gold]] when identified
 +
 +==== Special Mechanics ====
 +  * **Sheep Summoning:** Creates multiple sheep at the targeted location
 +  * **Temporary Obstacles:** Sheep block all movement through their tiles
 +  * **Limited Duration:** Sheep disappear after a certain number of turns
 +  * **Space Constraints:** Will place as many sheep as space allows
 +  * **Tactical Use:** Excellent for blocking passages or creating barriers
 +
 +==== Mechanics ====
 +  * Summons (wand level + 2) sheep
 +  * Sheep have (wand level + 3) turns of lifespan
 +  * Sheep are placed in adjacent passable cells around the target
 +  * Sheep cannot be attacked and do not take actions
 +  * Sheep prevent all character movement through their tiles
 +  * When sheep disappear, they do not trigger any effects
 +
 +==== Strategy ====
 +  * Use to block chokepoints and narrow passages
 +  * Effective for containing enemies in specific areas
 +  * Useful for protecting yourself while resting or eating
 +  * Can block ranged attackers by surrounding them with sheep
 +  * Good for creating temporary barriers during boss fights
 +  * Particularly effective against groups of enemies
 +  * Can be used to block escape routes before combat
 +  * Useful for creating safe zones to heal during difficult fights
 +  * Most effective in corridors and narrow areas
 +
 +==== Obtaining ====
 +  * Found throughout dungeon [[rpd:levels|levels]]
 +  * Available in [[rpd:shops_mechanic|shops]]
 +  * Dropped by various [[rpd:mobs|enemies]]
 +  * Found in [[rpd:chests|containers]] and special rooms
 +  * Sometimes obtainable from [[rpd:wandmaker_npc|Wandmaker NPC]]
 +
 +==== Code References ====
 +  * **Java Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfFlock.java|WandOfFlock.java]]
 +  * **Wand Base Class:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/Wand.java|Wand.java]]
 +  * **Sheep Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfFlock.java#L73-L95|Sheep.java (nested class)]]
 +  * **String Resources:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1973-L1974|WandOfFlock_Name, WandOfFlock_Info]]
 +  * **Item Registration:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java#L315|ItemFactory.java]]
 +
 +==== Related Items ====
 +  * [[rpd:wands|Wands]] - General information about wands
 +  * [[rpd:wandmaker_npc|Wandmaker NPC]] - Source of various wands
 +  * [[rpd:sheep_mob|Sheep]] - The summoned creatures
 +  * [[rpd:wand_of_blink_item|Wand of Blink]] - Other utility wand
 +  * [[rpd:wand_of_telekinesis_item|Wand of Telekinesis]] - Other tactical wand
 +  * [[rpd:mechanics|Game Mechanics]] - General mechanics including blocking
 +
 +{{tag> rpd items wands utility summons}}