mr:bishop_npc
Table of Contents
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
- BishopNPC.json - NPC configuration
- Church.json - Level placement
- Church_2021_03.json - Alternative level placement
String Resources
<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>
Lua Scripts
- Bishop.lua - NPC behavior script
mr/bishop_npc.txt · Last modified: by 127.0.0.1
