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

75 lines
2.0 KiB
JSON

[
{
"id": "fallhaven_bandit",
"message": "Get lost kid. I don't have time for you.",
"replies": [
{
"text": "I'm looking for a piece of the Rift spell.",
"nextPhraseID": "fallhaven_bandit_2",
"requires": {
"progress": "vacor:20"
}
}
]
},
{
"id": "fallhaven_bandit_2",
"message": "No! Vacor will not gain the power of the rift spell!",
"replies": [
{
"text": "Let's fight!",
"nextPhraseID": "F"
}
]
},
{
"id": "bandit1",
"message": "What have we here? A lost wanderer?",
"replies": [
{
"text": "N",
"nextPhraseID": "bandit1_2"
}
]
},
{
"id": "bandit1_2",
"message": "How much is your life worth to you? Give me 100 gold and I'll let you go.",
"replies": [
{
"text": "Ok ok. Here is the gold. Please don't hurt me!",
"nextPhraseID": "bandit1_3",
"requires": {
"item": {
"itemID": "gold",
"quantity": 100,
"requireType": 0
}
}
},
{
"text": "How about we fight over it?",
"nextPhraseID": "bandit1_4"
},
{
"text": "How much is your life worth?",
"nextPhraseID": "bandit1_4"
}
]
},
{
"id": "bandit1_3",
"message": "About damn time. You are free to go."
},
{
"id": "bandit1_4",
"message": "Ok then, your life it is. Let's fight. I have been looking forward to a good fight!",
"replies": [
{
"text": "Let's fight!",
"nextPhraseID": "F"
}
]
}
]