summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/embrace.json
diff options
context:
space:
mode:
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"
+ }
+ ]
+ }
+]
+