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

Zombies sholud cast Disease after attack (H3 ability).

This commit is contained in:
misiokles 2017-06-22 19:13:21 +02:00
parent 01e5f992d3
commit 02eb4fbfb0

View File

@ -72,6 +72,15 @@
"killed": "ZMBLKILL.wav",
"move": "ZMBLMOVE.wav",
"wince": "ZMBLWNCE.wav"
},
"abilities":
{
"castDisease" :
{
"type" : "SPELL_AFTER_ATTACK",
"subtype" : "spell.disease",
"val" : 20
}
}
},
"wight" :