summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/NPC/v_npc_responds/Wastelands Outskirts/h_wr1_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_wr1_responses.json
parentInitial commit (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-873bd00487a751cf396481b3187def998eb1c3e8.tar.xz
Fix folder layout
Diffstat (limited to 'vamp_stuff/Modification Files/NPC/v_npc_responds/Wastelands Outskirts/h_wr1_responses.json')
-rw-r--r--vamp_stuff/Modification Files/NPC/v_npc_responds/Wastelands Outskirts/h_wr1_responses.json65
1 files changed, 0 insertions, 65 deletions
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
deleted file mode 100644
index 658e82b..0000000
--- a/vamp_stuff/Modification Files/NPC/v_npc_responds/Wastelands Outskirts/h_wr1_responses.json
+++ /dev/null
@@ -1,65 +0,0 @@
-[{
- "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"
- }
-]