From 3a2ae908493759b3f29e9dc4ccab1f4fef6ec80d Mon Sep 17 00:00:00 2001 From: James Long Date: Thu, 22 Sep 2022 14:51:07 +0100 Subject: [PATCH] Add missing jinxes There were 2 missing jinxes for the Heretic: Baron and Lleech - this adds them both in. --- src/hatred.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/hatred.json b/src/hatred.json index b7d26ff..a30bb1c 100644 --- a/src/hatred.json +++ b/src/hatred.json @@ -205,6 +205,15 @@ } ] }, + { + "id": "Baron", + "hatred": [ + { + "id": "Heretic", + "reason": "The Baron might only add 1 Outsider, not 2." + } + ] + }, { "id": "Marionette", "hatred": [ @@ -357,6 +366,10 @@ { "id": "Slayer", "reason": "If the Slayer slays the Lleech's host, the host dies. " + }, + { + "id": "Heretic", + "reason": "If the Lleech has poisoned the Heretic then the Lleech dies, the Heretic remains poisoned." } ] }