summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json13
-rw-r--r--vamp_stuff/readme1
2 files changed, 11 insertions, 3 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json
index ba47447..fc8c2e4 100644
--- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json
+++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json
@@ -210,7 +210,14 @@
] }
]
},
- "topic": "TALK_BLOODDRINK_ALLY_REFUSE_LATER"
+ "trial": {
+ "type": "CONDITION",
+ "condition": {
+ "and": [ "npc_following" ]
+ }
+ },
+ "success": { "topic": "TALK_BLOODDRINK_ALLY_REFUSE_LATER" },
+ "failure": { "topic": "TALK_BLOODDRINK_FRIENDLY_REFUSE_LATER" }
},
{
"text": "*Forcefully take blood*",
@@ -487,7 +494,7 @@
]
},
{
- "id": [ "TALK_BLOODDRINK_ALLY_REFUSE" ],
+ "id": [ "TALK_BLOODDRINK_ALLY_REFUSE", "TALK_BLOODDRINK_FRIENDLY_REFUSE" ],
"type": "talk_topic",
"dynamic_line": "Not a chance vampire.",
"note": "The human is very annoyed.",
@@ -496,7 +503,7 @@
]
},
{
- "id": [ "TALK_BLOODDRINK_ALLY_REFUSE_LATER" ],
+ "id": [ "TALK_BLOODDRINK_ALLY_REFUSE_LATER", "TALK_BLOODDRINK_FRIENDLY_REFUSE_LATER" ],
"type": "talk_topic",
"dynamic_line": "I'm not feeling well enough to consider giving blood right now.",
"note": "The human has recently given blood and will refuse to give more until recovered.",
diff --git a/vamp_stuff/readme b/vamp_stuff/readme
index 1891f0c..79f2d7a 100644
--- a/vamp_stuff/readme
+++ b/vamp_stuff/readme
@@ -107,6 +107,7 @@ Get the arcana side of the mod working as well.
Rebalance blood more so it won't make you fat so quickly.
Finish blood drink/ghoul/thrall/vamp dialogue trees.
+Gate blood drink/ghoul/thrall/vamp dialogue trees behind a trait revealing you as a vampire.
Find a way to drink blood via dialogue without spilling or requiring a container as part of it
Fix exsanguinated corpses not rotting
Make blood an addiction.