====== 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 ===== [Title] [Description] [Lesser Bless Text] [Greater Bless Text] [Remove Curse Text] [Not Interested Text] [No Money Text] [Bye Text] ===== Lua Scripts ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/npc/Bishop.lua|Bishop.lua]] - NPC behavior script