summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json')
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json22
1 files changed, 11 insertions, 11 deletions
diff --git a/vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json b/vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json
index a129c2c..3053572 100644
--- a/vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json
+++ b/vamp_stuff/Modification_Files/NPC/v_npc_responds/ghoul.json
@@ -7,8 +7,8 @@
{
"text": "*Consider making your follower into a ghoul*",
"condition": { "and": [
- { "u_has_trait": "THRESH_VAMP" },
- { "not": { "npc_has_trait": "THRESH_VAMP" } },
+ { "u_has_trait": "THRESH_REAL_VAMP" },
+ { "not": { "npc_has_trait": "THRESH_REAL_VAMP" } },
{ "not": { "npc_has_trait": "VAMP_GHOUL" } },
{ "not": { "npc_has_trait": "VAMP_BLOODDOLL" } },
{ "not": "is_by_radio" },
@@ -27,7 +27,7 @@
{
"text": "*Consider making the stranger into a ghoul*",
"condition": { "and": [
- { "not": { "npc_has_trait": "THRESH_VAMP" } },
+ { "not": { "npc_has_trait": "THRESH_REAL_VAMP" } },
{ "not": { "npc_has_trait": "VAMP_GHOUL" } },
{ "not": { "npc_has_trait": "VAMP_BLOODDOLL" } },
{ "not": "is_by_radio" },
@@ -53,7 +53,7 @@
{ "npc_has_any_trait": [
"VAMP_BLOODDOLL",
"VAMP_GHOUL_REFUSED",
- "THRESH_VAMP",
+ "THRESH_REAL_VAMP",
"VAMP_GHOUL"
] }
},
@@ -83,7 +83,7 @@
{ "npc_has_any_trait": [
"VAMP_BLOODDOLL",
"VAMP_GHOUL_REFUSED",
- "THRESH_VAMP",
+ "THRESH_REAL_VAMP",
"VAMP_GHOUL"
] }
},
@@ -115,7 +115,7 @@
{ "npc_has_any_trait": [
"VAMP_BLOODDOLL",
"VAMP_GHOUL_REFUSED",
- "THRESH_VAMP",
+ "THRESH_REAL_VAMP",
"VAMP_GHOUL"
] }
},
@@ -143,7 +143,7 @@
"text": "*Forcefully make ghoul*",
"//": "Make ghoul by force. Humans.",
"condition": { "and": [
- { "not": { "npc_has_trait": "THRESH_VAMP" } },
+ { "not": { "npc_has_trait": "THRESH_REAL_VAMP" } },
{ "not": { "npc_has_trait": "VAMP_GHOUL" } },
{ "not": { "npc_has_trait": "VAMP_BLOODDOLL" } }
] },
@@ -270,8 +270,8 @@
{
"text": "We'll see who is giving orders after I enslave you!",
"condition": { "and": [
- { "u_has_trait": "THRESH_VAMP" },
- { "not": { "npc_has_trait": "THRESH_VAMP" } },
+ { "u_has_trait": "THRESH_REAL_VAMP" },
+ { "not": { "npc_has_trait": "THRESH_REAL_VAMP" } },
{ "not": { "npc_has_trait": "VAMP_GHOUL" } },
{ "not": { "npc_has_trait": "VAMP_BLOODDOLL" } },
{ "not": "is_by_radio" },
@@ -292,8 +292,8 @@
{
"text": "We'll see who is giving orders after I enslave you!",
"condition": { "and": [
- { "u_has_trait": "THRESH_VAMP" },
- { "not": { "npc_has_trait": "THRESH_VAMP" } },
+ { "u_has_trait": "THRESH_REAL_VAMP" },
+ { "not": { "npc_has_trait": "THRESH_REAL_VAMP" } },
{ "not": { "npc_has_trait": "VAMP_GHOUL" } },
{ "not": { "npc_has_trait": "VAMP_BLOODDOLL" } },
{ "not": "is_by_radio" },