User Tools

Site Tools


mr:death_knight_mob

Differences

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

Link to this comparison view

mr:death_knight_mob [2025/12/19 10:47] – Add missing mr: namespace page for death_knight_mob mikemr:death_knight_mob [2025/12/19 11:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Death Knight Mob - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/DeathKnight.java|DeathKnight.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/DeathKnight.json|DeathKnight.json]] - Mob configuration
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/DeathKnight.json|DeathKnight.json]] - Sprite configuration
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1435|String: DeathKnight_Name]] - The display name for the death knight mob
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1438|String: DeathKnight_Desc]] - The description text for the death knight mob
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists