User Tools

Site Tools


mr:immortal_npc

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:immortal_npc [2026/02/08 10:24] – Fix wiki pages: improve structure and fix broken links mikemr:immortal_npc [2026/02/08 10:25] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Immortal NPC - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/npc/ImmortalNPC.java|ImmortalNPC.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<!-- No specific strings for the abstract class -->
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[en:rpd:npc|NPC]]
 +  * [[en:rpd:townguard_npc|Town Guard NPC]]
 +  * [[en:rpd:healer_npc|Healer NPC]]
 +  * [[en:rpd:townsfolk_npc|Townsfolk NPC]]