mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
78 lines
2.1 KiB
JSON
78 lines
2.1 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":[
|
|
{
|
|
"requireType":"questProgress",
|
|
"requireID":"vacor",
|
|
"value":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":[
|
|
{
|
|
"requireType":"inventoryRemove",
|
|
"requireID":"gold",
|
|
"value":100
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
] |