Table of Contents

Bishop NPC - Code References

Java Classes

This entity is implemented in Lua/JSON, no Java class exists. See:

JSON Configuration

String Resources

<string name="Bishop_title">Bishop</string>
<string name="Bishop_text">Greetings, traveler! Would you like to receive a blessing? I can offer lesser or greater blessings, or remove curses from your items. Just keep in mind that the greater the blessing, the higher the cost.</string>
<string name="Bishop_lesser_bless">Lesser Blessing: A small boost of divine power, but at a modest price.</string>
<string name="Bishop_great_bless">Greater Blessing: A substantial enhancement of your equipment, but quite costly.</string>
<string name="Bishop_remove_curse">Remove Curse: Free your items from malevolent enchantments.</string>
<string name="Bishop_not_interested">Not interested? That's fine. May the divine light watch over you.</string>
<string name="Bishop_no_money">You don't have enough gold for that service!</string>
<string name="Bishop_bye">Farewell, my friend.</string>

Lua Scripts