User Tools

Site Tools


en:rpd:death_knight_mob

Differences

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

Link to this comparison view

en:rpd:death_knight_mob [2026/01/01 19:45] – namespace move Mikeen:rpd:death_knight_mob [2026/01/01 19:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Death Knight Mob ======
 +
 +{{ rpd:images:death_knight_mob.png|Death Knight }}
 +
 +The **Death Knight** is an undead mob found in the Necropolis area of Remixed Dungeon. It has a chance to deal double damage on attack.
 +
 +==== Mechanics ====
 +  * **HP**: 35
 +  * **Defense**: 12
 +  * **Attack**: 15
 +  * **Damage**: 7-14
 +  * **Armor**: 7 (DR - Damage Resistance)
 +  * **Experience**: 7
 +  * **Max Level**: 15
 +  * **Type**: Undead
 +  * **Special**: 1 in 7 chance to deal double damage on attack
 +
 +==== Behavior ====
 +  * Death Knight has a 1 in 7 chance to deal double damage on attack
 +  * When the double damage proc activates, it also applies a visual effect using ``DeathStroke.hit(enemy)``
 +
 +==== Implementation Details ====
 +  * **Class**: ''com.nyrds.pixeldungeon.mobs.necropolis.DeathKnight''
 +  * **Parent Class**: Extends ''Mob'' class
 +  * **Undead Status**: Marked as undead with ''setUndead(true)''
 +  * **Loot**: Has a 2% chance to drop Gold on death
 +
 +==== Source Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/DeathKnight.java|DeathKnight.java - Implementation]]
 +
 +==== Strategy ====
 +  * Can deal double damage occasionally, making it dangerous
 +  * The double damage proc can be particularly problematic during combat
 +
 +==== See Also ====
 +  * [[en:rpd:dread_knight_mob|Dread Knight]] - A rarer and more powerful variant of the Death Knight
 +  * [[en:rpd:necropolis_level|Necropolis]] - Area where this mob appears
 +  * [[en:rpd:undead_mobs|Undead Mobs]] - Other undead creatures in the game
 +  * [[en:rpd:mobs|Mobs]] - Other monsters in the game
 +
 +{{tag> rpd mobs necropolis undead death_knight }}