From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../NPC/Backgrounds/v_background_list.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vamp_stuff/Modification_Files/NPC/Backgrounds/v_background_list.json (limited to 'vamp_stuff/Modification_Files/NPC/Backgrounds/v_background_list.json') 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": "", + "topic": "BGSS_LONEVAMP_S1", + "condition": { "npc_has_trait": "lonevamp_s1" }, + "switch": true + } + ] + } +] -- cgit v1.2.1