summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/embrace.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/embrace.json
parentConvert VAMPSKIN to VAMP_SKIN (diff)
downloadcataclysm-dda-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/embrace.json')
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_npc_responds/embrace.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/embrace.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/embrace.json
new file mode 100644
index 0000000..0a01509
--- /dev/null
+++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/embrace.json
@@ -0,0 +1,21 @@
+[
+ {
+ "id": [ "TALK_FRIEND", "TALK_GIVE_ITEM", "TALK_USE_ITEM", "TALK_RADIO" ],
+ "note": "Check if the player is a vampire, not busy, and in person with a follower.",
+ "type": "talk_topic",
+ "responses": [
+ {
+ "text": "*Consider making your follower into a vampire*.",
+ "condition": { "and": [
+ { "u_has_trait": "THRESH_VAMP" },
+ { "not": { "npc_has_trait": "THRESH_VAMP" } },
+ { "not": "is_by_radio" },
+ { "not": "u_driving" },
+ { "not": "npc_driving" }
+ ] },
+ "topic": "TALK_EMBRACE_MENU_ALLY"
+ }
+ ]
+ }
+]
+