Files
andors-trail/AndorsTrail/res/raw/conversationlist_alynndir.json

70 lines
1.8 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 and Brightport to the east.",
"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"
}
]
}
]