====== Swarm Mob ====== {{ rpd:images:swarm_sprite.png|Swarm Mob }} ==== Description ==== A **Swarm** is a cluster of bats that act as a single mob. It's a flying creature with low individual damage but high hit points and the ability to split when damaged. ==== Stats ==== * **HP**: 80 * **Attack Skill**: 12 * **Defense Skill**: 5 * **Damage**: 1-4 * **Level**: Up to level 10 * **Max Level**: 10 * **EXP**: Not specified (likely 0 like other low-level mobs) ==== Properties ==== * **Flying**: Swarms can fly over obstacles * **Splitting**: When taking damage and having sufficient HP (at least damage + 2), the Swarm will split into two separate Swarms * **Loot**: Drops [[rpd:potion_of_healing|Potion of Healing]] with 0.2f basic chance, reduced by generation level (chance / (generation + 1f)) ==== Behavior ==== * When attacked and has enough health (HP >= damage + 2), a Swarm will split into two Swarms * Each new Swarm has reduced health relative to the original * Each new Swarm has reduced loot drop chance based on its generation level * Multiple generations can exist from a single original Swarm * As flying creatures, they're unaffected by terrain features like chasms or webbing ==== Strategy ==== * Area-of-effect attacks can damage multiple Swarm entities at once * Be careful with high-damage attacks as they can cause a Swarm to split into multiple enemies * Consider using low-damage attacks to avoid splitting * Swarms are particularly dangerous in groups due to their multiplication ability ==== Content Verification ==== * Information source: Java class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Swarm.java|Swarm.java]] * Stats verification: Extracted directly from Swarm.java constructor and methods * Effect descriptions: Based on Swarm.java implementation * 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/watabou/pixeldungeon/actors/mobs/Swarm.java|Swarm.java]] * Strings: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1748-L1750|Swarm strings]] ==== See Also ==== * [[rpd:mobs|Mobs]] * [[rpd:bat|Bat]] * [[rpd:potion_of_healing|Potion of Healing]] {{tag> rpd mobs swarm bats}}