1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

Fix mantis bugs: #2884. #2885, #2886

Fixed creature abilities
This commit is contained in:
Dydzio 2018-02-23 15:48:58 +01:00 committed by Alexander Shishkin
parent 080a81db3a
commit e0982ce9a7

View File

@ -256,6 +256,10 @@
"val" : 25,
"addInfo" : 20
},
"fireBreath" :
{
"type" : "TWO_HEX_ATTACK_BREATH"
},
"reduceDefence" :
{
"type" : "SPELL_AFTER_ATTACK",
@ -395,6 +399,13 @@
"index": 138,
"level": 1,
"faction": "neutral",
"abilities":
{
"lucky" :
{
"type" : "SELF_LUCK"
}
},
"graphics" :
{
"animation": "CHALF.DEF",
@ -460,7 +471,13 @@
"undead" :
{
"type" : "UNDEAD"
}
},
"castCurse" :
{
"type" : "SPELL_AFTER_ATTACK",
"subtype" : "spell.curse",
"val" : 50
}
},
"graphics" :
{