From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Wastelands_Outskirts/h_wr1_responses.json | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr1_responses.json (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr1_responses.json') diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr1_responses.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr1_responses.json new file mode 100644 index 0000000..178394f --- /dev/null +++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wr1_responses.json @@ -0,0 +1,50 @@ +[ + { + "dynamic_line": "Hey, what's up?", + "id": "TALK_HUMAN_WASTELAND1_maintalk", + "responses": [ + { "text": "What's happening here?.", "topic": "TALK_HUMAN_WASTELAND1_here" }, + { "text": "Want to come along?.", "topic": "TALK_HUMAN_WASTELAND1_come" }, + { "text": "Bye.", "topic": "TALK_DONE" } + ], + "type": "talk_topic" + }, + { + "dynamic_line": "As usual. Repairs, gatherings, carnages... ", + "id": "TALK_HUMAN_WASTELAND1_here", + "responses": [ { "text": "Oh, okay...", "topic": "TALK_HUMAN_WASTELAND1_maintalk" } ], + "type": "talk_topic" + }, + { + "dynamic_line": { + "no": "I don't say I don't trust you, but no.", + "u_has_trait": "wastehumanassociatemark", + "yes": "Are you sure about this? I could be a burden in your travels?" + }, + "id": "TALK_HUMAN_WASTELAND1_come", + "responses": [ + { + "condition": { "u_has_trait": "wastehumanassociatemark" }, + "effect": "follow", + "text": "Just follow me and we'll be fine.", + "topic": "TALK_DONE" + }, + { + "condition": { "u_has_trait": "wastehumanassociatemark" }, + "text": "Just kiddin'.", + "topic": "TALK_HUMAN_WASTELAND1_maintalk" + }, + { + "condition": { "not": { "u_has_trait": "wastehumanassociatemark" } }, + "text": "Okay...", + "topic": "TALK_HUMAN_WASTELAND1_maintalk" + }, + { + "condition": { "not": { "u_has_trait": "wastehumanassociatemark" } }, + "text": "Bye then...", + "topic": "TALK_DONE" + } + ], + "type": "talk_topic" + } +] -- cgit v1.2.1