summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/Backgrounds/v_background_list.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/Backgrounds/v_background_list.json')
-rw-r--r--vamp_stuff/Modification_Files/NPC/Backgrounds/v_background_list.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/Backgrounds/v_background_list.json b/vamp_stuff/Modification_Files/NPC/Backgrounds/v_background_list.json
new file mode 100644
index 0000000..bf903a0
--- /dev/null
+++ b/vamp_stuff/Modification_Files/NPC/Backgrounds/v_background_list.json
@@ -0,0 +1,14 @@
+[
+ {
+ "id": "TALK_FRIEND_CONVERSATION",
+ "type": "talk_topic",
+ "responses": [
+ {
+ "text": "<BGSS_intro_question>",
+ "topic": "BGSS_LONEVAMP_S1",
+ "condition": { "npc_has_trait": "lonevamp_s1" },
+ "switch": true
+ }
+ ]
+ }
+]