Files
andors-trail/AndorsTrail/res/raw/conversationlist_reinkarr.json
2018-10-03 22:02:31 +02:00

159 lines
4.8 KiB
JSON

[
{
"id":"reinkarr",
"message":"You look just like an adventurer. Tell me child, what brings you here?",
"replies":[
{
"text":"Who are you?",
"nextPhraseID":"reinkarr_3"
},
{
"text":"I'm looking for my brother Andor.",
"nextPhraseID":"reinkarr_1"
},
{
"text":"I'm just looking for trouble.",
"nextPhraseID":"reinkarr_2"
}
]
},
{
"id":"reinkarr_1",
"message":"OK then. Good luck with that.",
"replies":[
{
"text":"Who are you?",
"nextPhraseID":"reinkarr_3"
}
]
},
{
"id":"reinkarr_2",
"message":"Ha ha, that sure sounds like an adventurer! Guts, that's what you need to be a successful adventurer, child. You don't seem to lack courage, if I may say so.",
"replies":[
{
"text":"Who are you?",
"nextPhraseID":"reinkarr_3"
}
]
},
{
"id":"reinkarr_3",
"message":"I am Reinkarr. I guess you could call me an adventurer of sorts.",
"replies":[
{
"text":"Any good tales to tell?",
"nextPhraseID":"reinkarr_4"
}
]
},
{
"id":"reinkarr_4",
"message":"No, not really. I never got the hang of the whole adventuring business. Me and some other fellows went looking for these ... crystals ... that we had heard about.",
"replies":[
{
"text":"What crystals?",
"nextPhraseID":"reinkarr_5"
}
]
},
{
"id":"reinkarr_5",
"message":"Doesn't really matter. We never found any of them anyway.",
"replies":[
{
"text":"What crystals were you looking for?",
"nextPhraseID":"reinkarr_6"
}
]
},
{
"id":"reinkarr_6",
"message":"They were called 'Oegyth crystals'. Supposedly very powerful and worth a fortune.",
"replies":[
{
"text":"I have one of those.",
"nextPhraseID":"reinkarr_oeg_1",
"requires":[
{
"requireType":"inventoryKeep",
"requireID":"oegyth",
"value":1
}
]
},
{
"text":"So what made you stop looking?",
"nextPhraseID":"reinkarr_8"
},
{
"text":"What are they?",
"nextPhraseID":"reinkarr_7"
}
]
},
{
"id":"reinkarr_7",
"message":"Actually, all I know is that they are some sort of crystal. As I said, they are supposedly very powerful. We were only looking for them so that we could sell them and become rich.",
"replies":[
{
"text":"What made you stop looking?",
"nextPhraseID":"reinkarr_8"
}
]
},
{
"id":"reinkarr_8",
"message":"Just the boredom of it, I guess. We never were any good at the whole fighting thing, and as such we never found one of those things.",
"replies":[
{
"text":"N",
"nextPhraseID":"reinkarr_9"
}
]
},
{
"id":"reinkarr_9",
"message":"Anyway, it's been nice talking to you, kid. Take care."
},
{
"id":"reinkarr_oeg_1",
"message":"What!? You actually have one of those things? Let me see. Yes, that sure matches the description I read.",
"replies":[
{
"text":"N",
"nextPhraseID":"reinkarr_oeg_2"
}
]
},
{
"id":"reinkarr_oeg_2",
"message":"You would do well to keep that to yourself, kid. Whatever you do, don't lose it, and don't go around showing it to everyone you might meet. You could get in serious trouble.",
"replies":[
{
"text":"What can I do with it?",
"nextPhraseID":"reinkarr_oeg_3"
}
]
},
{
"id":"reinkarr_oeg_3",
"message":"I hear there are merchants that would do anything to get their hands on some of those crystals. You should seek out the merchants in one of the larger cities, and ask them.",
"replies":[
{
"text":"N",
"nextPhraseID":"reinkarr_oeg_4"
}
]
},
{
"id":"reinkarr_oeg_4",
"message":"Please be careful though!",
"replies":[
{
"text":"N",
"nextPhraseID":"reinkarr_9"
}
]
}
]