User Tools

Site Tools


mr:town_guard_n_p_c_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:town_guard_n_p_c_mob [2025/12/31 04:09] – Fix TownGuardNPC mr page with correct entity info mikemr:town_guard_n_p_c_mob [2025/12/31 04:12] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Town Guard NPC - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/npc/TownGuardNPC.java|TownGuardNPC.java]]
 +
 +===== JSON Configuration =====
 +  * This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="TownGuardNPC_Name">town guard</string>
 +<string name="TownGuardNPC_Gender">masculine</string>
 +<string name="TownGuardNPC_Name_Objective">town guard</string>
 +<string name="TownGuardNPC_Desc">A regular town guard.</string>
 +<string name="TownGuardNPC_Message1">Move along.</string>
 +<string name="TownGuardNPC_Message2">Thanks to adventurers like you, it became really peaceful up here.</string>
 +<string name="TownGuardNPC_Message3">You think there are too many guards in this town? Well, that's because this is the only town with a gigantic monster-infested dungeon, isn't it?</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:immortal_npc_mob|Immortal NPC (Mob)]]