mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +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"
|
"type" : "DRAGON_NATURE"
|
||||||
},
|
},
|
||||||
|
"canFly" :
|
||||||
|
{
|
||||||
|
"type" : "FLYING"
|
||||||
|
},
|
||||||
"mirror" :
|
"mirror" :
|
||||||
{
|
{
|
||||||
"type" : "MAGIC_MIRROR",
|
"type" : "MAGIC_MIRROR",
|
||||||
|
@ -39,6 +39,14 @@
|
|||||||
"doubleWide" : true,
|
"doubleWide" : true,
|
||||||
"abilities" :
|
"abilities" :
|
||||||
{
|
{
|
||||||
|
"siegeWeapon" :
|
||||||
|
{
|
||||||
|
"type" : "SIEGE_WEAPON"
|
||||||
|
},
|
||||||
|
"shooter" :
|
||||||
|
{
|
||||||
|
"type" : "SHOOTER"
|
||||||
|
},
|
||||||
"siegeMachine" :
|
"siegeMachine" :
|
||||||
{
|
{
|
||||||
"type" : "CATAPULT",
|
"type" : "CATAPULT",
|
||||||
@ -67,6 +75,17 @@
|
|||||||
"level": 0,
|
"level": 0,
|
||||||
"faction": "neutral",
|
"faction": "neutral",
|
||||||
"doubleWide" : true,
|
"doubleWide" : true,
|
||||||
|
"abilities" :
|
||||||
|
{
|
||||||
|
"siegeWeapon" :
|
||||||
|
{
|
||||||
|
"type" : "SIEGE_WEAPON"
|
||||||
|
},
|
||||||
|
"shooter" :
|
||||||
|
{
|
||||||
|
"type" : "SHOOTER"
|
||||||
|
}
|
||||||
|
},
|
||||||
"graphics" :
|
"graphics" :
|
||||||
{
|
{
|
||||||
"animation": "SMBAL.DEF",
|
"animation": "SMBAL.DEF",
|
||||||
@ -91,7 +110,12 @@
|
|||||||
"doubleWide" : true,
|
"doubleWide" : true,
|
||||||
"abilities":
|
"abilities":
|
||||||
{
|
{
|
||||||
"heals" : {
|
"siegeWeapon" :
|
||||||
|
{
|
||||||
|
"type" : "SIEGE_WEAPON"
|
||||||
|
},
|
||||||
|
"heals" :
|
||||||
|
{
|
||||||
"type" : "HEALER" ,
|
"type" : "HEALER" ,
|
||||||
"subtype" : "spell.firstAid"
|
"subtype" : "spell.firstAid"
|
||||||
}
|
}
|
||||||
@ -112,7 +136,17 @@
|
|||||||
"index": 148,
|
"index": 148,
|
||||||
"level": 0,
|
"level": 0,
|
||||||
"faction": "neutral",
|
"faction": "neutral",
|
||||||
"abilities": { "inactive" : { "type" : "NOT_ACTIVE" } },
|
"abilities":
|
||||||
|
{
|
||||||
|
"siegeWeapon" :
|
||||||
|
{
|
||||||
|
"type" : "SIEGE_WEAPON"
|
||||||
|
},
|
||||||
|
"inactive" :
|
||||||
|
{
|
||||||
|
"type" : "NOT_ACTIVE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"graphics" :
|
"graphics" :
|
||||||
{
|
{
|
||||||
"animation": "SMCART.DEF"
|
"animation": "SMCART.DEF"
|
||||||
|
Loading…
Reference in New Issue
Block a user