1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-30 08:57:00 +02:00
vcmi/config/spells/adventure.json
2014-11-28 01:03:25 +03:00

163 lines
2.0 KiB
JSON

{
"summonBoat" : {
"index" : 0,
"targetType": "NO_TARGET",
"sounds": {
"cast": "SUMMBOAT"
},
"levels" :{
"base":{
"range" : "X"
}
},
"flags" : {
"indifferent": true
}
},
"scuttleBoat" : {
"index" : 1,
"targetType": "NO_TARGET",
"sounds": {
"cast": "SCUTBOAT"
},
"levels" : {
"base":{
"range" : "X"
}
},
"flags" : {
"indifferent": true
}
},
"visions" : {
"index" : 2,
"targetType": "NO_TARGET",
"sounds": {
"cast": "VISIONS"
},
"levels" : {
"base":{
"range" : "X"
}
},
"flags" : {
"indifferent": true
}
},
"viewEarth" : {
"index" : 3,
"targetType": "NO_TARGET",
"sounds": {
"cast": "VIEW"
},
"levels" : {
"base":{
"range" : "X"
}
},
"flags" : {
"indifferent": true
}
},
"disguise" : {
"index" : 4,
"targetType": "NO_TARGET",
"sounds": {
"cast": "DISGUISE"
},
"levels" : {
"base":{
"range" : "X"
}
},
"flags" : {
"indifferent": true
}
},
"viewAir" : {
"index" : 5,
"targetType": "NO_TARGET",
"sounds": {
"cast": "VIEW"
},
"levels" : {
"base":{
"range" : "X"
}
},
"flags" : {
"indifferent": true
}
},
"fly" : {
"index" : 6,
"targetType": "NO_TARGET",
"sounds": {
"cast": "FLYSPELL"
},
"levels" : {
"base":{
"range" : "X"
}
},
"flags" : {
"indifferent": true
}
},
"waterWalk" : {
"index" : 7,
"targetType": "NO_TARGET",
"sounds": {
"cast": "WATRWALK"
},
"levels" : {
"base":{
"range" : "X"
}
},
"flags" : {
"indifferent": true
}
},
"dimensionDoor" : {
"index" : 8,
"targetType": "LOCATION",
"sounds": {
"cast": "TELPTOUT"
},
"levels" : {
"base":{
"range" : "X"
}
},
"flags" : {
"indifferent": true
}
},
"townPortal" : {
"index" : 9,
"targetType": "NO_TARGET",
"sounds": {
"cast": "TELPTOUT"
},
"levels" : {
"base":{
"range" : "X"
}
},
"flags" : {
"indifferent": true
}
}
}