User Tools

Site Tools


en:rpd:pseudo_rat_mob

Differences

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

Link to this comparison view

en:rpd:pseudo_rat_mob [2026/01/01 19:45] – namespace move Mikeen:rpd:pseudo_rat_mob [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Pseudo Rat ======
  
 +{{ rpd:images:mob_PseudoRat.png|Pseudo Rat }}
 +
 +A horrible beast that emerged from the rat's corpse bears no resemblance to a rodent or any other animal you ever saw. Enormous mouth, full of razor-sharp teeth, occupies most of it's body.
 +
 +==== Stats ====
 +  * **HP**: 320
 +  * **HT**: 320
 +  * **Attack Skill**: 30
 +  * **Defense Skill**: 30
 +  * **Damage**: 40-70
 +  * **Damage Reduction**: 25
 +  * **EXP**: 20
 +  * **Max Level**: 35
 +
 +==== Description ====
 +A horrible beast that emerged from the rat's corpse bears no resemblance to a rodent or any other animal you ever saw. Enormous mouth, full of razor-sharp teeth, occupies most of it's body.
 +
 +==== Behavior ====
 +  * Spawns from Suspicious Rats that have not been killed quickly enough
 +  * Aggressive and enters hunting state immediately
 +  * Immune to paralysis
 +
 +==== Drops ====
 +Pseudo-rats typically drop:
 +  * Gold (80% chance)
 +
 +==== Special Notes ====
 +  * These creatures emerge from Suspicious Rats when they survive for too long
 +  * Significantly more powerful than regular rats
 +  * High damage output and good defenses make them dangerous
 +  * Immunity to paralysis makes certain tactics ineffective
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/guts/PseudoRat.java|PseudoRat.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Mob.java|Mob.java]] (base class)
 +
 +==== String Resources ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L929|PseudoRat_Name]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L932|PseudoRat_Desc]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L930|PseudoRat_Name_Objective]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L931|PseudoRat_Gender]]
 +
 +==== Configuration Files ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Bestiary.json|Bestiary.json]] (spawn rates)
 +
 +==== See Also ====
 +  * [[en:rpd:suspicious_rat_mob|Suspicious Rat]] - What transforms into Pseudo Rat
 +  * [[en:rpd:rat_mob|Rat]] - Other rat variants in the game
 +  * [[en:rpd:guts_level|Guts]] - The level where Pseudo Rats appear
 +
 +{{tag> rpd mobs }}