Files
andors-trail/AndorsTrail/res/raw/conversationlist_pwcave.json
2020-06-06 00:31:23 +02:00

246 lines
6.9 KiB
JSON

[
{
"id":"iqhan_greeter",
"message":"Get away! No! Turn back while you still can!",
"replies":[
{
"text":"N",
"nextPhraseID":"iqhan_greeter_1"
}
]
},
{
"id":"iqhan_greeter_1",
"message":"You don't know what they'll do to you!",
"replies":[
{
"text":"What is this place?",
"nextPhraseID":"iqhan_greeter_2"
}
]
},
{
"id":"iqhan_greeter_2",
"message":"What!? No, no, no. Must get out of here!",
"replies":[
{
"text":"N",
"nextPhraseID":"R"
}
]
},
{
"id":"iqhan_boss",
"message":"*wheeze*",
"replies":[
{
"text":"N",
"nextPhraseID":"iqhan_boss_1"
}
]
},
{
"id":"iqhan_boss_1",
"message":"[The figure points its finger towards you, in what looks to be an order for the nearby thralls to attack you]",
"replies":[
{
"text":"Fight!",
"nextPhraseID":"F"
}
]
},
{
"id":"sign_waterway1",
"message":"South: Loneford\nEast: Brimhaven.\n[You also see something written on an arrow pointing to the west, but you cannot understand the words]"
},
{
"id":"sign_waterway3",
"message":"The sign contains writing in a language you cannot understand."
},
{
"id":"gauward",
"message":"What... Oh, a visitor!",
"replies":[
{
"text":"What is this place?",
"nextPhraseID":"gauward_1"
},
{
"text":"I have some izthiel claws to sell you.",
"nextPhraseID":"gauward_sell_1",
"requires":[
{
"requireType":"questProgress",
"requireID":"nondisplay",
"value":20
}
]
}
]
},
{
"id":"gauward_1",
"message":"This place used to be a safe house for travelers between Loneford and Brimhaven, before they had finished the path between them.",
"replies":[
{
"text":"N",
"nextPhraseID":"gauward_2"
}
]
},
{
"id":"gauward_2",
"message":"However, nowadays, hardly anyone comes here - because of those cursed creatures from the river.",
"replies":[
{
"text":"N",
"nextPhraseID":"gauward_3"
}
]
},
{
"id":"gauward_3",
"message":"Izthiel, they call them.",
"replies":[
{
"text":"N",
"nextPhraseID":"gauward_4"
}
]
},
{
"id":"gauward_4",
"message":"Ack, if it wasn't for those things out there, I am sure a lot of people would come by here more often.",
"replies":[
{
"text":"Would you like me to kill the creatures for you?",
"nextPhraseID":"gauward_5"
}
]
},
{
"id":"gauward_5",
"message":"Oh sure. I have tried that. But they just keep coming back.",
"replies":[
{
"text":"N",
"nextPhraseID":"gauward_6"
}
]
},
{
"id":"gauward_6",
"message":"Tell you what though. Bring me those claws of theirs, and I'll buy them from you for a good price.",
"replies":[
{
"text":"OK, I will return with some of their claws.",
"nextPhraseID":"gauward_7"
}
]
},
{
"id":"gauward_7",
"message":"Good. Please do. I like knowing that their numbers are reduced at least.",
"rewards":[
{
"rewardType":"questProgress",
"rewardID":"nondisplay",
"value":20
}
]
},
{
"id":"gauward_sell_1",
"message":"Great. How many would you like to sell?",
"replies":[
{
"text":"Here's one.",
"nextPhraseID":"gauward_sold_1",
"requires":[
{
"requireType":"inventoryRemove",
"requireID":"izthiel_claw",
"value":1
}
]
},
{
"text":"Here's five.",
"nextPhraseID":"gauward_sold_5",
"requires":[
{
"requireType":"inventoryRemove",
"requireID":"izthiel_claw",
"value":5
}
]
},
{
"text":"Here's ten.",
"nextPhraseID":"gauward_sold_10",
"requires":[
{
"requireType":"inventoryRemove",
"requireID":"izthiel_claw",
"value":10
}
]
},
{
"text":"Here's twenty.",
"nextPhraseID":"gauward_sold_20",
"requires":[
{
"requireType":"inventoryRemove",
"requireID":"izthiel_claw",
"value":20
}
]
},
{
"text":"Never mind. I will be back with more izthiel claws to sell you.",
"nextPhraseID":"gauward_7"
}
]
},
{
"id":"gauward_sold_1",
"message":"Good, thank you. Here's some gold for your troubles.",
"rewards":[
{
"rewardType":"dropList",
"rewardID":"gold5"
}
]
},
{
"id":"gauward_sold_5",
"message":"Excellent, thank you! Here's some gold for your troubles.",
"rewards":[
{
"rewardType":"dropList",
"rewardID":"gold25"
}
]
},
{
"id":"gauward_sold_10",
"message":"Excellent, thank you! Here's some gold for your troubles.",
"rewards":[
{
"rewardType":"dropList",
"rewardID":"gold50"
}
]
},
{
"id":"gauward_sold_20",
"message":"Oh wow, you managed to get twenty of those claws? That's excellent, thank you! Here's some gold and some extra health potions for your troubles.",
"rewards":[
{
"rewardType":"dropList",
"rewardID":"gauward_sold_20"
}
]
}
]