1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Simpify timed.json

* also move Titan bolt to offensive spells
This commit is contained in:
AlexVinS 2014-05-18 20:05:29 +04:00
parent dca047cb52
commit b4e702a1d2
2 changed files with 325 additions and 786 deletions

View File

@ -258,5 +258,24 @@
"immunity" : {
"DIRECT_DAMAGE_IMMUNITY": true
}
}
},
"titanBolt" : {
"index" : 57,
"anim" : 38,
"sounds": {
"cast": "LIGHTBLT"
},
"levels" : {
"base":{
"range" : "0",
"targetModifier":{"smart":true}
}
},
"flags" : {
"damage": true,
"offensive": true,
"negative": true,
"special": true
}
},
}

File diff suppressed because it is too large Load Diff