mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
minor fixes:
- fixed duplicated bode dragon ability - fixed enchanter animation - removed plural ID from wog sorceress
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user