Files
andors-trail/AndorsTrail/res/raw/conversationlist_arghes.json
Oskar Wiksten 5e1f91bad4 Changing all const ints to enums, making the json resource files much easier to read
* Though, the json files will get a bit larger.
2013-07-16 02:35:59 +02:00

131 lines
3.3 KiB
JSON

[
{
"id": "arghes",
"replies": [
{
"nextPhraseID": "arghes_2",
"requires": [
{
"requireType": "questProgress",
"requireID": "andor",
"value": "51"
}
]
},
{
"nextPhraseID": "arghes_1"
}
]
},
{
"id": "arghes_1",
"message": "You will find no business here, child."
},
{
"id": "arghes_2",
"message": "How interesting. The child from Fallhaven, here in Remgard?",
"replies": [
{
"text": "I'm not from Fallhaven, I am from Crossglen, west of Fallhaven.",
"nextPhraseID": "arghes_3a"
},
{
"text": "Who are you?",
"nextPhraseID": "arghes_3b"
},
{
"text": "How do you know where I am from?",
"nextPhraseID": "arghes_3c"
}
]
},
{
"id": "arghes_3a",
"message": "Is that so? Hm, most interesting. It does not change anything, however.",
"replies": [
{
"text": "N",
"nextPhraseID": "arghes_4"
}
]
},
{
"id": "arghes_3b",
"message": "Who I am is of no importance in this situation. You on the other hand, are most important.",
"replies": [
{
"text": "N",
"nextPhraseID": "arghes_4"
}
]
},
{
"id": "arghes_3c",
"message": "I know .. a great deal of things.",
"replies": [
{
"text": "N",
"nextPhraseID": "arghes_4"
}
]
},
{
"id": "arghes_4",
"message": "$playername - yes, that is what they call you.",
"replies": [
{
"text": "How do you know my name? Who are you?",
"nextPhraseID": "arghes_5"
}
]
},
{
"id": "arghes_5",
"message": "Let's just say that I am a .. friend. You would do well to keep your .. friends close.",
"replies": [
{
"text": "N",
"nextPhraseID": "arghes_6"
}
]
},
{
"id": "arghes_6",
"message": "Now, how may I help you? Equipment? Information?",
"replies": [
{
"text": "Let me see what you have to trade.",
"nextPhraseID": "arghes_shop"
},
{
"text": "What information do you have?",
"nextPhraseID": "arghes_7"
}
]
},
{
"id": "arghes_shop",
"message": "Certainly.",
"replies": [
{
"text": "N",
"nextPhraseID": "S"
}
]
},
{
"id": "arghes_7",
"message": "Hm, let me see.",
"replies": [
{
"text": "N",
"nextPhraseID": "arghes_8"
}
]
},
{
"id": "arghes_8",
"message": "No, I cannot tell you anything at this time. You are welcome to return once your path has become .. clearer."
}
]