Table of Contents

Fortuneteller Npc - Code References

Fortune Teller NPC

Overview

Fortune Teller NPC is a non-player character that provides item identification services for gold.

Java Classes

JSON Configuration

This entity is implemented in Java, no JSON configuration exists

String Resources

<string name="FortuneTellerNPC_Name">fortune-teller</string>
<string name="FortuneTellerNPC_Gender">feminine</string>
<string name="FortuneTellerNPC_Name_Objective">fortune-teller</string>
<string name="FortuneTellerNPC_Desc">This woman is dressed in a long, brightly colored robe. She looks surprisingly young for someone, who mastered arcane arts of fortune-telling. Coming closer, you can hear her mumbling, as she gazes into the crystal ball.</string>
<string name="WndFortuneTeller_Instruction">I can identify your items for %d gold. What would you like to do?</string>
<string name="WndFortuneTeller_No_Item">You don't have any items to identify.</string>
<string name="WndFortuneTeller_IdentifyAll">Identify All</string>
<string name="WndFortuneTeller_InvTitle">Select an item to identify</string>

Lua Scripts

This entity is implemented in Java, no Lua script exists

Implementation Details

Identification Mechanics