mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user