User Tools

Site Tools


rpd:piranha

Differences

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

Link to this comparison view

rpd:piranha [2025/12/19 07:14] – Wiki maintenance: Update and create pages with accurate code references mikerpd:piranha [2025/12/19 07:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 ====
 +''<code xml>''
 +<string name="Piranha_Name">piranha</string>
 +<string name="Piranha_Info">These carnivorous fish are not natural inhabitants of underground pools. They were bred specifically to protect flooded treasure vaults.</string>
 +<string name="Piranha_Aliases">fish</string>
 +<string name="Piranha_Desc">These carnivorous fish are not natural inhabitants of the underground pools. They were bred specifically to protect flooded treasure vaults.</string>
 +<string name="Piranha_Boss">Piranha</string>
 +<string name="Piranha_Defeated">Piranha was defeated</string>
 +<string name="Piranha_Defeat2">Piranha was defeated, but you sense that something else has awakened.</string>
 +<string name="Piranha_Gender">feminine</string>
 +''</code>''
 +
 +==== Related Mobs ====
 +  * [[rpd:mob_classes|Mob Classes]] - Other enemies in the game
 +  * [[rpd:badges#piranhas|Piranhas Badge]] - Badge for killing 6 Piranhas
 +
 +{{tag> rpd mobs fish aquatic caves}}
  
rpd/piranha.txt · Last modified: (external edit)