mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-23 12:08:45 +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",
|
"killed": "ZMBLKILL.wav",
|
||||||
"move": "ZMBLMOVE.wav",
|
"move": "ZMBLMOVE.wav",
|
||||||
"wince": "ZMBLWNCE.wav"
|
"wince": "ZMBLWNCE.wav"
|
||||||
|
},
|
||||||
|
"abilities":
|
||||||
|
{
|
||||||
|
"castDisease" :
|
||||||
|
{
|
||||||
|
"type" : "SPELL_AFTER_ATTACK",
|
||||||
|
"subtype" : "spell.disease",
|
||||||
|
"val" : 20
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"wight" :
|
"wight" :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user