User Tools

Site Tools


en:rpd:piranha_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:piranha_mob [2026/01/03 23:11] – Update wiki pages for consistency and completeness\n\n- Fixed naming inconsistencies: renamed files to follow proper naming conventions\n- Added missing pages: raw_fish_item in all supported languages\n- Added localization: created ring_of_frost_item and mikeen:rpd:piranha_mob [2026/01/03 23:16] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Piranha Mob ======
  
 +{{ rpd:images:piranha_mob.png|Piranha Sprite }}
 +
 +The **Piranha** is a fish mob that inhabits flooded areas and underwater chambers in Remixed Dungeon. These carnivorous fish were bred specifically to protect flooded treasure vaults.
 +
 +==== Description ====
 +These carnivorous fish are not natural inhabitants of underground pools. They were bred specifically to protect flooded treasure vaults. They are commonly found in pools of water throughout the dungeon, particularly in the sewers and other flooded areas.
 +
 +==== Stats ====
 +  * **HP:** 10 + (5 × Dungeon depth)
 +  * **Attack Skill:** 20 + (2 × Dungeon depth)
 +  * **Defense Skill:** 10 + (2 × Dungeon depth)
 +  * **Damage:** Dungeon depth to (4 + 2 × Dungeon depth)
 +  * **Armor:** Dungeon depth
 +  * **Speed:** 2.0x (fast movement in water)
 +  * **EXP:** 0 (no experience gained from killing)
 +
 +==== Behavior ====
 +  * **Water-dependent:** Piranhas can only survive in water tiles; they will die if moved to non-water areas
 +  * **Fast movement:** Piranhas move at 2x speed in water
 +  * **Aquatic:** They use a water-walking movement type
 +  * **No reset:** Unlike many other mobs, Piranhas don't reset to their spawn position
 +
 +==== Immunities ====
 +Piranhas have immunities to several status effects:
 +  * [[en:rpd:burning_buff|Fire]] (Burning)
 +  * [[en:rpd:paralysis_buff|Paralysis]]
 +  * [[en:rpd:toxic_gas|Toxic Gas]]
 +  * [[en:rpd:roots_buff|Roots]]
 +  * [[en:rpd:frost_buff|Frost]]
 +
 +==== Drops ====
 +  * [[en:rpd:raw_fish_item|Raw Fish]] (carcass)
 +
 +==== Special Features ====
 +  * **Badge Eligibility:** Killing 6 piranhas unlocks the "Piranhas" badge
 +  * **No Experience:** Killing piranhas grants no experience points
 +  * **Carcass Chance:** 0% chance of dropping a carcass for crafting
 +
 +==== Locations ====
 +  * Commonly found in underwater areas throughout the dungeon
 +  * Often placed in flooded treasure chambers
 +  * Regularly appear in pools painted by PoolPainter during level generation
 +
 +==== Code References ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Piranha.java|Piranha.java]] - Core implementation
 +  * Entity Kind: getEntityKind() returns "Piranha" in Java code
 +  * Level Generation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/painters/PoolPainter.java|PoolPainter.java]] - Places piranhas in water pools
 +  * Statistics: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/Statistics.java|Statistics.java]] - Tracks piranhas killed
 +  * Badge System: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/Badges.java|Badges.java]] - Piranha badge validation
 +  * String Resources:
 +    * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1291-L1294|English strings]] - Name and description
 +    * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1277-L1280|Russian strings]] - Russian localization
 +  * 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)
 +
 +==== 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>
 +
 +==== See Also ====
 +  * [[en:rpd:mobs|Mobs]]
 +  * [[en:rpd:sewers_level|Sewers Level]]
 +  * [[en:rpd:badges|Badges]]
 +  * [[en:rpd:water_elemental_mob|Water Elemental]]
 +
 +{{tag> rpd mobs fish underwater water treasure}}
en/rpd/piranha_mob.txt · Last modified: by 127.0.0.1