summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wjs_responses.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
commit66ffd7038cf10566bd35bb6713677a5f8de3b6ef (patch)
tree1d1118242801f876c27f7566c0258184aafd440a /vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wjs_responses.json
downloadcataclysm-dda-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wjs_responses.json')
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_npc_responds/Wastelands_Outskirts/h_wjs_responses.json68
1 files changed, 68 insertions, 0 deletions
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"
+ }
+]