Files
andors-trail/AndorsTrail/res/raw/conversationlist_crossglen.json
2018-10-02 00:14:49 +02:00

144 lines
3.9 KiB
JSON

[
{
"id":"audir1",
"message":"Welcome to my shop!\n\nPlease browse my selection of fine wares.",
"replies":[
{
"text":"Please show me your wares.",
"nextPhraseID":"S"
}
]
},
{
"id":"arambold1",
"message":"Oh my, will I ever get any sleep with those drunkards singing like that?\n\nSomeone should do something about them.",
"replies":[
{
"text":"Can I rest here?",
"nextPhraseID":"arambold2"
},
{
"text":"Do you have anything to trade?",
"nextPhraseID":"S"
}
]
},
{
"id":"arambold2",
"message":"Sure kid, you may rest here.\n\nPick any bed you want.",
"replies":[
{
"text":"Thanks, bye.",
"nextPhraseID":"X"
}
]
},
{
"id":"drunk1",
"message":"Drink drink drink, drink some more.\nDrink drink drink 'til you're on the floor.\n\nHey kid, wanna join us in our drinking game?",
"replies":[
{
"text":"No thanks.",
"nextPhraseID":"X"
},
{
"text":"Maybe some other time.",
"nextPhraseID":"X"
}
]
},
{
"id":"mara_default",
"message":"Never mind those drunken fellas, they're always causing trouble.\n\nWant something to eat?",
"replies":[
{
"text":"Do you have anything to trade?",
"nextPhraseID":"S"
}
]
},
{
"id":"mara1",
"replies":[
{
"nextPhraseID":"mara_thanks",
"requires":[
{
"requireType":"questProgress",
"requireID":"odair",
"value":100
}
]
},
{
"nextPhraseID":"mara_default"
}
]
},
{
"id":"mara_thanks",
"message":"I heard you helped Odair clean out that old supply cave. Thanks a lot, we'll start using it soon.",
"replies":[
{
"text":"It was my pleasure.",
"nextPhraseID":"mara_default"
}
]
},
{
"id":"farm1",
"message":"Please do not disturb me, I have work to do.",
"replies":[
{
"text":"Have you seen my brother Andor?",
"nextPhraseID":"farm_andor"
}
]
},
{
"id":"farm2",
"message":"What?! Can't you see I'm busy? Go bother someone else.",
"replies":[
{
"text":"Have you seen my brother Andor?",
"nextPhraseID":"farm_andor"
}
]
},
{
"id":"farm_andor",
"message":"Andor? No, I haven't seen him around lately."
},
{
"id":"snakemaster",
"message":"Well well, what have we here? A visitor, how nice. I'm impressed you got this far through all my minions.\n\nNow prepare to die, puny creature.",
"replies":[
{
"text":"Great, I have been waiting for a fight!",
"nextPhraseID":"F"
},
{
"text":"Let's see who dies here.",
"nextPhraseID":"F"
},
{
"text":"Please don't hurt me!",
"nextPhraseID":"F"
}
]
},
{
"id":"haunt",
"message":"Oh mortal, free me from this cursed world!",
"replies":[
{
"text":"Oh, I'll free you from it alright.",
"nextPhraseID":"F"
},
{
"text":"You mean, by killing you?",
"nextPhraseID":"F"
}
]
}
]