Files
andors-trail/AndorsTrail/res/raw/conversationlist_alynndir.json
2022-09-27 21:54:13 +02:00

82 lines
2.3 KiB
JSON

[
{
"id":"alynndir_1",
"message":"Hello there. Welcome to my cabin.",
"replies":[
{
"text":"What do you do around here?",
"nextPhraseID":"alynndir_2"
},
{
"text":"What can you tell me about the surroundings here?",
"nextPhraseID":"alynndir_3"
}
]
},
{
"id":"alynndir_2",
"message":"Mostly, I trade with travelers on the main road on the way to Nor City.",
"replies":[
{
"text":"Do you have anything to trade?",
"nextPhraseID":"S"
},
{
"text":"What can you tell me about the surroundings here?",
"nextPhraseID":"alynndir_3"
}
]
},
{
"id":"alynndir_3",
"message":"Oh, there is not much around here. Vilegard to the west, Brightport to the east and Sullengard to the south.",
"replies":[
{
"text":"N",
"nextPhraseID":"alynndir_4"
}
]
},
{
"id":"alynndir_4",
"message":"Up north is just forest. But there are some strange things happening there.",
"replies":[
{
"text":"N",
"nextPhraseID":"alynndir_5"
}
]
},
{
"id":"alynndir_5",
"message":"I have heard terrible screams coming from the forest to the northwest.",
"replies":[
{
"text":"N",
"nextPhraseID":"alynndir_6"
}
]
},
{
"id":"alynndir_6",
"message":"I really wonder what is up there.",
"replies":[
{
"text":"Goodbye.",
"nextPhraseID":"X"
},
{
"text":"You mentioned Sullengard. What can you tell me about it?",
"nextPhraseID":"alynndir_10",
"requires":[
{
"requireType":"questProgress",
"requireID":"sullengard_hidden",
"value":19,
"negate":true
}
]
}
]
}
]