diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-25 08:13:21 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-25 08:13:21 -0700 |
commit | 813268a50f16ce89ee14000be287087685c62394 (patch) | |
tree | 4cfb51dc508219360d63365aaeb461bd7c0b1dac /vamp_stuff/Modification_Files | |
parent | Add effect so NPCs remember for 48h they are unwilling to give blood (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-813268a50f16ce89ee14000be287087685c62394.tar.xz |
Unbreak convincing npcs to be fed upon
Diffstat (limited to 'vamp_stuff/Modification_Files')
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/v_npc_responds/blood-drinking.json | 48 |
1 files changed, 24 insertions, 24 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 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": { |