summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/general.json
blob: 1816cbdae20d32780dcb898310159f94e4d720e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
  {
    "id": [
        "TALK_VAMP_PLACEHOLDER",
        "TALK_GHOULIFY_MENU_ALLY",
        "TALK_EMBRACE_MENU_ALLY",
        "TALK_GHOULIFY_MENU_FRIENDLY",
        "TALK_BLOODDRINK_BY_FORCE_MUTANT_SUCCESS"
    ],
    "type": "talk_topic",
    "dynamic_line": "The dialogue is not yet complete.",
    "responses": [
      { "text": "Well ok then.", "topic": "TALK_DONE" }
    ]
  }
]