Skip to content

Commit

Permalink
Merge pull request #77119 from Kamejeir/cranberry-conversation-smoother
Browse files Browse the repository at this point in the history
cranberry conversations now slightly more human
  • Loading branch information
Maleclypse authored Oct 19, 2024
2 parents 50204d5 + 0eddfc3 commit 406229c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion data/json/npcs/robofac/NPC_Cranberry_Foster.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
},
Expand All @@ -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" } ]
},
Expand All @@ -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" } ]
},
{
Expand Down

0 comments on commit 406229c

Please sign in to comment.