User Tools

Site Tools


mr:dread_knight_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:dread_knight_mob [2026/01/13 03:02] – Fix incomplete machine-readable page for dread_knight_mob.txt mikemr:dread_knight_mob [2026/01/13 05:18] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Dread Knight Mob - Code References ======
 +
 +===== Java Classes =====
 +The entity is implemented in Java in the following file:
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/DreadKnight.java|RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/DreadKnight.java]] - Main implementation class
 +
 +===== JSON Configuration =====
 +This entity may have JSON configuration in these files:
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/DreadKnight.json|RemixedDungeon/src/main/assets/spritesDesc/DreadKnight.json]] - Sprite animations and effects configuration
 +
 +===== String Resources =====
 +<code xml>
 +<string name="DreadKnight_Name">Dread Knight</string>
 +<string name="DreadKnight_Info">A rare variant of the Death Knight with enhanced stats and abilities.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related Files =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobs/dread_knight.png|Sprite Image]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/DeathKnight.java|DeathKnight.java]] - Parent mob class
  
mr/dread_knight_mob.txt · Last modified: by 127.0.0.1