mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
fixes deathcloud and fireball's abilities area targeting problems
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
"fireball" :
|
||||
{
|
||||
"type" : "SPELL_LIKE_ATTACK",
|
||||
"subtype" : "spell.fireball"
|
||||
"subtype" : "spell.fireballAbility"
|
||||
}
|
||||
},
|
||||
"graphics" :
|
||||
|
||||
@@ -277,7 +277,9 @@
|
||||
}
|
||||
},
|
||||
"flags" : {
|
||||
"negative": true
|
||||
"damage": true,
|
||||
"negative": true,
|
||||
"nonMagical": true
|
||||
},
|
||||
"targetCondition" : {
|
||||
"noneOf" : {
|
||||
@@ -441,5 +443,32 @@
|
||||
},
|
||||
"targetCondition" : {
|
||||
}
|
||||
}
|
||||
},
|
||||
"fireballAbility" : {
|
||||
"type": "ability",
|
||||
"targetType": "LOCATION",
|
||||
|
||||
"animation":{
|
||||
"hit":["C13SPF"] //C13SPF0 ???
|
||||
},
|
||||
"sounds": {
|
||||
"cast": "SPONTCOMB"
|
||||
},
|
||||
"level": 0,
|
||||
"levels" : {
|
||||
"none": {
|
||||
"range" : "0-1",
|
||||
"battleEffects":{
|
||||
"damage":{
|
||||
"type":"core:damage"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"flags" : {
|
||||
"damage": true,
|
||||
"negative": true,
|
||||
"nonMagical": true
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user