Files
andors-trail/AndorsTrail/res/raw/conversationlist_ogam.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

191 lines
5.1 KiB
JSON

[
{
"id": "ogam_1",
"message": "Belief. Power. Struggle.",
"replies": [
{
"text": "What?",
"nextPhraseID": "ogam_2"
},
{
"text": "I was told to see you.",
"nextPhraseID": "ogam_2",
"requires": [
{
"requireType": "questProgress",
"requireID": "lodar",
"value": "15"
}
]
}
]
},
{
"id": "ogam_2",
"message": "Backwards is the burden high and low.",
"replies": [
{
"text": "What?",
"nextPhraseID": "ogam_3"
},
{
"text": "Please go on",
"nextPhraseID": "ogam_3"
},
{
"text": "Hello? Umar in the Fallhaven Thieves' Guild sent me to see you.",
"nextPhraseID": "ogam_3",
"requires": [
{
"requireType": "questProgress",
"requireID": "lodar",
"value": "15"
}
]
}
]
},
{
"id": "ogam_3",
"message": "Hiding in the Shadow.",
"replies": [
{
"text": "N",
"nextPhraseID": "ogam_4"
}
]
},
{
"id": "ogam_4",
"message": "Two alike in body and mind.",
"replies": [
{
"text": "Are you going to make any sense?",
"nextPhraseID": "ogam_5"
},
{
"text": "What do you mean?",
"nextPhraseID": "ogam_5"
}
]
},
{
"id": "ogam_5",
"message": "The lawful and the chaotic.",
"replies": [
{
"text": "Hello? Do you know how I can reach Lodar's hideaway?",
"nextPhraseID": "ogam_lodar_1",
"requires": [
{
"requireType": "questProgress",
"requireID": "lodar",
"value": "15"
}
]
},
{
"text": "I don't understand.",
"nextPhraseID": "ogam_6"
}
]
},
{
"id": "ogam_lodar_1",
"message": "Lodar? Clear, tingling, hurt.",
"replies": [
{
"text": "N",
"nextPhraseID": "ogam_6"
}
]
},
{
"id": "ogam_6",
"message": "Yes. The true form. Behold.",
"replies": [
{
"text": "N",
"nextPhraseID": "ogam_7"
}
]
},
{
"id": "ogam_7",
"message": "Hiding in the Shadow.",
"replies": [
{
"text": "The Shadow?",
"nextPhraseID": "ogam_4"
},
{
"text": "Are you even listening to what I say?",
"nextPhraseID": "ogam_4"
},
{
"text": "Hello? Do you know how I can reach Lodar's hideaway?",
"nextPhraseID": "ogam_lodar_2",
"requires": [
{
"requireType": "questProgress",
"requireID": "lodar",
"value": "15"
}
]
}
]
},
{
"id": "ogam_lodar_2",
"message": "Lodar, halfway between the Shadow and the light. Rocky formations.",
"replies": [
{
"text": "Ok, halfway between two places. Some rocks?",
"nextPhraseID": "ogam_lodar_3"
},
{
"text": "Uh. Could you repeat that?",
"nextPhraseID": "ogam_lodar_3"
}
]
},
{
"id": "ogam_lodar_3",
"message": "Guardian. Glow of the Shadow.",
"rewards": [
{
"rewardType": "questProgress",
"rewardID": "lodar",
"value": 20
}
],
"replies": [
{
"text": "Glow of the Shadow? Are those the words the guardian needs to hear?",
"nextPhraseID": "ogam_lodar_4"
},
{
"text": "'Glow of the Shadow'? I recognize that from somewhere.",
"nextPhraseID": "ogam_lodar_4",
"requires": [
{
"requireType": "questProgress",
"requireID": "bonemeal",
"value": "30"
}
]
}
]
},
{
"id": "ogam_lodar_4",
"message": "Turning. Twisting. Clear form.",
"replies": [
{
"text": "What does that mean?",
"nextPhraseID": "ogam_1"
}
]
}
]