summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/general.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-01 01:34:47 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-01 01:34:47 -0700
commita0dabe709fd89018827a5c760e8ad43f824a6588 (patch)
tree6df2394f6b507897051e05d3905bde588312e639 /vamp_stuff/Modification_Files/NPC/v_npc_responds/general.json
parentConvert VAMPSKIN to VAMP_SKIN (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-a0dabe709fd89018827a5c760e8ad43f824a6588.tar.xz
Expand blood drinking dialogue to allow recruiting non-allied blood dolls
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/general.json')
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_npc_responds/general.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/general.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/general.json
new file mode 100644
index 0000000..736e96f
--- /dev/null
+++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/general.json
@@ -0,0 +1,15 @@
+[
+ {
+ "id": [
+ "TALK_VAMP_PLACEHOLDER",
+ "TALK_GHOULIFY_MENU_ALLY",
+ "TALK_EMBRACE_MENU_ALLY",
+ "TALK_GHOULIFY_MENU_FRIENDLY"
+ ],
+ "type": "talk_topic",
+ "dynamic_line": "The dialogue is not yet complete.",
+ "responses": [
+ { "text": "Well ok then.", "topic": "TALK_DONE" }
+ ]
+ }
+]