User Tools

Site Tools


en:rpd:albino_rat_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:albino_rat_mob [2026/01/02 07:47] – Update albino_rat_mob.txt with additional links and improved wikification mikeen:rpd:albino_rat_mob [2026/01/02 07:49] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Albino Rat ======
  
 +{{ rpd:images:albino_rat_mob.png|Albino Rat }}
 +
 +The **Albino Rat** is a rare variant of the common [[en:rpd:rat_mob|Marsupial Rat]] found in the Sewers (levels 1-4) of Remixed Dungeon. Marsupial rats are aggressive, but rather weak denizens of the sewers. They can be dangerous only in big numbers. This particular rat seems to be an albino. It also has abnormally sharp teeth.
 +
 +==== Overview ====
 +Albino rats are much rarer variants of the common Marsupial Rat. While still relatively weak individually, they possess a special ability that can make them significantly more dangerous than normal rats - they cause bleeding damage to their target when attacking.
 +
 +==== Stats ====
 +  * **HP**: 15 (HT: 15) (Note: Different from base rat which has 8 HP)
 +  * **Defense Skill**: 3
 +  * **Attack Skill**: 8
 +  * **Damage**: 1-5 + bleed effect
 +  * **DR (Damage Reduction)**: 1
 +  * **EXP for Kill**: 1
 +  * **Maximum Level**: 7
 +  * **Attack Delay**: 1 turn
 +  * **View Distance**: 8 tiles
 +
 +==== Abilities ====
 +  * **Bleeding Attack**: When the Albino Rat successfully hits the player, it has a 50% chance to inflict [[en:rpd:bleeding_buff|Bleeding]] damage equal to the original attack damage
 +  * **Aggressive Behavior**: Like common rats, they are aggressive but weak individually
 +
 +==== Combat Tactics ====
 +Albino rats follow the same simple AI patterns as regular rats, moving toward the player and attacking when adjacent. However, their bleeding attack makes them more threatening than normal rats, especially if multiple hits occur in succession.
 +
 +==== Occurrence ====
 +  * **Primary Location**: Found in Sewers level
 +  * **Spawn Frequency**: Rare variant
 +  * **Group Behavior**: Usually found alone or in small groups
 +  * **Variant Type**: Albino rats are the bleeding variant of the common rat
 +
 +==== Strategy ====
 +  * Defeating them quickly is important to avoid sustained bleeding damage
 +  * Consider using armor or other damage reduction to minimize the bleeding effect
 +  * Avoid being surrounded by multiple albino rats as the bleeding damage stacks
 +  * Use ranged weapons or spells to pick them off from a safe distance
 +  * Prioritize healing if engaged in combat with multiple albino rats
 +
 +==== Special Notes ====
 +  * Like normal rats, their death can trigger quest checks for multiple NPCs (Scarecrow, Ghost, and Plague Doctor quests)
 +  * The bleeding effect can stack if multiple albino rats hit repeatedly
 +  * Despite being rare, they're still early-game enemies suitable for low-level characters
 +  * They follow the same basic AI as common rats but with the added danger of bleed damage
 +  * Defeating an Albino Rat earns a special badge (RARE_ALBINO)
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Albino.java|Albino.java]] - Primary implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Rat.java|Rat.java]] - Base class implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1207-L1210|Albino strings]] - Name and description (English)
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/Badges.java#L148|Badge.RARE_ALBINO]] - Badge earned for killing an albino rat
 +
 +==== Related ====
 +  * [[en:rpd:rat_mob|Marsupial Rat]] - Basic rat variant this is based on
 +  * [[en:rpd:bleeding_buff|Bleeding]] - Status effect inflicted by albino rat attacks
 +  * [[en:rpd:sewer_level|Sewer Level]] - Primary location
 +  * [[en:rpd:rats|Rats]] - Information about all rat variants
 +  * [[en:rpd:mobs|Mobs]] - All mobs in the game
 +  * [[en:rpd:resistances|Resistances]]
 +  * [[en:rpd:immunities|Immunities]]
 +  * [[en:rpd:damage|Damage]]
 +  * [[en:rpd:stats|Stats]]
 +
 +{{tag> rpd mobs rat sewers albino bleeding enemy}}
en/rpd/albino_rat_mob.txt · Last modified: by 127.0.0.1