1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-05-13 22:06:58 +02:00

vcmi: fix hourglass of the evil hour

It also should block only positive luck, according
to HOTA description. So, use LUCK with INDEPENDENT_MIN
This commit is contained in:
Konstantin 2023-03-09 12:02:33 +03:00
parent c07e74250b
commit ae535384f7

View File

@ -1258,9 +1258,10 @@
{ {
"bonuses" : [ "bonuses" : [
{ {
"type" : "BLOCK_LUCK", "type" : "LUCK",
"val" : 0, "val" : 0,
"valueType" : "BASE_NUMBER" "valueType" : "INDEPENDENT_MIN",
"propagator": "BATTLE_WIDE"
} }
], ],
"index" : 85, "index" : 85,