From 3123aa5696887f056125a46ca226bd407492117d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 25 Jul 2021 05:26:23 -0700 Subject: Fix blood drinking reputation nerfs not working --- .../Modification_Files/NPC/v_npc_responds/blood-drinking.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 a0fb198..b582334 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 @@ -103,7 +103,7 @@ "note": "vampires will refuse and possibly attack you for merely being asked to give blood.", "condition": { "npc_has_trait": "THRESH_VAMP" }, "trial": { "type": "PERSUADE", "difficulty": 15, "mod": [ [ "TRUST", 6 ], [ "VALUE", 2 ], [ "ANGER", -6 ] ] }, - "success": { "topic": "TALK_BLOODDRINK_VAMPIRE_REFUSE" }, "opinion": { "trust": -2, "anger": 2 }, + "success": { "topic": "TALK_BLOODDRINK_VAMPIRE_REFUSE", "opinion": { "trust": -2, "anger": 2 } }, "failure": { "topic": "TALK_BLOODDRINK_VAMPIRE_ATTACK" } }, { @@ -126,7 +126,7 @@ "THRESH_LUPINE" ] } ] }, "trial": { "type": "PERSUADE", "difficulty": 15, "mod": [ [ "TRUST", 6 ], [ "VALUE", 2 ], [ "ANGER", -6 ] ] }, - "success": { "topic": "TALK_BLOODDRINK_BADTRAIT_REFUSE" }, "opinion": { "trust": -1, "anger": 1 }, + "success": { "topic": "TALK_BLOODDRINK_BADTRAIT_REFUSE", "opinion": { "trust": -1, "anger": 1 } }, "failure": { "topic": "TALK_BLOODDRINK_BADTRAIT_ATTACK" } }, { @@ -164,7 +164,7 @@ }, "trial": { "type": "PERSUADE", "difficulty": 15, "mod": [ [ "TRUST", 6 ], [ "VALUE", 2 ], [ "ANGER", -6 ] ] }, "success": { "topic": "TALK_BLOODDRINK_ALLY_ACCEPT" }, - "failure": { "topic": "TALK_BLOODDRINK_ALLY_REFUSE" }, "opinion": { "trust": -1, "anger": 1 } + "failure": { "topic": "TALK_BLOODDRINK_ALLY_REFUSE", "opinion": { "trust": -1, "anger": 1 } } }, { "text": "Would you mind sharing some of your blood?", @@ -201,7 +201,7 @@ }, "trial": { "type": "PERSUADE", "difficulty": 20, "mod": [ [ "TRUST", 6 ], [ "VALUE", 2 ], [ "ANGER", -6 ] ] }, "success": { "topic": "TALK_BLOODDRINK_FRIENDLY_ACCEPT" }, - "failure": { "topic": "TALK_BLOODDRINK_FRIENDLY_REFUSE" }, "opinion": { "trust": -1, "anger": 1 } + "failure": { "topic": "TALK_BLOODDRINK_FRIENDLY_REFUSE", "opinion": { "trust": -1, "anger": 1 } } }, { "text": "Would you mind sharing some of your blood?", -- cgit v1.2.1