From 5fc99f6c05deccf8b7eb917a292e7e184402dc78 Mon Sep 17 00:00:00 2001 From: FalconTaterz Date: Sun, 25 Aug 2024 09:34:40 -0500 Subject: [PATCH] Implement dialogue from Godbert --- .../1204_The Rise and Fall of a Gentlemen.json | 5 +++-- .../1438_The Business of Betrothal.json | 9 ++++++++- .../Hildibrand Quests/1440_Seeds of Rebellion.json | 1 + 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1204_The Rise and Fall of a Gentlemen.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1204_The Rise and Fall of a Gentlemen.json index 25cb3679..1619def5 100644 --- a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1204_The Rise and Fall of a Gentlemen.json +++ b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1204_The Rise and Fall of a Gentlemen.json @@ -23,6 +23,7 @@ "DialogueChoices": [ { "Type": "YesNo", + "Prompt": "TEXT_CHRHDB101_01204_Q1_000_1", "Yes": true } ] @@ -100,8 +101,8 @@ "DialogueChoices": [ { "Type": "List", - "Prompt": "", - "Answer": "" + "Prompt": "TEXT_CHRHDB101_01204_Q2_000_1", + "Answer": "TEXT_CHRHDB101_01204_Q2A2_000_2" } ] } diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1438_The Business of Betrothal.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1438_The Business of Betrothal.json index 43be74e9..ce51d72c 100644 --- a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1438_The Business of Betrothal.json +++ b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1438_The Business of Betrothal.json @@ -55,7 +55,14 @@ "InteractionType": "Interact", "DialogueChoices": [ { - "Type": "List" + "Type": "List", + "Prompt": "TEXT_CHRHDB301_01438_Q1_000_000", + "Answer": "TEXT_CHRHDB301_01438_A1_000_030" + }, + { + "Type": "List", + "Prompt": "TEXT_CHRHDB301_01438_Q2_000_000", + "Answer": "TEXT_CHRHDB301_01438_A2_000_030" } ] } diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1440_Seeds of Rebellion.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1440_Seeds of Rebellion.json index 88e4ac8a..eb2fdacf 100644 --- a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1440_Seeds of Rebellion.json +++ b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1440_Seeds of Rebellion.json @@ -17,6 +17,7 @@ "DialogueChoices": [ { "Type": "YesNo", + "Prompt": "TEXT_CHRHDB303_01440_Q1_000_010", "Yes": true } ]