User Tools

Site Tools


mr:bard_npc

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:bard_npc [2026/07/16 00:20] – wiki: fix formatting and compliance issues on 5 analyzed pages Botmr:bard_npc [2026/07/16 00:22] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Bard NPC - Code References ======
  
 +===== Java Classes =====
 +This entity may be implemented in Java, but no matching class was found. Check:
 +  * RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/*.java
 +  * RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/*.java
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/BardNPC.json|BardNPC.json]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/BardNPC.json|BardNPC.json]]
 +
 +===== String Resources =====
 +<code>
 +<string name="BardNPC_Name">bard</string>
 +<string name="BardNPC_Name_Objective">bard</string>
 +<string name="BardNPC_Gender">masculine</string>
 +<string name="BardNPC_Desc">The town bard is playing his lute.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/npc/Bard.lua|Bard.lua]]
 +
 +===== Related mr Entities =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/wiki/Level-Objects|Inn (Level Object)]]
mr/bard_npc.txt · Last modified: by 127.0.0.1