diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-25 05:26:23 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-25 05:26:23 -0700 |
commit | 3123aa5696887f056125a46ca226bd407492117d (patch) | |
tree | 989d55a7fffae2f977bdf13258585d38c403ca2e /vamp_stuff/Modification_Files/NPC | |
parent | Fix multiple blood drink options occuring at the same time. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-3123aa5696887f056125a46ca226bd407492117d.tar.xz |
Fix blood drinking reputation nerfs not working
Diffstat (limited to 'vamp_stuff/Modification_Files/NPC')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json | 8 |
1 files changed, 4 insertions, 4 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 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?", |