1
0
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:
krs 2024-11-17 17:51:50 +02:00
parent ed3b150396
commit b0178e472f
2 changed files with 40 additions and 2 deletions

View File

@ -174,6 +174,10 @@
{
"type" : "DRAGON_NATURE"
},
"canFly" :
{
"type" : "FLYING"
},
"mirror" :
{
"type" : "MAGIC_MIRROR",

View File

@ -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"