Browse Source

vcmi: fix hourglass of the evil hour

It also should block only positive luck, according
to HOTA description. So, use LUCK with INDEPENDENT_MIN
Konstantin 2 years ago
parent
commit
ae535384f7
1 changed files with 3 additions and 2 deletions
  1. 3 2
      config/artifacts.json

+ 3 - 2
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,