mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Add missing abilities
Siege weapons had incomplete abilities. Fairy Dragon was missing canFly
This commit is contained in:
parent
ed3b150396
commit
b0178e472f
@ -174,6 +174,10 @@
|
||||
{
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"canFly" :
|
||||
{
|
||||
"type" : "FLYING"
|
||||
},
|
||||
"mirror" :
|
||||
{
|
||||
"type" : "MAGIC_MIRROR",
|
||||
|
@ -39,6 +39,14 @@
|
||||
"doubleWide" : true,
|
||||
"abilities" :
|
||||
{
|
||||
"siegeWeapon" :
|
||||
{
|
||||
"type" : "SIEGE_WEAPON"
|
||||
},
|
||||
"shooter" :
|
||||
{
|
||||
"type" : "SHOOTER"
|
||||
},
|
||||
"siegeMachine" :
|
||||
{
|
||||
"type" : "CATAPULT",
|
||||
@ -67,6 +75,17 @@
|
||||
"level": 0,
|
||||
"faction": "neutral",
|
||||
"doubleWide" : true,
|
||||
"abilities" :
|
||||
{
|
||||
"siegeWeapon" :
|
||||
{
|
||||
"type" : "SIEGE_WEAPON"
|
||||
},
|
||||
"shooter" :
|
||||
{
|
||||
"type" : "SHOOTER"
|
||||
}
|
||||
},
|
||||
"graphics" :
|
||||
{
|
||||
"animation": "SMBAL.DEF",
|
||||
@ -91,7 +110,12 @@
|
||||
"doubleWide" : true,
|
||||
"abilities":
|
||||
{
|
||||
"heals" : {
|
||||
"siegeWeapon" :
|
||||
{
|
||||
"type" : "SIEGE_WEAPON"
|
||||
},
|
||||
"heals" :
|
||||
{
|
||||
"type" : "HEALER" ,
|
||||
"subtype" : "spell.firstAid"
|
||||
}
|
||||
@ -112,7 +136,17 @@
|
||||
"index": 148,
|
||||
"level": 0,
|
||||
"faction": "neutral",
|
||||
"abilities": { "inactive" : { "type" : "NOT_ACTIVE" } },
|
||||
"abilities":
|
||||
{
|
||||
"siegeWeapon" :
|
||||
{
|
||||
"type" : "SIEGE_WEAPON"
|
||||
},
|
||||
"inactive" :
|
||||
{
|
||||
"type" : "NOT_ACTIVE"
|
||||
}
|
||||
},
|
||||
"graphics" :
|
||||
{
|
||||
"animation": "SMCART.DEF"
|
||||
|
Loading…
Reference in New Issue
Block a user