From 477f1d9326641b06c63acc433f2bf73b868e91c9 Mon Sep 17 00:00:00 2001 From: Rijackson Date: Thu, 11 May 2017 17:10:01 -0400 Subject: [PATCH] Minor changes to Mikhail's dialog from Tom, that give a little information about raw meat and food poisoning. --- .../res/raw/conversationlist_mikhail.json | 2 +- .../conversationlist_mikhail_foodpoison.json | 32 +++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 AndorsTrail/res/raw/conversationlist_mikhail_foodpoison.json diff --git a/AndorsTrail/res/raw/conversationlist_mikhail.json b/AndorsTrail/res/raw/conversationlist_mikhail.json index 4c9cca20a..1359ac8fe 100644 --- a/AndorsTrail/res/raw/conversationlist_mikhail.json +++ b/AndorsTrail/res/raw/conversationlist_mikhail.json @@ -321,7 +321,7 @@ "replies":[ { "text":"N", - "nextPhraseID":"mikhail_rats_start3" + "nextPhraseID":"mikhail_rats_start2a" } ] }, diff --git a/AndorsTrail/res/raw/conversationlist_mikhail_foodpoison.json b/AndorsTrail/res/raw/conversationlist_mikhail_foodpoison.json new file mode 100644 index 000000000..abef22acb --- /dev/null +++ b/AndorsTrail/res/raw/conversationlist_mikhail_foodpoison.json @@ -0,0 +1,32 @@ +[ + { + "id":"mikhail_rats_start2a", + "message":"Another way to regain your strength is to eat some food. You can buy some for yourself from Mara at the town hall. But watch out - I hear that raw meat can sometimes give you food poisoning.", + "replies":[ + { + "text":"N", + "nextPhraseID":"mikhail_rats_start2b" + } + ] + }, + { + "id":"mikhail_rats_start2b", + "message":"If that happens, perhaps the town priest can do something to help you. Otherwise, just rest until you feel better.", + "replies":[ + { + "text":"N", + "nextPhraseID":"mikhail_rats_start2c" + } + ] + }, + { + "id":"mikhail_rats_start2c", + "message":"Me, I can't really afford the meat, so I just stick to my bread!", + "replies":[ + { + "text":"N", + "nextPhraseID":"mikhail_rats_start3" + } + ] + } +] \ No newline at end of file