1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-26 08:41:13 +02:00
vcmi/config/spells/timed.json

1988 lines
36 KiB
JSON

{
"shield" : {
"index" : 27,
"anim" : 27,
"sounds": {
"cast": "SHIELD"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"generalDamageReduction" : {
"type" : "GENERAL_DAMAGE_REDUCTION",
"subtype" : 0,
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"generalDamageReduction" : {
"type" : "GENERAL_DAMAGE_REDUCTION",
"subtype" : 0,
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"generalDamageReduction" : {
"type" : "GENERAL_DAMAGE_REDUCTION",
"subtype" : 0,
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"generalDamageReduction" : {
"type" : "GENERAL_DAMAGE_REDUCTION",
"subtype" : 0,
"duration" : "N_TURNS"
}
}
}
},
"flags" : {
"positive": true
}
},
"airShield" : {
"index" : 28,
"anim" : 2,
"sounds": {
"cast": "AIRSHELD"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"generalDamageReduction" : {
"type" : "GENERAL_DAMAGE_REDUCTION",
"subtype" : 1,
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"generalDamageReduction" : {
"type" : "GENERAL_DAMAGE_REDUCTION",
"subtype" : 1,
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"generalDamageReduction" : {
"type" : "GENERAL_DAMAGE_REDUCTION",
"subtype" : 1,
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"generalDamageReduction" : {
"type" : "GENERAL_DAMAGE_REDUCTION",
"subtype" : 1,
"duration" : "N_TURNS"
}
}
}
},
"flags" : {
"positive": true
}
},
"fireShield" : {
"index" : 29,
"anim" : 11,
"sounds": {
"cast": "FIRESHIE"
},
// It looks that fireshield has two separate sounds
// "soundfile":"FIRESHLD.wav"
//
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"fireShield" : {
"type" : "FIRE_SHIELD",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"fireShield" : {
"type" : "FIRE_SHIELD",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"fireShield" : {
"type" : "FIRE_SHIELD",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"fireShield" : {
"type" : "FIRE_SHIELD",
"duration" : "N_TURNS"
}
}
}
},
"flags" : {
"positive": true
}
},
"protectAir" : {
"index" : 30,
"anim" : 22,
"sounds": {
"cast": "PROTECTA"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"spellDamageReduction" : {
"type" : "SPELL_DAMAGE_REDUCTION",
"subtype" : 0,
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"spellDamageReduction" : {
"type" : "SPELL_DAMAGE_REDUCTION",
"subtype" : 0,
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"spellDamageReduction" : {
"type" : "SPELL_DAMAGE_REDUCTION",
"subtype" : 0,
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"spellDamageReduction" : {
"type" : "SPELL_DAMAGE_REDUCTION",
"subtype" : 0,
"duration" : "N_TURNS"
}
}
}
},
"flags" : {
"positive": true
}
},
"protectFire" : {
"index" : 31,
"anim" : 24,
"sounds": {
"cast": "PROTECTF"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"spellDamageReduction" : {
"type" : "SPELL_DAMAGE_REDUCTION",
"subtype" : 1,
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"spellDamageReduction" : {
"type" : "SPELL_DAMAGE_REDUCTION",
"subtype" : 1,
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"spellDamageReduction" : {
"type" : "SPELL_DAMAGE_REDUCTION",
"subtype" : 1,
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"spellDamageReduction" : {
"type" : "SPELL_DAMAGE_REDUCTION",
"subtype" : 1,
"duration" : "N_TURNS"
}
}
}
},
"flags" : {
"positive": true
}
},
"protectWater" : {
"index" : 32,
"anim" : 23,
"sounds": {
"cast": "PROTECTW"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"spellDamageReduction" : {
"type" : "SPELL_DAMAGE_REDUCTION",
"subtype" : 2,
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"spellDamageReduction" : {
"type" : "SPELL_DAMAGE_REDUCTION",
"subtype" : 2,
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"spellDamageReduction" : {
"type" : "SPELL_DAMAGE_REDUCTION",
"subtype" : 2,
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"spellDamageReduction" : {
"type" : "SPELL_DAMAGE_REDUCTION",
"subtype" : 2,
"duration" : "N_TURNS"
}
}
}
},
"flags" : {
"positive": true
}
},
"protectEarth" : {
"index" : 33,
"anim" : 26,
"sounds": {
"cast": "PROTECTE"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"spellDamageReduction" : {
"type" : "SPELL_DAMAGE_REDUCTION",
"subtype" : 3,
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"spellDamageReduction" : {
"type" : "SPELL_DAMAGE_REDUCTION",
"subtype" : 3,
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"spellDamageReduction" : {
"type" : "SPELL_DAMAGE_REDUCTION",
"subtype" : 3,
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"spellDamageReduction" : {
"type" : "SPELL_DAMAGE_REDUCTION",
"subtype" : 3,
"duration" : "N_TURNS"
}
}
}
},
"flags" : {
"positive": true
}
},
"antiMagic" : {
"index" : 34,
"anim" : 5,
"sounds": {
"cast": "ANTIMAGK"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"levelSpellImmunity" : {
"val" : 3,
"type" : "LEVEL_SPELL_IMMUNITY",
"valueType" : "INDEPENDENT_MAX",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"levelSpellImmunity" : {
"val" : 3,
"type" : "LEVEL_SPELL_IMMUNITY",
"valueType" : "INDEPENDENT_MAX",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"levelSpellImmunity" : {
"val" : 4,
"type" : "LEVEL_SPELL_IMMUNITY",
"valueType" : "INDEPENDENT_MAX",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"levelSpellImmunity" : {
"val" : 5,
"type" : "LEVEL_SPELL_IMMUNITY",
"valueType" : "INDEPENDENT_MAX",
"duration" : "N_TURNS"
}
}
}
},
"flags" : {
"positive": true
}
},
"magicMirror" : {
"index" : 36,
"anim" : 3,
"sounds": {
"cast": "BACKLASH"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"magicMirror" : {
"type" : "MAGIC_MIRROR",
"valueType" : "INDEPENDENT_MAX",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"magicMirror" : {
"type" : "MAGIC_MIRROR",
"valueType" : "INDEPENDENT_MAX",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"magicMirror" : {
"type" : "MAGIC_MIRROR",
"valueType" : "INDEPENDENT_MAX",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"magicMirror" : {
"type" : "MAGIC_MIRROR",
"valueType" : "INDEPENDENT_MAX",
"duration" : "N_TURNS"
}
}
}
},
"flags" : {
"positive": true
}
},
"bless" : {
"index" : 41,
"anim" : 36,
"sounds": {
"cast": "BLESS"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"alwaysMaximumDamage" : {
"val" : 0,
"type" : "ALWAYS_MAXIMUM_DAMAGE",
"subtype" : -1,
"valueType" : "INDEPENDENT_MAX",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"alwaysMaximumDamage" : {
"val" : 0,
"type" : "ALWAYS_MAXIMUM_DAMAGE",
"subtype" : -1,
"valueType" : "INDEPENDENT_MAX",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"alwaysMaximumDamage" : {
"val" : 1,
"type" : "ALWAYS_MAXIMUM_DAMAGE",
"subtype" : -1,
"valueType" : "INDEPENDENT_MAX",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"alwaysMaximumDamage" : {
"val" : 1,
"type" : "ALWAYS_MAXIMUM_DAMAGE",
"subtype" : -1,
"valueType" : "INDEPENDENT_MAX",
"duration" : "N_TURNS"
}
}
}
},
"counters" : {
"spell.curse": true
},
"absoluteImmunity" : {
"UNDEAD": true
},
"flags" : {
"positive": true
}
},
"curse" : {
"index" : 42,
"anim" : 40,
"sounds": {
"cast": "CURSE"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"alwaysMinimumDamage" : {
"addInfo" : 0,
"val" : 0,
"type" : "ALWAYS_MINIMUM_DAMAGE",
"subtype" : -1,
"valueType" : "INDEPENDENT_MAX",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"alwaysMinimumDamage" : {
"addInfo" : 0,
"val" : 0,
"type" : "ALWAYS_MINIMUM_DAMAGE",
"subtype" : -1,
"valueType" : "INDEPENDENT_MAX",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"alwaysMinimumDamage" : {
"addInfo" : 20,
"val" : 1,
"type" : "ALWAYS_MINIMUM_DAMAGE",
"subtype" : -1,
"valueType" : "INDEPENDENT_MAX",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"alwaysMinimumDamage" : {
"addInfo" : 20,
"val" : 1,
"type" : "ALWAYS_MINIMUM_DAMAGE",
"subtype" : -1,
"valueType" : "INDEPENDENT_MAX",
"duration" : "N_TURNS"
}
}
}
},
"counters" : {
"spell.bless": true
},
"absoluteImmunity" : {
"UNDEAD": true
},
"flags" : {
"negative": true
}
},
"bloodlust" : {
"index" : 43,
"anim" : 4,
"sounds": {
"cast": "BLOODLUS"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : 3,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.attack",
"effectRange" : "ONLY_MELEE_FIGHT",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : 3,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.attack",
"effectRange" : "ONLY_MELEE_FIGHT",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : 6,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.attack",
"effectRange" : "ONLY_MELEE_FIGHT",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : 6,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.attack",
"effectRange" : "ONLY_MELEE_FIGHT",
"duration" : "N_TURNS"
}
}
}
},
"counters" : {
"spell.weakness": true
},
"flags" : {
"positive": true
}
},
"precision" : {
"index" : 44,
"anim" : 25,
"sounds": {
"cast": "PRECISON"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : 3,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.attack",
"effectRange" : "ONLY_DISTANCE_FIGHT",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : 3,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.attack",
"effectRange" : "ONLY_DISTANCE_FIGHT",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : 6,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.attack",
"effectRange" : "ONLY_DISTANCE_FIGHT",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : 6,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.attack",
"effectRange" : "ONLY_DISTANCE_FIGHT",
"duration" : "N_TURNS"
}
}
}
},
"limit" : {
"SHOOTER": true
},
"flags" : {
"positive": true
}
},
"weakness" : {
"index" : 45,
"anim" : 56,
"sounds": {
"cast": "WEAKNESS"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : -3,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.attack",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : -3,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.attack",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : -6,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.attack",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : -6,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.attack",
"duration" : "N_TURNS"
}
}
}
},
"counters" : {
"spell.bloodlust": true
},
"flags" : {
"negative": true
}
},
"stoneSkin" : {
"index" : 46,
"anim" : 54,
"sounds": {
"cast": "TUFFSKIN"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : 3,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.defence",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : 3,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.defence",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : 6,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.defence",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : 6,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.defence",
"duration" : "N_TURNS"
}
}
}
},
"flags" : {
"positive": true
}
},
"disruptingRay" : {
"index" : 47,
"targetType" : "CREATURE", //fix, dont remove
"anim" : 14,
"sounds": {
"cast": "DISRUPTR"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : -3,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.defence",
"valueType" : "ADDITIVE_VALUE",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : -3,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.defence",
"valueType" : "ADDITIVE_VALUE",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : -4,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.defence",
"valueType" : "ADDITIVE_VALUE",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"primarySkill" : {
"val" : -5,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.defence",
"valueType" : "ADDITIVE_VALUE",
"duration" : "N_TURNS"
}
}
}
},
"flags" : {
"negative": true
}
},
"prayer" : {
"index" : 48,
"anim" : 0,
"sounds": {
"cast": "PRAYER"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"attack" : {
"val" : 2,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.attack",
"duration" : "N_TURNS"
},
"defence" : {
"val" : 2,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.defence",
"duration" : "N_TURNS"
},
"stacksSpeed" : {
"addInfo" : 0,
"val" : 2,
"type" : "STACKS_SPEED",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"attack" : {
"val" : 2,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.attack",
"duration" : "N_TURNS"
},
"defence" : {
"val" : 2,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.defence",
"duration" : "N_TURNS"
},
"stacksSpeed" : {
"addInfo" : 0,
"val" : 2,
"type" : "STACKS_SPEED",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"attack" : {
"val" : 4,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.attack",
"duration" : "N_TURNS"
},
"defence" : {
"val" : 4,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.defence",
"duration" : "N_TURNS"
},
"stacksSpeed" : {
"addInfo" : 0,
"val" : 4,
"type" : "STACKS_SPEED",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"attack" : {
"val" : 4,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.attack",
"duration" : "N_TURNS"
},
"defence" : {
"val" : 4,
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.defence",
"duration" : "N_TURNS"
},
"stacksSpeed" : {
"addInfo" : 0,
"val" : 4,
"type" : "STACKS_SPEED",
"duration" : "N_TURNS"
}
}
}
},
"flags" : {
"positive": true
}
},
"mirth" : {
"index" : 49,
"anim" : 20,
"sounds": {
"cast": "MIRTH"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"morale" : {
"val" : 1,
"type" : "MORALE",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"morale" : {
"val" : 1,
"type" : "MORALE",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"morale" : {
"val" : 2,
"type" : "MORALE",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"effects" : {
"morale" : {
"val" : 2,
"type" : "MORALE",
"duration" : "N_TURNS"
}
}
}
},
"counters" : {
"spell.sorrow":true
},
"absoluteImmunity":{
"UNDEAD": true,
},
"immunity" : {
"MIND_IMMUNITY": true,
"NON_LIVING": true
},
"flags" : {
"positive": true
}
},
"sorrow" : {
"index" : 50,
"anim" : 30,
"sounds": {
"cast": "SORROW"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"morale" : {
"val" : -1,
"type" : "MORALE",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"morale" : {
"val" : -1,
"type" : "MORALE",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"morale" : {
"val" : -2,
"type" : "MORALE",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"morale" : {
"val" : -2,
"type" : "MORALE",
"duration" : "N_TURNS"
}
}
}
},
"counters" : {
"spell.mirth":true
},
"absoluteImmunity":{
"UNDEAD": true,
},
"immunity" : {
"MIND_IMMUNITY": true,
"NON_LIVING": true
},
"flags" : {
"negative": true
}
},
"fortune" : {
"index" : 51,
"anim" : 18,
"sounds": {
"cast": "FORTUNE"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"luck" : {
"val" : 1,
"type" : "LUCK",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"luck" : {
"val" : 1,
"type" : "LUCK",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"luck" : {
"val" : 2,
"type" : "LUCK",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"luck" : {
"val" : 2,
"type" : "LUCK",
"duration" : "N_TURNS"
}
}
}
},
"counters" : {
"spell.misfortune": true
},
"flags" : {
"positive": true
}
},
"misfortune" : {
"index" : 52,
"anim" : 48,
"sounds": {
"cast": "MISFORT"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"luck" : {
"val" : -1,
"type" : "LUCK",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"luck" : {
"val" : -1,
"type" : "LUCK",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"luck" : {
"val" : -2,
"type" : "LUCK",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"luck" : {
"val" : -2,
"type" : "LUCK",
"duration" : "N_TURNS"
}
}
}
},
"counters" : {
"spell.fortune":true
},
"flags" : {
"negative": true
}
},
"haste" : {
"index" : 53,
"anim" : 31,
"sounds": {
"cast": "HASTE"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"stacksSpeed" : {
"addInfo" : 0,
"val" : 3,
"type" : "STACKS_SPEED",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"stacksSpeed" : {
"addInfo" : 0,
"val" : 3,
"type" : "STACKS_SPEED",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"stacksSpeed" : {
"addInfo" : 0,
"val" : 5,
"type" : "STACKS_SPEED",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"stacksSpeed" : {
"addInfo" : 0,
"val" : 5,
"type" : "STACKS_SPEED",
"duration" : "N_TURNS"
}
}
}
},
"counters" : {
"spell.slow": true
},
"immunity" : {
"SIEGE_WEAPON": true
},
"flags" : {
"positive": true
}
},
"slow" : {
"index" : 54,
"anim" : 19,
"sounds": {
"cast": "MUCKMIRE"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"stacksSpeed" : {
"addInfo" : 0,
"val" : -25,
"type" : "STACKS_SPEED",
"valueType" : "PERCENT_TO_ALL",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"stacksSpeed" : {
"addInfo" : 0,
"val" : -25,
"type" : "STACKS_SPEED",
"valueType" : "PERCENT_TO_ALL",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"stacksSpeed" : {
"addInfo" : 0,
"val" : -50,
"type" : "STACKS_SPEED",
"valueType" : "PERCENT_TO_ALL",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"stacksSpeed" : {
"addInfo" : 0,
"val" : -50,
"type" : "STACKS_SPEED",
"valueType" : "PERCENT_TO_ALL",
"duration" : "N_TURNS"
}
}
}
},
"counters" : {
"spell.haste":true
},
"immunity" : {
"SIEGE_WEAPON": true
},
"flags" : {
"negative": true
}
},
"slayer" : {
"index" : 55,
"anim" : 28,
"sounds": {
"cast": "SLAYER"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"slayer" : {
"val" : 0,
"type" : "SLAYER",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"slayer" : {
"val" : 1,
"type" : "SLAYER",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"slayer" : {
"val" : 2,
"type" : "SLAYER",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"slayer" : {
"val" : 3,
"type" : "SLAYER",
"duration" : "N_TURNS"
}
}
}
},
"flags" : {
"positive": true
}
},
"frenzy" : {
"index" : 56,
"anim" : 17,
"sounds": {
"cast": "FRENZY"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"inFrenzy" : {
"val" : 100,
"type" : "IN_FRENZY",
"duration" : "STACK_GETS_TURN"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"inFrenzy" : {
"val" : 100,
"type" : "IN_FRENZY",
"duration" : "STACK_GETS_TURN"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"inFrenzy" : {
"val" : 150,
"type" : "IN_FRENZY",
"duration" : "STACK_GETS_TURN"
}
}
},
"expert":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"inFrenzy" : {
"val" : 200,
"type" : "IN_FRENZY",
"duration" : "STACK_GETS_TURN"
}
}
}
},
"flags" : {
"positive": true
}
},
"titanBolt" : {
"index" : 57,
"anim" : 38,
"sounds": {
"cast": "LIGHTBLT"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true}
},
"expert":{
"range" : "0",
"targetModifier":{"smart":true}
}
},
"flags" : {
"damage": true,
"offensive": true,
"negative": true,
"special": true
}
},
"counterstrike" : {
"index" : 58,
"anim" : 7,
"sounds": {
"cast": "CNTRSTRK"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"additionalRetaliation" : {
"val" : 1,
"type" : "ADDITIONAL_RETALIATION",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"additionalRetaliation" : {
"val" : 1,
"type" : "ADDITIONAL_RETALIATION",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"additionalRetaliation" : {
"val" : 2,
"type" : "ADDITIONAL_RETALIATION",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"additionalRetaliation" : {
"val" : 2,
"type" : "ADDITIONAL_RETALIATION",
"duration" : "N_TURNS"
}
}
}
},
"flags" : {
"positive": true
}
},
"berserk" : {
"index" : 59,
"anim" : 35,
"sounds": {
"cast": "BERSERK"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"attacksNearestCreature" : {
"val" : 0,
"type" : "ATTACKS_NEAREST_CREATURE",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"attacksNearestCreature" : {
"val" : 1,
"type" : "ATTACKS_NEAREST_CREATURE",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0-1",
"targetModifier":{"smart":true},
"effects" : {
"attacksNearestCreature" : {
"val" : 2,
"type" : "ATTACKS_NEAREST_CREATURE",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "0-2",
"targetModifier":{"smart":true},
"effects" : {
"attacksNearestCreature" : {
"val" : 3,
"type" : "ATTACKS_NEAREST_CREATURE",
"duration" : "N_TURNS"
}
}
}
},
"immunity" : {
"MIND_IMMUNITY": true,
"UNDEAD": true,
"NON_LIVING": true
},
"flags" : {
"negative": true
}
},
"hypnotize" : {
"index" : 60,
"anim" : 21,
"sounds": {
"cast": "HYPNOTIZ"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"hypnotized" : {
"val" : 0,
"type" : "HYPNOTIZED",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"hypnotized" : {
"val" : 1,
"type" : "HYPNOTIZED",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"hypnotized" : {
"val" : 2,
"type" : "HYPNOTIZED",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"hypnotized" : {
"val" : 3,
"type" : "HYPNOTIZED",
"duration" : "N_TURNS"
}
}
}
},
"immunity" : {
"MIND_IMMUNITY": true,
"UNDEAD": true,
"NON_LIVING": true
},
"flags" : {
"negative": true
}
},
"forgetfulness" : {
"index" : 61,
"targetType" : "CREATURE",
"anim" : 42,
"sounds": {
"cast": "FORGET"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"forgetfull" : {
"val" : 0,
"type" : "FORGETFULL",
"duration" : "N_TURNS"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"forgetfull" : {
"val" : 1,
"type" : "FORGETFULL",
"duration" : "N_TURNS"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"forgetfull" : {
"val" : 2,
"type" : "FORGETFULL",
"duration" : "N_TURNS"
}
}
},
"expert":{
"range" : "X",
"targetModifier":{"smart":true},
"effects" : {
"forgetfull" : {
"val" : 3,
"type" : "FORGETFULL",
"duration" : "N_TURNS"
}
}
}
},
"limit" : {
"SHOOTER": true
},
"immunity" : {
"MIND_IMMUNITY": true,
"UNDEAD": true,
"NON_LIVING": true
},
"flags" : {
"negative": true
}
},
"blind" : {
"index" : 62,
"anim" : 6,
"sounds": {
"cast": "BLIND"
},
"levels" : {
"none":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"notActive" : {
"val" : 0,
"type" : "NOT_ACTIVE",
"subtype" : 62,
"duration" : [
"UNITL_BEING_ATTACKED",
"N_TURNS"
]
},
"generalAttackReduction" : {
"type" : "GENERAL_ATTACK_REDUCTION",
"duration" : [
"UNITL_BEING_ATTACKED",
"N_TURNS"
]
},
"noRetaliation" : {
"val" : 0,
"type" : "NO_RETALIATION",
"duration" : "UNITL_BEING_ATTACKED"
}
}
},
"basic":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"notActive" : {
"val" : 0,
"type" : "NOT_ACTIVE",
"subtype" : 62,
"duration" : [
"UNITL_BEING_ATTACKED",
"N_TURNS"
]
},
"generalAttackReduction" : {
"type" : "GENERAL_ATTACK_REDUCTION",
"duration" : [
"UNITL_BEING_ATTACKED",
"N_TURNS"
]
},
"noRetaliation" : {
"val" : 0,
"type" : "NO_RETALIATION",
"duration" : "UNITL_BEING_ATTACKED"
}
}
},
"advanced":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"notActive" : {
"val" : 0,
"type" : "NOT_ACTIVE",
"subtype" : 62,
"duration" :[
"UNITL_BEING_ATTACKED",
"N_TURNS"
]
},
"generalAttackReduction" : {
"type" : "GENERAL_ATTACK_REDUCTION",
"duration" : [
"UNITL_BEING_ATTACKED",
"N_TURNS"
]
},
"noRetaliation" : {
"val" : 0,
"type" : "NO_RETALIATION",
"duration" : "UNITL_BEING_ATTACKED"
}
}
},
"expert":{
"range" : "0",
"targetModifier":{"smart":true},
"effects" : {
"notActive" : {
"val" : 0,
"type" : "NOT_ACTIVE",
"subtype" : 62,
"duration" : [
"UNITL_BEING_ATTACKED",
"N_TURNS"
]
},
"generalAttackReduction" : {
"type" : "GENERAL_ATTACK_REDUCTION",
"duration" : [
"UNITL_BEING_ATTACKED",
"N_TURNS"
]
},
"noRetaliation" : {
"val" : 0,
"type" : "NO_RETALIATION",
"duration" : "UNITL_BEING_ATTACKED"
}
}
}
},
"immunity" : {
"MIND_IMMUNITY": true,
"UNDEAD": true,
"NON_LIVING": true
},
"flags" : {
"negative": true
}
}
}