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_wjs_responses.json | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wjs_responses.json (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wjs_responses.json') diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wjs_responses.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wjs_responses.json new file mode 100644 index 0000000..f370007 --- /dev/null +++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wjs_responses.json @@ -0,0 +1,68 @@ +[ + { + "dynamic_line": [ "Good to see ya, bud!", "Hello there traveler!", "Interested in my wares?!" ], + "id": "TALK_HUMAN_JUNKSHOP_maintalk", + "responses": [ + { + "condition": { "not": { "npc_has_trait": "wastehumanjshoptalkedtohere" } }, + "text": "Who and what are you doing here?.", + "topic": "TALK_HUMAN_JUNKSHOP_here" + }, + { + "condition": { + "and": [ + { "npc_has_trait": "wastehumanjshoptalkedtohere" }, + { "not": { "npc_has_trait": "wastehumanjshoptalkedtohereagain" } } + ] + }, + "text": "Who and what are you doing here?.", + "topic": "TALK_HUMAN_JUNKSHOP_hereagain" + }, + { + "condition": { "not": { "npc_has_trait": "wastehumanjshoptalkedjoblol" } }, + "effect": { "npc_add_trait": "wastehumanjshoptalkedjoblol" }, + "text": "Any job to offer?.", + "topic": "TALK_HUMAN_JUNKSHOP_joblol" + }, + { "effect": "start_trade", "text": "I want your junk...", "topic": "TALK_HUMAN_JUNKSHOP_maintalk" }, + { "text": "Bye.", "topic": "TALK_DONE" } + ], + "type": "talk_topic" + }, + { + "dynamic_line": "Just a silly guy collecting garbage outside, somewhere far from those frenzied walkers. There are times my job put me into risks, so I only bring few of them back here.", + "id": "TALK_HUMAN_JUNKSHOP_here", + "responses": [ { "text": "And... How's the living here?", "topic": "TALK_HUMAN_JUNKSHOP_there" } ], + "type": "talk_topic" + }, + { + "dynamic_line": "Peaceful as always. But you see, life's been easier living along with these vampires. They offer us protection from all sorts of threat while us humans do the usual chores outside.", + "id": "TALK_HUMAN_JUNKSHOP_there", + "responses": [ + { + "effect": { "npc_add_trait": "wastehumanjshoptalkedtohere" }, + "text": "I guess they're friendly afterall...", + "topic": "TALK_HUMAN_JUNKSHOP_maintalk" + } + ], + "type": "talk_topic" + }, + { + "dynamic_line": "I have said my words clearly, or you like to repeat one's answer for fun?", + "id": "TALK_HUMAN_JUNKSHOP_hereagain", + "responses": [ + { + "effect": { "npc_add_trait": "wastehumanjshoptalkedtohereagain" }, + "text": "Sorry about that...", + "topic": "TALK_HUMAN_JUNKSHOP_maintalk" + } + ], + "type": "talk_topic" + }, + { + "dynamic_line": "Hey buddy, I sell stuff here. Do you think I have a problem?\n*Points a finger to his face*", + "id": "TALK_HUMAN_JUNKSHOP_joblol", + "responses": [ { "text": "Ummm... No.", "topic": "TALK_HUMAN_JUNKSHOP_maintalk" } ], + "type": "talk_topic" + } +] -- cgit v1.2.1