From 0eddfc3cdf1f6588960d179950d46c9683454bdd Mon Sep 17 00:00:00 2001 From: Kamejeir <99511880+Kamejeir@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:03:41 +0200 Subject: [PATCH] cranberry conversations now slightly more human --- data/json/npcs/robofac/NPC_Cranberry_Foster.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/data/json/npcs/robofac/NPC_Cranberry_Foster.json b/data/json/npcs/robofac/NPC_Cranberry_Foster.json index f6313dc12b3e6..15cf4aa16ad4e 100644 --- a/data/json/npcs/robofac/NPC_Cranberry_Foster.json +++ b/data/json/npcs/robofac/NPC_Cranberry_Foster.json @@ -460,6 +460,11 @@ }, "responses": [ { "text": "Damn. Where can I get one of those?", "topic": "TALK_ROBOFAC_MERC_1_HWP_EXPLANATION_WHERE" }, + { + "text": "I've helped you out now. Do you think you could vouch for me with our employers?", + "condition": { "compare_string": [ "1", { "u_val": "favor_owed_to_u_robofac_merc_1_favor" } ] }, + "topic": "TALK_ROBOFAC_MERC_1_HWP_YES" + }, { "text": "I see.", "topic": "TALK_ROBOFAC_MERC_1_MAIN" } ] }, @@ -471,7 +476,11 @@ { "id": "TALK_ROBOFAC_MERC_1_HWP_YES", "type": "talk_topic", - "dynamic_line": "I do owe you one. Tell you what: I'll let the Hub know that you're worth manufacturing some proper gear for. Let 'em know that I sent you next time you talk with them and I'm sure they'll help you.", + "dynamic_line": { + "compare_string": [ "yes", { "u_val": "dialogue_hub_merc_promised_u" } ], + "no": "I do owe you one. Tell you what: I'll let the Hub know that you're worth manufacturing some proper gear for. Let 'em know that I sent you next time you talk with them and I'm sure they'll help you.", + "yes": "As promised earlier, I'll let the Hub know that you're worth manufacturing some proper gear for. Let 'em know that I sent you next time you talk with them and I'm sure they'll help you." + }, "speaker_effect": { "effect": { "u_add_var": "dialogue_hub_rnd_u_can_research_rifle", "value": "yes" } }, "responses": [ { "text": "Thanks.", "topic": "TALK_ROBOFAC_MERC_1_MAIN" } ] }, @@ -497,6 +506,7 @@ "id": "TALK_ROBOFAC_MERC_1_HWP_IF_I_OWE_YOU", "type": "talk_topic", "dynamic_line": "Once we finish up this job, I'll vouch for you. Pinkie promise.", + "speaker_effect": { "effect": { "u_add_var": "dialogue_hub_merc_promised_u", "value": "yes" } }, "responses": [ { "text": "Alright.", "topic": "TALK_ROBOFAC_MERC_1_MAIN" } ] }, {