From ae535384f7ffcff7a6be2b7d46f1e570603e192a Mon Sep 17 00:00:00 2001 From: Konstantin Date: Thu, 9 Mar 2023 12:02:33 +0300 Subject: [PATCH] vcmi: fix hourglass of the evil hour It also should block only positive luck, according to HOTA description. So, use LUCK with INDEPENDENT_MIN --- config/artifacts.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/artifacts.json b/config/artifacts.json index 1f47dbbe3..eb90dc52e 100644 --- a/config/artifacts.json +++ b/config/artifacts.json @@ -1258,9 +1258,10 @@ { "bonuses" : [ { - "type" : "BLOCK_LUCK", + "type" : "LUCK", "val" : 0, - "valueType" : "BASE_NUMBER" + "valueType" : "INDEPENDENT_MIN", + "propagator": "BATTLE_WIDE" } ], "index" : 85,