mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
minor fixes:
- fixed duplicated bode dragon ability - fixed enchanter animation - removed plural ID from wog sorceress
This commit is contained in:
parent
5436950119
commit
09e2f0f021
@ -1112,7 +1112,7 @@
|
||||
"wince": "ECNTWNCE.wav"
|
||||
}
|
||||
},
|
||||
"sorceresses" :
|
||||
"sorceress" :
|
||||
{
|
||||
"index": 193,
|
||||
"level": 0,
|
||||
|
@ -329,12 +329,6 @@
|
||||
"dragon" :
|
||||
{
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"descreaseMorale" :
|
||||
{
|
||||
"type" : "MORALE",
|
||||
"effectRange" : "ONLY_ENEMY_ARMY",
|
||||
"val" : -1
|
||||
}
|
||||
},
|
||||
"upgrades": ["ghostDragon"],
|
||||
@ -362,13 +356,6 @@
|
||||
{
|
||||
"type" : "DRAGON_NATURE",
|
||||
},
|
||||
// morale decrease is already set in ZCRTRAIT TXT
|
||||
// "descreaseMorale" :
|
||||
// {
|
||||
// "type" : "MORALE",
|
||||
// "effectRange" : "ONLY_ENEMY_ARMY",
|
||||
// "val" : -1
|
||||
// },
|
||||
"age" :
|
||||
{
|
||||
"type" : "SPELL_AFTER_ATTACK",
|
||||
|
@ -332,7 +332,7 @@
|
||||
},
|
||||
"graphics" :
|
||||
{
|
||||
"animation": "CGTITA.DEF",
|
||||
"animation": "Cench.DEF",
|
||||
"missile" :
|
||||
{
|
||||
"projectile": "CPRZEAX.DEF"
|
||||
|
Loading…
Reference in New Issue
Block a user