====== piranha ====== {{ rpd:images:piranha_sprite.png|Piranha Sprite }} The **Piranha** is a powerful fish mob found in underwater areas of the dungeon. These carnivorous fish are not natural inhabitants of underground pools. They were bred specifically to protect flooded treasure vaults. ==== Mob Overview ==== * **Type**: Aquatic carnivorous fish * **Level**: Caves level (typically in flooded areas) * **Special Ability**: Immune to multiple status effects (Burning, Paralysis, Toxic Gas, Roots, Frost) * **Behavior**: Aggressive aquatic predator * **Spawn Condition**: Only lives in water tiles; dies if not in water * **Sprite**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Piranha.json|Piranha.json]] ==== Stats ==== * **HP/HT**: 10 + (5 × dungeon depth) * **Attack Skill**: 20 + (2 × dungeon depth) * **Defense Skill**: 10 + (2 × dungeon depth) * **Damage**: Dungeon depth to (4 + dungeon depth × 2) * **Damage Reduction (DR)**: Dungeon depth * **Speed**: 2.0x normal * **EXP for Kill**: 0 (no experience gained) * **Loot**: Raw Fish * **Carcass Chance**: 0 (no corpse remains) ==== Special Mechanics ==== * Will die immediately if not on a water tile * Immune to Burning, Paralysis, Toxic Gas, Roots, and Frost status effects * Resets after each turn (doesn't sleep or stay inactive) * Cannot be kept as a pet ==== Strategy ==== * Piranhas are found only in flooded treasure vaults in the Caves level * They're particularly dangerous due to high speed and immunity to many status effects * They have no EXP value so killing them doesn't contribute to experience * Be careful when fighting near water edges as they can escape to safety * Consider using ranged attacks when possible to avoid close combat ==== Obtaining ==== Piranhas can be found in the Caves level: * They appear in underwater areas of the dungeon * Always found in pools created by the PoolPainter * 3 Piranhas are typically spawned per pool ==== Code Reference ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Piranha.java|Piranha.java]] * Sprite Configuration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Piranha.json|Piranha.json]] * Loot Generation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java|ItemFactory.java]] (RawFish) * Badge Validation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/Badges.java#L584-L587|Badges.java]] ==== String Resources ==== piranha These carnivorous fish are not natural inhabitants of underground pools. They were bred specifically to protect flooded treasure vaults. fish These carnivorous fish are not natural inhabitants of the underground pools. They were bred specifically to protect flooded treasure vaults. Piranha Piranha was defeated Piranha was defeated, but you sense that something else has awakened. feminine ==== Related Mobs ==== * [[en:rpd:mob_classes|Mob Classes]] - Other enemies in the game * [[en:rpd:badges#piranhas|Piranhas Badge]] - Badge for killing 6 Piranhas {{tag> rpd mobs fish aquatic caves}}