From 813268a50f16ce89ee14000be287087685c62394 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 25 Jul 2021 08:13:21 -0700 Subject: Unbreak convincing npcs to be fed upon --- .../NPC/v_npc_responds/blood-drinking.json | 48 +++++++++++----------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'vamp_stuff/Modification_Files/NPC/v_npc_responds') 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 cfcd96e..a360a44 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 @@ -148,19 +148,19 @@ "SPIRITUAL", "THRESH_LUPINE" ] } - }, - { "not": - { "or": [ - { "npc_need": "thirst", "amount": 80 }, - { "npc_need": "hunger", "amount": 160 }, - { "npc_need": "fatigue", "amount": "TIRED" }, - { "npc_need": "fatigue", "amount": "DEAD_TIRED" }, - { "npc_need": "fatigue", "amount": "EXHAUSTED" }, - { "npc_has_effect": "vamp_given_blood" }, - { "npc_has_effect": "vamp_refused_blood" } - ] } } - ] }, + ], + "not": + { "or": [ + { "npc_need": "thirst", "amount": 80 }, + { "npc_need": "hunger", "amount": 160 }, + { "npc_need": "fatigue", "amount": "TIRED" }, + { "npc_need": "fatigue", "amount": "DEAD_TIRED" }, + { "npc_need": "fatigue", "amount": "EXHAUSTED" }, + { "npc_has_effect": "vamp_given_blood" }, + { "npc_has_effect": "vamp_refused_blood" } + ] } + }, "trial": { "type": "PERSUADE", "difficulty": 15, "mod": [ [ "TRUST", 6 ], [ "VALUE", 2 ], [ "ANGER", -6 ] ] }, "success": { "topic": "TALK_BLOODDRINK_ALLY_ACCEPT" }, "failure": { @@ -189,19 +189,19 @@ "SPIRITUAL", "THRESH_LUPINE" ] } - }, - { "not": - { "or": [ - { "npc_need": "thirst", "amount": 80 }, - { "npc_need": "hunger", "amount": 160 }, - { "npc_need": "fatigue", "level": "TIRED" }, - { "npc_need": "fatigue", "level": "DEAD_TIRED" }, - { "npc_need": "fatigue", "level": "EXHAUSTED" }, - { "npc_has_effect": "vamp_given_blood" }, - { "npc_has_effect": "vamp_refused_blood" } - ] } } - ] }, + ], + "not": + { "or": [ + { "npc_need": "thirst", "amount": 80 }, + { "npc_need": "hunger", "amount": 160 }, + { "npc_need": "fatigue", "amount": "TIRED" }, + { "npc_need": "fatigue", "amount": "DEAD_TIRED" }, + { "npc_need": "fatigue", "amount": "EXHAUSTED" }, + { "npc_has_effect": "vamp_given_blood" }, + { "npc_has_effect": "vamp_refused_blood" } + ] } + }, "trial": { "type": "PERSUADE", "difficulty": 20, "mod": [ [ "TRUST", 6 ], [ "VALUE", 2 ], [ "ANGER", -6 ] ] }, "success": { "topic": "TALK_BLOODDRINK_FRIENDLY_ACCEPT" }, "failure": { -- cgit v1.2.1