User Tools

Site Tools


mr:king_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:king_mob [2026/01/25 15:06] – Fix wiki pages for elementals, rotting_fist, and king mobs mikemr:king_mob [2026/01/25 15:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== King Mob - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/King.java|King.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/King.json|King.json]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/King.json|King.json]]
 +
 +===== String Resources =====
 +<code xml>
 +<string name="King_Name">King of Dwarves</string>
 +<string name="King_Name_Objective">King of Dwarves</string>
 +<string name="King_Desc">The last king of dwarves was known for his deep understanding of the processes of life and death. He had persuaded members of his court to participate in a ritual, that should have granted them eternal youthfulness. In the end he was the only one who got it - and an army of undead as a bonus.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
  
mr/king_mob.txt · Last modified: (external edit)