Machine-readable reference page for Albino mob in Remixed Dungeon.
Class File:
Stats:
Special Abilities:
```java public class Albino extends Rat {
{
hp(ht(15));
}
@Override
public int attackProc(@NotNull Char enemy, int damage) {
if (Random.Int(2) == 0) {
Buff.affect(enemy, Bleeding.class).level(damage);
}
return damage;
}
} ```
Dungeon Depth:
Spawn Conditions:
English (values/strings_all.xml):
Russian (values-ru/strings_all.xml):
Badge System:
Mob Factory Registration:
Loot Table:
AI Pattern:
Immunities:
Weaknesses:
Parent Class:
Similar Mobs:
Buffs Applied: