1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

Fixes #1139 - Unicorns now cast blind at expert level

This commit is contained in:
Ivan Savenko 2022-12-16 21:46:52 +02:00
parent 733f21f8dc
commit 39a54ff8ff

View File

@ -274,7 +274,8 @@
{
"type" : "SPELL_AFTER_ATTACK",
"subtype" : "spell.blind",
"val" : 20
"val" : 20,
"addInfo" : [3,0]
}
},
"upgrades": ["warUnicorn"],
@ -307,7 +308,8 @@
{
"type" : "SPELL_AFTER_ATTACK",
"subtype" : "spell.blind",
"val" : 20
"val" : 20,
"addInfo" : [3,0]
}
},
"graphics" :