From 0c878c9a219b12cdee5b771650ac5e1cd098a661 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 12 Sep 2022 01:43:35 -0700 Subject: Fix a bunch of places I forgot to update the vampirism trait ID. --- .../NPC/v_npc_responds/blood-drinking.json | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json') 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 18062c7..9a4cc30 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 @@ -7,8 +7,8 @@ { "text": "*Consider drinking their blood*", "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": "is_by_radio" }, { "not": "u_driving" }, { "not": "npc_driving" } @@ -25,8 +25,8 @@ { "text": "*Consider drinking their blood*", "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": "is_by_radio" }, { "not": "u_driving" }, { "not": "npc_driving" } @@ -43,7 +43,7 @@ { "text": "No, these are my feeding grounds!", "condition": { "and": [ - { "u_has_trait": "THRESH_VAMP" }, + { "u_has_trait": "THRESH_REAL_VAMP" }, { "not": "is_by_radio" }, { "not": "u_driving" }, { "not": "npc_driving" } @@ -62,7 +62,7 @@ { "text": "No, these are my feeding grounds!", "condition": { "and": [ - { "u_has_trait": "THRESH_VAMP" }, + { "u_has_trait": "THRESH_REAL_VAMP" }, { "not": "is_by_radio" }, { "not": "u_driving" }, { "not": "npc_driving" } @@ -100,7 +100,7 @@ { "text": "Would you mind sharing some of your blood?", "//": "vampires will refuse and possibly attack you for merely being asked to give blood.", - "condition": { "npc_has_trait": "THRESH_VAMP" }, + "condition": { "npc_has_trait": "THRESH_REAL_VAMP" }, "trial": { "type": "PERSUADE", "difficulty": 15, "mod": [ [ "TRUST", 6 ], [ "VALUE", 2 ], [ "ANGER", -6 ] ] }, "success": { "topic": "TALK_BLOODDRINK_VAMPIRE_REFUSE", "opinion": { "trust": -2, "anger": 2 } }, "failure": { "topic": "TALK_BLOODDRINK_VAMPIRE_ATTACK" } @@ -113,7 +113,7 @@ { "not": { "npc_has_any_trait": [ "VAMP_BLOODDOLL", - "THRESH_VAMP", + "THRESH_REAL_VAMP", "VAMP_GHOUL", "VAMP_BLOODDRINK_REFUSED" ] } @@ -143,7 +143,7 @@ { "not": { "npc_has_any_trait": [ "VAMP_BLOODDOLL", - "THRESH_VAMP", + "THRESH_REAL_VAMP", "VAMP_GHOUL" ] } }, @@ -183,7 +183,7 @@ { "not": { "npc_has_any_trait": [ "VAMP_BLOODDOLL", - "THRESH_VAMP", + "THRESH_REAL_VAMP", "VAMP_GHOUL" ] } }, @@ -224,7 +224,7 @@ { "not": { "npc_has_any_trait": [ "VAMP_BLOODDOLL", - "THRESH_VAMP", + "THRESH_REAL_VAMP", "VAMP_GHOUL" ] } }, @@ -256,14 +256,14 @@ { "text": "*Forcefully take blood*", "//": "Take blood by force. Vampires.", - "condition": { "npc_has_trait": "THRESH_VAMP" }, + "condition": { "npc_has_trait": "THRESH_REAL_VAMP" }, "topic": "TALK_BLOODDRINK_BY_FORCE_VAMP" }, { "text": "*Forcefully take blood*", "//": "Take blood by force. Mutants with traits that make biting them a bad idea. Cut/Stab Armour 5 or higher, acid, spines, but not poison.", "condition": { "and": [ - { "not": { "npc_has_trait": "THRESH_VAMP" } }, + { "not": { "npc_has_trait": "THRESH_REAL_VAMP" } }, { "npc_has_any_trait": [ "THICK_SCALES", "CHITIN", @@ -288,7 +288,7 @@ "text": "*Forcefully take blood*", "//": "Take blood by force. Humans.", "condition": { "and": [ - { "not": { "npc_has_trait": "THRESH_VAMP" } }, + { "not": { "npc_has_trait": "THRESH_REAL_VAMP" } }, { "not": { "npc_has_any_trait": [ "THICK_SCALES", "CHITIN", -- cgit v1.2.1