summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/Backgrounds/v_background_list.json
blob: bf903a001bd86949b33042a39949dbf7f0a85e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
      }
    ]
  }
]