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-21 17:12:43 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-21 17:12:43 -0700
commit873bd00487a751cf396481b3187def998eb1c3e8 (patch)
tree1bfa40b7092fc78147d0ba8416e80eb0b1ed1eb2 /vamp_stuff/Modification Files/NPC/v_npc_responds/Wastelands Outskirts/h_wjs_responses.json
parentInitial commit (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-873bd00487a751cf396481b3187def998eb1c3e8.tar.xz
Fix folder layout
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.json89
1 files changed, 0 insertions, 89 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
deleted file mode 100644
index 3977940..0000000
--- a/vamp_stuff/Modification Files/NPC/v_npc_responds/Wastelands Outskirts/h_wjs_responses.json
+++ /dev/null
@@ -1,89 +0,0 @@
-[{
- "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"
- }
-]