====== Wand Of Flock - Code References ====== {{ rpd:images:wand_of_flock_item.png|Wand of Flock }} ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfFlock.java|WandOfFlock.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/Wand.java|Wand.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Item.java|Item.java]] ===== JSON Configuration ===== This entity is implemented in Java, no JSON configuration exists ===== String Resources ===== Wand of Flock A flick of this wand summons a flock of magic sheep, creating a temporary impenetrable obstacle. Baa! Baa? Baa. Baa... Bee... Ble... ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Related mr Entities ===== * [[mr:wand_item|Wand (Item)]] * [[mr:sheep_mob|Sheep (Mob)]]