fixes deathcloud and fireball's abilities area targeting problems

This commit is contained in:
Opuszek
2026-03-30 21:03:19 +02:00
parent 37af8a1cbe
commit 2017732cd1
2 changed files with 32 additions and 3 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
"fireball" :
{
"type" : "SPELL_LIKE_ATTACK",
"subtype" : "spell.fireball"
"subtype" : "spell.fireballAbility"
}
},
"graphics" :
+31 -2
View File
@@ -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
}
},
}