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:
parent
c07e74250b
commit
ae535384f7
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user