User Tools

Site Tools


mr:bishop_npc

Differences

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

Link to this comparison view

mr:bishop_npc [2026/01/27 12:12] – Standardize mana page naming and fix image references mikemr:bishop_npc [2026/01/27 12:13] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Bishop N P C - 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/actors/mobs/*.java
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/BishopNPC.json|BishopNPC.json]] - NPC configuration
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Church.json|Church.json]] - Level placement
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Church_2021_03.json|Church_2021_03.json]] - Alternative level placement
 +
 +===== String Resources =====
 +<code xml>
 +<string name="Bishop_title">[Title]</string>
 +<string name="Bishop_text">[Description]</string>
 +<string name="Bishop_lesser_bless">[Lesser Bless Text]</string>
 +<string name="Bishop_great_bless">[Greater Bless Text]</string>
 +<string name="Bishop_remove_curse">[Remove Curse Text]</string>
 +<string name="Bishop_not_interested">[Not Interested Text]</string>
 +<string name="Bishop_no_money">[No Money Text]</string>
 +<string name="Bishop_bye">[Bye Text]</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/npc/Bishop.lua|Bishop.lua]] - NPC behavior script