User Tools

Site Tools


en:rpd:sheep_mob

Differences

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

Link to this comparison view

en:rpd:sheep_mob [2026/01/01 19:45] – namespace move Mikeen:rpd:sheep_mob [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Sheep Mob ======
  
 +{{ rpd:images:sheep_mob.png|Sheep}}
 +
 +The **Sheep** is a temporary mob summoned by the [[en:rpd:wand_of_flock_item|Wand of Flock]]. It creates a temporary obstacle that blocks movement and remains in place for a limited duration.
 +
 +==== Overview ====
 +  * **Type:** [[en:rpd:mobs|Mob]]
 +  * **Nature:** Temporary summoned creature
 +  * **Behavior:** Stationary, non-aggressive
 +  * **Lifespan:** (wand level + 3) turns plus random factor
 +  * **Interaction:** Makes "Baa!" sounds when touched
 +
 +==== Mechanics ====
 +  * **Blocking Movement:** Sheep prevent all character movement through their tiles
 +  * **Temporary:** Disappears after (wand level + 3) turns plus a random factor of up to 2 turns
 +  * **Non-attacking:** Takes no actions and cannot attack
 +  * **Invulnerable:** Cannot be damaged by any means
 +  * **Interaction:** When touched, says "Baa!", "Baa?", "Baa.", "Bee...", "Ble...", or similar sounds randomly
 +
 +==== Summoning ====
 +  * **Method:** Created by [[en:rpd:wand_of_flock_item|Wand of Flock]]
 +  * **Quantity:** (wand level + 2) sheep are summoned if space allows
 +  * **Placement:** In adjacent passable cells around the target location
 +  * **Limited Space:** Will place as many sheep as space permits
 +
 +==== Strategy ====
 +  * **Blocking Passages:** Effective for blocking chokepoints and narrow passages
 +  * **Containment:** Useful for containing enemies in specific areas
 +  * **Temporary Barriers:** Creates safe zones for resting or healing during combat
 +  * **Tactical Advantage:** Can be used to separate enemies or block escape routes
 +
 +==== Code References ====
 +  * **Java 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)]]
 +  * **Sprite Configuration:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Sheep.json|Sheep.json]]
 +  * **Sheep Sounds:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2385-L2390|WandOfFlock_SheepBaa_0-5]]
 +
 +==== Related Entities ====
 +  * [[en:rpd:wand_of_flock_item|Wand of Flock]] - Summons the sheep
 +  * [[en:rpd:wands|Wands]] - Other wands and related items
 +  * [[en:rpd:obstacles_mechanic|Obstacles]] - Other blocking entities
 +
 +{{tag> rpd mobs temporary summoned obstacle}}