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:
parent
01e5f992d3
commit
02eb4fbfb0
@ -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" :
|
||||
|
Loading…
Reference in New Issue
Block a user