1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-20 20:23:03 +02:00
vcmi/config/spells/offensive.json

345 lines
5.7 KiB
JSON
Raw Normal View History

{
"magicArrow" : {
"index" : 15,
"targetType": "CREATURE",
"anim" : 64,
"animation":{
"projectile": [
{"minimumAngle": 0 ,"defName":"C20SPX4"},
{"minimumAngle": 0.60 ,"defName":"C20SPX3"},
{"minimumAngle": 0.90 ,"defName":"C20SPX2"},
{"minimumAngle": 1.20 ,"defName":"C20SPX1"},
{"minimumAngle": 1.50 ,"defName":"C20SPX0"}
],
"hit":["C20SPX"]
},
"sounds": {
"cast": "MAGICBLT"
},
"levels" : {
2014-05-18 18:09:34 +03:00
"base":{
"range" : "0",
"targetModifier":{"smart":true}
}
},
"flags" : {
"damage": true,
"offensive": true,
"negative": true
},
"immunity" : {
"DIRECT_DAMAGE_IMMUNITY": true
}
},
"iceBolt" : {
"index" : 16,
"targetType": "CREATURE",
"anim" : 46,
"animation":{
"projectile": [
{"minimumAngle": 0 ,"defName":"C08SPW4"},
{"minimumAngle": 0.60 ,"defName":"C08SPW3"},
{"minimumAngle": 0.90 ,"defName":"C08SPW2"},
{"minimumAngle": 1.20 ,"defName":"C08SPW1"},
{"minimumAngle": 1.50 ,"defName":"C08SPW0"}
],
"hit":["C08SPW5"]
},
"sounds": {
"cast": "ICERAY"
},
"levels" : {
2014-05-18 18:09:34 +03:00
"base":{
"range" : "0",
"targetModifier":{"smart":true}
}
},
"flags" : {
"damage": true,
"offensive": true,
"negative": true
},
"immunity" : {
"DIRECT_DAMAGE_IMMUNITY": true
}
},
"lightningBolt" : {
"index" : 17,
"targetType": "CREATURE",
"anim" : 38,
"animation":{
"affect":[{"defName":"C03SPA0", "verticalPosition":"bottom"}, "C11SPA1"]
},
"sounds": {
"cast": "LIGHTBLT"
},
"levels" : {
2014-05-18 18:09:34 +03:00
"base":{
"range" : "0",
"targetModifier":{"smart":true}
}
},
"flags" : {
"damage": true,
"offensive": true,
"negative": true
},
"immunity" : {
"DIRECT_DAMAGE_IMMUNITY": true
}
},
"implosion" : {
"index" : 18,
"targetType": "CREATURE",
"anim" : 10,
"animation":{
"affect":["C05SPE0"]
},
"sounds": {
"cast": "DECAY"
},
"levels" : {
2014-05-18 18:09:34 +03:00
"base":{
"range" : "0",
"targetModifier":{"smart":true}
}
},
"flags" : {
"damage": true,
"offensive": true,
"negative": true
},
"immunity" : {
"DIRECT_DAMAGE_IMMUNITY": true
}
},
"chainLightning" : {
"index" : 19,
"targetType": "CREATURE",
"anim" : 38,
"animation":{
"affect":[{"defName":"C03SPA0", "verticalPosition":"bottom"}, "C11SPA1"]
},
"sounds": {
"cast": "CHAINLTE"
},
"levels" : {
2014-05-18 18:09:34 +03:00
"base":{
"range" : "0",
"targetModifier":{"smart":true}
}
},
"flags" : {
"damage": true,
"offensive": true,
"negative": true
}
},
"frostRing" : {
"index" : 20,
"targetType": "LOCATION",
"anim" : 45,
"animation":{
"hit":["C07SPW"] //C07SPW0 ???
},
"sounds": {
"cast": "FROSTING"
},
"levels" : {
2014-05-18 18:09:34 +03:00
"base":{
"range" : "1",
"targetModifier":{"smart":false}
}
},
"flags" : {
"damage": true,
"offensive": true,
"negative": true
},
"immunity" : {
"DIRECT_DAMAGE_IMMUNITY": true
}
},
"fireball" : {
"index" : 21,
"targetType": "LOCATION",
"anim" : 53,
"animation":{
"hit":["C13SPF"] //C13SPF0 ???
},
"sounds": {
"cast": "FIREBALL"
},
"levels" : {
2014-05-18 18:09:34 +03:00
"base":{
"range" : "0,1",
"targetModifier":{"smart":false}
}
},
"flags" : {
"damage": true,
"offensive": true,
"negative": true
},
"immunity" : {
"DIRECT_DAMAGE_IMMUNITY": true
}
},
"inferno" : {
"index" : 22,
"targetType": "LOCATION",
"anim" : 9,
"animation":{
"hit":["C04SPF0"]
},
"sounds": {
"cast": "FIREBLST"
},
"levels" : {
2014-05-18 18:09:34 +03:00
"base":{
"range" : "0-2",
"targetModifier":{"smart":false}
}
},
"flags" : {
"damage": true,
"offensive": true,
"negative": true
},
"immunity" : {
"DIRECT_DAMAGE_IMMUNITY": true
}
},
"meteorShower" : {
"index" : 23,
"targetType": "LOCATION",
"anim" : 16,
"animation":{
"hit":["C08SPE0"]
},
"sounds": {
"cast": "METEOR"
},
"levels" : {
2014-05-18 18:09:34 +03:00
"base":{
"range" : "0,1",
"targetModifier":{"smart":false}
}
},
"flags" : {
"damage": true,
"offensive": true,
"negative": true
},
"immunity" : {
"DIRECT_DAMAGE_IMMUNITY": true
}
},
"deathRipple" : {
"index" : 24,
"targetType" : "CREATURE",
"anim" : 8,
"animation":{
"affect":["C04SPE0"]
},
"sounds": {
"cast": "DEATHRIP"
},
"levels" : {
2014-05-18 18:09:34 +03:00
"base":{
"range" : "X",
"targetModifier":{"smart":false}
}
},
"flags" : {
"damage": true,
"offensive": true,
"negative": true
},
2014-05-18 11:22:06 +03:00
"absoluteImmunity":{
"UNDEAD": true,
2014-05-18 11:22:06 +03:00
},
"immunity" : {
"SIEGE_WEAPON": true,
"DIRECT_DAMAGE_IMMUNITY": true
}
},
"destroyUndead" : {
"index" : 25,
"targetType" : "CREATURE",
"anim" : 29,
"animation":{
"affect":["C14SPA0"]
},
"sounds": {
"cast": "COLDRING"
},
"levels" : {
2014-05-18 18:09:34 +03:00
"base":{
"range" : "X",
"targetModifier":{"smart":false}
}
},
"flags" : {
"damage": true,
"offensive": true,
"negative": true
},
"absoluteLimit" : {
"UNDEAD": true
},
"immunity" : {
"DIRECT_DAMAGE_IMMUNITY": true
}
},
"armageddon" : {
"index" : 26,
"targetType" : "CREATURE",
"anim" : 12,
"animation":{
"hit":["C06SPF0"]
},
"sounds": {
"cast": "ARMGEDN"
},
"levels" : {
2014-05-18 18:09:34 +03:00
"base":{
"range" : "X",
"targetModifier":{"smart":false}
}
},
"flags" : {
"damage": true,
"offensive": true,
"negative": true
},
"immunity" : {
"DIRECT_DAMAGE_IMMUNITY": true
}
},
"titanBolt" : {
"index" : 57,
"targetType" : "CREATURE",
"anim" : 38,
"animation":{
"hit":[{"defName":"C03SPA0", "verticalPosition":"bottom"}, "C11SPA1"]
},
"sounds": {
"cast": "LIGHTBLT"
},
"levels" : {
"base":{
"range" : "0",
"targetModifier":{"smart":true}
}
},
"flags" : {
"damage": true,
"offensive": true,
"negative": true,
"special": true
}
}
}