Files
andors-trail/AndorsTrail/res/raw/conversationlist_unzel2.json
Oskar Wiksten 5e1f91bad4 Changing all const ints to enums, making the json resource files much easier to read
* Though, the json files will get a bit larger.
2013-07-16 02:35:59 +02:00

81 lines
2.1 KiB
JSON

[
{
"id": "unzel_msg1",
"message": "Kaverin, my old friend! It's good to hear that he is still alive. What is the message?",
"replies": [
{
"text": "Here it is.",
"nextPhraseID": "unzel_msg2",
"requires": [
{
"requireType": "inventoryRemove",
"requireID": "kaverin_message",
"value": 1
}
]
}
]
},
{
"id": "unzel_msg2",
"message": "Hmmm, yes... Let's see... (Unzel opens the sealed message and reads it)",
"rewards": [
{
"rewardType": "questProgress",
"rewardID": "kaverin",
"value": 30
}
],
"replies": [
{
"text": "N",
"nextPhraseID": "unzel_msg3"
}
]
},
{
"id": "unzel_msg3",
"message": "Yes, this makes sense with what I have seen.",
"replies": [
{
"text": "N",
"nextPhraseID": "unzel_msg4"
}
]
},
{
"id": "unzel_msg4",
"message": "Thank you for bringing it to me.",
"replies": [
{
"text": "N",
"nextPhraseID": "unzel_msg5"
}
]
},
{
"id": "unzel_msg5",
"message": "Your help could prove more valuable than you might realize.",
"replies": [
{
"text": "N",
"nextPhraseID": "unzel_msg6"
}
]
},
{
"id": "unzel_msg6",
"message": "Say hello to my old friend Kaverin the next time you see him, will you?"
},
{
"id": "unzel_msg_r0",
"message": "Hello again. Thank you for your help with defeating Vacor and bringing me the message from Kaverin.",
"replies": [
{
"text": "N",
"nextPhraseID": "unzel_msg5"
}
]
}
]