浏览代码

Merge branch 'RMG' of https://github.com/vcmi/vcmi into RMG

DjWarmonger 11 年之前
父节点
当前提交
2b0b6cca61

+ 0 - 11
Mods/WoG/config/defaultMods.json

@@ -1,11 +0,0 @@
-{
-	"textData" :
-	{
-		"heroClass"  : 18,
-		"artifact"   : 171,
-		"creature"   : 197,
-		"faction"    : 9,
-		"hero"       : 156,
-		"mapVersion" : 51 // WoG
-	}
-}

+ 0 - 309
Mods/WoG/config/wog/artifacts.json

@@ -1,309 +0,0 @@
-{
-	"art144": // placeholder for selection image
-	{
-		"index" : 144,
-		"type" : ["HERO"]
-	},
-	"art145": // placeholder for lock image
-	{
-		"index" : 145,
-		"type" : ["HERO"]
-	},
-	"axeOfSmashing": //TODO: move growing bonuses to this config, someday
-	{
-		"bonuses" : [
-			{
-				"subtype" : "primSkill.attack",
-				"type" : "PRIMARY_SKILL",
-				"val" : 6,
-				"valueType" : "BASE_NUMBER"
-			}
-		],
-		"index" : 146,
-		"type" : ["COMMANDER"],
-		"growing":
-		{
-			"bonusesPerLevel":
-			[
-				{
-					"level": 6,
-					"bonus": 
-					{
-						"type" : "PRIMARY_SKILL",
-						"subtype" : "primSkill.attack",
-						"val" : 1
-					}
-				}
-			]
-		}
-	},
-	"mithrilMail":
-	{
-		"bonuses" : [
-			{
-				"type" : "STACK_HEALTH",
-				"val" : 12,
-				"valueType" : "PERCENT_TO_ALL"
-			}
-		],
-		"index" : 147,
-		"type" : ["COMMANDER"],
-		"growing":
-		{
-			"bonusesPerLevel":
-			[
-				{
-					"level": 1,
-					"bonus": 
-					{
-						"type" : "STACK_HEALTH",
-						"val" : 1
-					}
-				}
-			]
-		}
-	},
-	"swordOfSharpness":
-	{
-		"bonuses" : [
-			{
-				"subtype" : 0,
-				"type" : "CREATURE_DAMAGE",
-				"val" : 12,
-				"valueType" : "PERCENT_TO_ALL"
-			}
-		],
-		"index" : 148,
-		"type" : ["COMMANDER"],
-		"growing":
-		{
-			"bonusesPerLevel":
-			[
-				{
-					"level": 1,
-					"bonus": 
-					{
-						"type" : "CREATURE_DAMAGE",
-						"val" : 1
-					}
-				}
-			]
-		}
-	},
-	"helmOfImmortality": //TODO: implement
-	{
-		"index" : 149,
-		"type" : ["COMMANDER"]
-	},
-	"pendantOfSorcery":
-	{
-		"bonuses" : [
-			{
-				"type" : "CASTS",
-				"val" : 1,
-				"valueType" : "BASE_NUMBER"
-			}
-		],
-		"index" : 150,
-		"type" : ["COMMANDER"],
-		"growing":
-		{
-			"bonusesPerLevel":
-			[
-				{
-					"level": 10,
-					"bonus": 
-					{
-						"type" : "CREATURE_ENCHANT_POWER",
-						"val" : 1
-					}
-				}
-			]
-		}
-	},
-	"bootsOfHaste":
-	{
-		"bonuses" : [
-			{
-				"type" : "STACKS_SPEED",
-				"val" : 1,
-				"valueType" : "BASE_NUMBER"
-			}
-		],
-		"index" : 151,
-		"type" : ["COMMANDER"],
-		"growing":
-		{
-			"bonusesPerLevel":
-			[
-				{
-					"level": 10,
-					"bonus": 
-					{
-						"type" : "STACKS_SPEED",
-						"val" : 1
-					}
-				}
-			]
-		}
-	},
-	"bowOfSeeking":
-	{
-		"index" : 152,
-		"type" : ["COMMANDER"],
-		"growing":
-		{
-			"thresholdBonuses":
-			[
-				{
-					"level": 5,
-					"bonus":
-					{
-						"type" : "SHOOTER"
-					}
-				},
-				{
-					"level": 25,
-					"bonus": 
-					{
-						"type" : "NO_WALL_PENALTY"
-					}
-				},
-				{
-					"level": 50,
-					"bonus": 
-					{
-						"type" : "NO_DISTANCE_PENALTY"
-					}
-				}
-			]
-		}
-	},
-	"dragonEyeRing": //TODO: implement
-	{
-		"index" : 153,
-		"type" : ["COMMANDER"],
-	},
-	"hardenedShield":
-	{
-		"bonuses" : [
-			{
-				"subtype" : "primSkill.attack",
-				"type" : "PRIMARY_SKILL",
-				"val" : 6,
-				"valueType" : "BASE_NUMBER"
-			}
-		],
-		"index" : 154,
-		"type" : ["COMMANDER"],
-		"growing":
-		{
-			"bonusesPerLevel":
-			[
-				{
-					"level": 6,
-					"bonus": 
-					{
-						"type" : "PRIMARY_SKILL",
-						"subtype" : "primSkill.defence",
-						"val" : 1
-					}
-				}
-			]
-		}
-	},
-	"slavasRingOfPower": //TODO: implement if possible
-	{
-		"index" : 155,
-		"type" : ["COMMANDER"]
-	},
-	"warlordsBanner":
-	{
-		"bonuses" : [
-			{
-				"type" : "STACK_HEALTH",
-				"val" : 2,
-				"valueType" : "BASE_NUMBER"
-			}
-		],
-		"index" : 156,
-		"type" : ["CREATURE"]
-	},
-	"crimsonShieldOfRetribution": //TODO: implement
-	{
-		"index" : 157,
-		"type" : ["HERO"]
-	},
-	"barbarianLordsAxeOfFerocity": //TODO: implement
-	{
-		"index" : 158,
-		"type" : ["HERO"],
-		"components":
-		[
-			"ogresClubOfHavoc",
-			"targOfTheRampagingOgre",
-			"crownOfTheSupremeMagi",
-			"tunicOfTheCyclopsKing"
-		]
-	},
-	"dragonheart":
-	{
-		"index" : 159,
-		"type" : ["HERO"]
-	},
-	"gateKey":
-	{
-		"index" : 160,
-		"type" : ["HERO"]
-	},
-	"art161":
-	{
-		"index" : 161,
-		"type" : ["HERO"]
-	},
-	"art162":
-	{
-		"index" : 162,
-		"type" : ["HERO"]
-	},
-	"art163":
-	{
-		"index" : 163,
-		"type" : ["HERO"]
-	},
-	"art164":
-	{
-		"index" : 164,
-		"type" : ["HERO"]
-	},
-	"art165":
-	{
-		"index" : 165,
-		"type" : ["HERO"]
-	},
-	"art166":
-	{
-		"index" : 166,
-		"type" : ["HERO"]
-	},
-	"art167":
-	{
-		"index" : 167,
-		"type" : ["HERO"]
-	},
-	"art168":
-	{
-		"index" : 168,
-		"type" : ["HERO"]
-	},
-	"art169":
-	{
-		"index" : 169,
-		"type" : ["HERO"]
-	},
-	"art170":
-	{
-		"index" : 170,
-		"type" : ["HERO"]
-	}
-}

+ 0 - 1586
Mods/WoG/config/wog/creatures.json

@@ -1,1586 +0,0 @@
-{
-	"supremeArchangel" :
-	{
-		"index": 150,
-		"level": 8,
-		"faction": "castle",
-		"abilities":
-		{
-			"resurrection100hp" : 
-			{
-				"type" : "SPECIFIC_SPELL_POWER",
-				"subtype" : "spell.resurrection",
-				"val" : 100
-			},
-			"resurrects" :
-			{
-				"type" : "SPELLCASTER",
-				"subtype" : "spell.resurrection"
-			},
-			"fearless" :
-			{
-				"type" : "FEARLESS"
-			},
-			"spellpoints" :
-			{
-				"type" : "CASTS",
-				"val" : 2
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM150Z.DEF"
-		},
-		"sound" :
-		{
-			"attack": "AAGLATTK.wav",
-			"defend": "AAGLDFND.wav",
-			"killed": "AAGLKILL.wav",
-			"move": "AAGLMOVE.wav",
-			"wince": "AAGLWNCE.wav"
-		}
-	},
-	"diamondDragon" :
-	{
-		"index": 151,
-		"level": 8,
-		"faction": "rampart",
-		"abilities":
-		{
-			"dragon" :
-			{
-				"type" : "DRAGON_NATURE"
-			},
-			"fireBreath" :
-			{
-				"type" : "TWO_HEX_ATTACK_BREATH"
-			},
-			"spellImmunity" :
-			{
-				"type" : "LEVEL_SPELL_IMMUNITY",
-				"val" : 5
-			},
-			"fearless" :
-			{
-				"type" : "FEARLESS"
-			},
-		},
-		"graphics" :
-		{
-			"animation": "ZM151Z.DEF",
-		},
-		"sound" :
-		{
-			"attack": "GODRATTK.wav",
-			"defend": "GODRDFND.wav",
-			"killed": "GODRKILL.wav",
-			"move": "GODRMOVE.wav",
-			"wince": "GODRWNCE.wav"
-		}
-	},
-	"lordofThunder" :
-	{
-		"index": 152,
-		"level": 8,
-		"faction": "tower",
-		"abilities" :
-		{
-			"additionalAttack" :
-			{
-				"type" : "ADDITIONAL_ATTACK",
-				"val" : 1
-			},
-			"thunderStrength" :
-			{
-				"type" : "SPECIFIC_SPELL_POWER",
-				"subtype" : "spell.thunderbolt",
-				"val" : 10
-			},
-			"thunderOnAttack" :
-			{
-				"type" : "SPELL_AFTER_ATTACK",
-				"subtype" : "spell.thunderbolt",
-				"val" : 20
-			},
-			"castsAirShield" :
-			{
-				"type" : "ENCHANTED",
-				"subtype" : "spell.airShield",
-				"val" : 3,
-				"addInfo" : 1
-			},
-			"noPenalty" : 
-			{
-				"type" : "NO_WALL_PENALTY"
-			},
-			"noDistancePenalty" :
-			{
-				"type" : "NO_DISTANCE_PENALTY"
-			}
-		},		
-		"graphics" :
-		{
-			"animation": "ZM152Z.DEF",
-			"missile" :
-			{
-				"projectile": "CPRGTIX.DEF"
-			}
-		},
-		"sound" :
-		{
-			"attack": "GTITATTK.wav",
-			"defend": "GTITDFND.wav",
-			"killed": "GTITKILL.wav",
-			"move": "GTITMOVE.wav",
-			"shoot": "GTITSHOT.wav",
-			"wince": "GTITWNCE.wav"
-		}
-	},
-	"hellBaron" :
-	{
-		"index": 153,
-		"level": 8,
-		"faction": "inferno",
-		"abilities":
-		{
-			"fearless" :
-			{
-				"type" : "FEARLESS"
-			},
-			"petrify" :
-			{
-				"type" : "SPELL_AFTER_ATTACK",
-				"subtype" : "spell.stoneGaze",
-				"val" : 50,
-				"addInfo" : 3
-			},
-			"descreaseLuck" :
-			{
-				"type" : "LUCK",
-				"effectRange" : "ONLY_ENEMY_ARMY",
-				"val" : -1
-			},
-			"blockRetaliation" :
-			{
-				"type" : "BLOCKS_RETALIATION"
-			}
-		},
-		"graphics" :
-		{
-			"missile" : null,
-			"animation": "ZM153Z.DEF"
-		},
-		"sound" :
-		{
-			"attack": "ADVLATTK.wav",
-			"defend": "ADVLDFND.wav",
-			"killed": "ADVLKILL.wav",
-			"move": "ADVLMOVE.wav",
-			"wince": "ADVLWNCE.wav",
-			"startMoving": "ADVLEXT1.wav",
-			"endMoving": "ADVLEXT2.wav"
-		}
-	},
-	"bloodDragon" :
-	{
-		"index": 154,
-		"level": 8,
-		"faction": "necropolis",
-		"abilities":
-		{
-			"drainsLife" : 
-			{
-				"type" : "LIFE_DRAIN",
-				"val" : 40
-			},
-			"dragon" :
-			{
-				"type" : "DRAGON_NATURE"
-			},
-			"descreaseLuck" :
-			{
-				"type" : "LUCK",
-				"effectRange" : "ONLY_ENEMY_ARMY",
-				"val" : -1
-			},
-			"fearless" :
-			{
-				"type" : "FEARLESS"
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM154Z.DEF"
-		},
-		"sound" :
-		{
-			"attack": "GHDRATTK.wav",
-			"defend": "GHDRDFND.wav",
-			"killed": "GHDRKILL.wav",
-			"move": "GHDRMOVE.wav",
-			"wince": "GHDRWNCE.wav"
-		}
-	},
-	"darknessDragon" :
-	{
-		"index": 155,
-		"level": 8,
-		"faction": "dungeon",
-		"abilities":
-		{
-			"dragon" :
-			{
-				"type" : "DRAGON_NATURE"
-			},
-			"spellImmunity" :
-			{
-				"type" : "LEVEL_SPELL_IMMUNITY",
-				"val" : 5
-			},
-			"fearless" :
-			{
-				"type" : "FEARLESS"
-			},
-			"fear" :
-			{
-				"type" : "FEAR"
-			},
-			"strikeAndReturn" : 
-			{
-				"type" : "RETURN_AFTER_STRIKE",
-				"val" : 0,
-				"valueType" : "BASE_NUMBER"
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM155Z.DEF"
-		},
-		"sound" :
-		{
-			"attack": "BKDRATTK.wav",
-			"defend": "BKDRDFND.wav",
-			"killed": "BKDRKILL.wav",
-			"move": "BKDRMOVE.wav",
-			"wince": "BKDRWNCE.wav"
-		}
-	},
-	"ghostBehemoth" :
-	{
-		"index": 156,
-		"level": 8,
-		"faction": "stronghold",
-		"abilities" :
-		{
-			"canFly" : 
-			{
-				"type" : "FLYING"
-			},
-			"fearless" :
-			{
-				"type" : "FEARLESS"
-			},
-			"fear" :
-			{
-				"type" : "FEAR"
-			},
-			"selfMorale" :
-			{
-				"type" : "SELF_MORALE",
-				"effectRange" : "ONLY_ENEMY_ARMY",
-				"val" : 1
-			},
-			"extraRetaliation" :
-			{
-				"type" : "ADDITIONAL_RETALIATION",
-				"val" : 2
-			},
-			"reduceDefence" :
-			{
-				"type" : "ENEMY_DEFENCE_REDUCTION",
-				"val" : 100
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM156Z.DEF"
-		},
-		"sound" :
-		{
-			"attack": "BMTHATTK.wav",
-			"defend": "BMTHDFND.wav",
-			"killed": "BMTHKILL.wav",
-			"move": "BMTHMOVE.wav",
-			"wince": "BMTHWNCE.wav"
-		}
-	},
-	"hellHydra" :
-	{
-		"index": 157,
-		"level": 8,
-		"faction": "fortress",
-		"abilities":
-		{
-			"acidBreath" :
-			{
-				"type" : "ACID_BREATH",
-				"val" : 25,
-				"addInfo" : 20
-			},
-			"reduceDefence" :
-			{
-				"type" : "SPELL_AFTER_ATTACK",
-				"subtype" : "spell.acidBreath",
-				"val" : 100
-			},
-			"noRetaliation" : 
-			{
-				"type" : "BLOCKS_RETALIATION"
-			},
-			"regenerates" :
-			{
-				"type" : "HP_REGENERATION",
-				"val" : 40
-			},
-			"fearless" :
-			{
-				"type" : "FEARLESS"
-			},
-			"SHOOTER" : null
-		},
-		"graphics" :
-		{
-			"animation": "ZM157Z.DEF"
-		},
-		"sound" :
-		{
-			"attack": "CHYDATTK.wav",
-			"defend": "CHYDDFND.wav",
-			"killed": "CHYDKILL.wav",
-			"move": "CHYDMOVE.wav",
-			"wince": "CHYDWNCE.wav"
-		}
-	},
-	"sacredPhoenix" :
-	{
-		"index": 158,
-		"level": 8,
-		"faction": "conflux",
-		"abilities":
-		{
-			"rebirthOnce" :
-			{
-				"type" : "CASTS",
-				"val" : 1
-			},
-			"immuneToFire" :
-			{
-				"type" : "FIRE_IMMUNITY",
-				"subtype" : 0 //this IS important
-			},
-			"rebirth" : 
-			{
-				"type" : "REBIRTH",
-				"val" : 100
-			},
-			"fireShield" :
-			{
-				"type" : "FIRE_SHIELD",
-				"subtype" : 100,
-				"val" : 100
-			},
-			"spellSlayer" :
-			{
-				"type" : "ENCHANTED",
-				"subtype" : "spell.slayer",
-				"val" : 3,
-				"addInfo" : 100
-			},
-			"fearless" :
-			{
-				"type" : "FEARLESS"
-			},
-			"spellpower" :
-			{
-				"type" : "CREATURE_SPELL_POWER",
-				"val" : 100
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM158Z.DEF"
-		},
-		"sound" :
-		{
-			"attack": "PHOEATTK.wav",
-			"defend": "PHOEDFND.wav",
-			"killed": "PHOEKILL.wav",
-			"move": "PHOEMOVE.wav",
-			"wince": "PHOEWNCE.wav"
-		}
-	},
-	"ghost" :
-	{
-		"index": 159,
-		"growth" : 7,
-		"level": 3,
-		"faction": "necropolis",
-		"abilities":
-		{
-			"fearless" :
-			{
-				"type" : "FEARLESS"
-			},
-			"armageddonImmunity" : 
-			{
-				"type" : "SPELL_IMMUNITY",
-				"subtype" : "spell.armageddon"
-			},
-		},
-		"graphics" :
-		{
-			"animation": "ZM159G.DEF"
-		},
-		"sound" :
-		{
-			"attack": "WRTHATTK.wav",
-			"defend": "WRTHDFND.wav",
-			"killed": "WRTHKILL.wav",
-			"move": "WRTHMOVE.wav",
-			"wince": "WRTHWNCE.wav"
-		}
-	},
-	"godWar" :
-	{
-		"disabled" : true,
-		"index": 160,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM160G.DEF"
-		}
-	},
-	"godPeace" :
-	{
-		"disabled" : true,
-		"index": 161,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM161G.DEF"
-		}
-	},
-	"godMana" :
-	{
-		"disabled" : true,
-		"index": 162,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM162G.DEF"
-		}
-	},
-	"godLore" :
-	{
-		"disabled" : true,
-		"index": 163,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM163G.DEF"
-		}
-	},
-	"minotaurKing2" :// WTF is this? Same ID as Minotaur King from Dungeon
-	{
-		"index": 164,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM164GD.DEF"
-		},
-		"sound" :
-		{
-			"attack": "SGLMATTK.wav",
-			"defend": "SGLMDFND.wav",
-			"killed": "SGLMKILL.wav",
-			"move": "SGLMMOVE.wav",
-			"wince": "SGLMWNCE.wav"
-		}
-	},
-	"mineralElemental" :
-	{
-		"index": 165,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM165GD.DEF"
-		},
-		"sound" :
-		{
-			"attack": "SGLMATTK.wav",
-			"defend": "SGLMDFND.wav",
-			"killed": "SGLMKILL.wav",
-			"move": "SGLMMOVE.wav",
-			"wince": "SGLMWNCE.wav"
-		}
-	},
-	"electricityElemental" :
-	{
-		"index": 166,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM166GD.DEF"
-		},
-		"sound" :
-		{
-			"attack": "SGLMATTK.wav",
-			"defend": "SGLMDFND.wav",
-			"killed": "SGLMKILL.wav",
-			"move": "SGLMMOVE.wav",
-			"wince": "SGLMWNCE.wav"
-		}
-	},
-	"ancientBasilisk" :
-	{
-		"index": 167,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM167GD.DEF"
-		},
-		"sound" :
-		{
-			"attack": "SGLMATTK.wav",
-			"defend": "SGLMDFND.wav",
-			"killed": "SGLMKILL.wav",
-			"move": "SGLMMOVE.wav",
-			"wince": "SGLMWNCE.wav"
-		}
-	},
-	"gorynych" :
-	{
-		"index": 168,
-		"level": 7,
-		"faction": "neutral",
-		"abilities":
-		{
-			"canFly" :
-			{
-				"type" : "FLYING"
-			},
-			"noRetaliation" : 
-			{
-				"type" : "BLOCKS_RETALIATION"
-			},
-			"fearless" :
-			{
-				"type" : "FEARLESS"
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM168DG.DEF"
-		},
-		"sound" :
-		{
-			"attack": "BKDRATTK.wav",
-			"defend": "BKDRDFND.wav",
-			"killed": "BKDRKILL.wav",
-			"move": "BKDRMOVE.wav",
-			"wince": "BKDRWNCE.wav"
-		}
-	},
-	"warZealot" :
-	{
-		"index": 169,
-		"level": 6,
-		"growth" : 3,
-		"faction": "castle",
-		"abilities":
-		{
-			"spellMagicMirror" :
-			{
-				"type" : "ENCHANTED",
-				"subtype" : "spell.magicMirror",
-				"val" : 3,
-				"addInfo" : 100
-			},
-			"fearless" :
-			{
-				"type" : "FEARLESS"
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM169ZL.DEF",
-			"missile" :
-			{
-				"projectile": "CPRZEAX.DEF"
-			}
-		},
-		"sound" :
-		{
-			"attack": "ZELTATTK.wav",
-			"defend": "ZELTDFND.wav",
-			"killed": "ZELTKILL.wav",
-			"move": "ZELTMOVE.wav",
-			"shoot": "ZELTSHOT.wav",
-			"wince": "ZELTWNCE.wav"
-		}
-	},
-	"arcticSharpshooter" :
-	{
-		"index": 170,
-		"level": 5,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM170SW.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		},
-		"sound" :
-		{
-			"attack": "HCRSATTK.wav",
-			"defend": "HCRSDFND.wav",
-			"killed": "HCRSKILL.wav",
-			"move": "HCRSMOVE.wav",
-			"shoot": "HCRSSHOT.wav",
-			"wince": "HCRSWNCE.wav"
-		}
-	},
-	"lavaSharpshooter" :
-	{
-		"index": 171,
-		"level": 5,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM171SR.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		},
-		"sound" :
-		{
-			"attack": "HCRSATTK.wav",
-			"defend": "HCRSDFND.wav",
-			"killed": "HCRSKILL.wav",
-			"move": "HCRSMOVE.wav",
-			"shoot": "HCRSSHOT.wav",
-			"wince": "HCRSWNCE.wav"
-		}
-	},
-	"nightmare" :
-	{
-		"index": 172,
-		"level": 6,
-		"faction": "neutral",
-		"abilities":
-		{
-			"deathStare" : 
-			{
-				"type" : "DEATH_STARE",
-				"subtype" : 0,
-				"val" : 10
-			},
-			"mindImmunity" :
-			{
-				"type" : "MIND_IMMUNITY"
-			},
-			"fearless" :
-			{
-				"type" : "FEARLESS"
-			}
-		},
-		"upgrades": ["hellSteed"],
-		"graphics" :
-		{
-			"animation": "ZM172N.DEF"
-		},
-		"sound" :
-		{
-			"attack": "BGORATTK.wav",
-			"defend": "BGORDFND.wav",
-			"killed": "BGORKILL.wav",
-			"move": "BGORMOVE.wav",
-			"wince": "BGORWNCE.wav"
-		}
-	},
-	"santaGremlin" :
-	{
-		"index": 173,
-		"level": 3,
-		"faction": "tower",
-		"growth" : 16,
-		"abilities":
-		{
-			"castsImplosion" :
-			{
-				"type" : "SPELLCASTER",
-				"subtype" : "spell.iceBolt",
-				"addInfo" : 2,
-				"val" : 2
-			},
-			"spellpower" :
-			{
-				"type" : "CREATURE_SPELL_POWER",
-				"val" : 100
-			},
-			"casts" :
-			{
-				"type" : "CASTS",
-				"val" : 12
-			},
-		},	
-		"graphics" :
-		{
-			"animation": "ZM173M.DEF"
-		},
-		"sound" :
-		{
-			"attack": "AAGLATTK.wav",
-			"defend": "AAGLDFND.wav",
-			"killed": "AAGLKILL.wav",
-			"move": "AAGLMOVE.wav",
-			"wince": "AAGLWNCE.wav"
-		}
-	},
-	"paladin1" :
-	{
-		"special" : true,
-		"index": 174,
-		"level": 0,
-		"faction": "neutral",
-		"abilities":
-		{
-			"magicResistance" :
-			{
-				"type" : "MAGIC_RESISTANCE",
-				"val" : 5
-			},
-			"castsAmount" :
-			{
-				"type" : "CASTS",
-				"val" : 1
-			},
-			"enchant" :
-			{
-				"type" : "CREATURE_ENCHANT_POWER",
-				"val" : 1
-			},
-			"spellpower" :
-			{
-				"type" : "CREATURE_SPELL_POWER",
-				"val" : 100
-			},
-			"canCast" :
-			{
-				"type" : "SPELLCASTER",
-				"subtype" : "spell.cure",
-				"val" : 3
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM174NPC.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		},
-		"sound" :
-		{
-			"attack": "CRUSATTK.wav",
-			"defend": "CRUSDFND.wav",
-			"killed": "CRUSKILL.wav",
-			"move": "CRUSMOVE.wav",
-			"wince": "CRUSWNCE.wav"
-		}
-	},
-	"hierophant1" :
-	{
-		"special" : true,
-		"index": 175,
-		"level": 0,
-		"faction": "neutral",
-		"abilities":
-		{
-			"magicResistance" :
-			{
-				"type" : "MAGIC_RESISTANCE",
-				"val" : 5
-			},
-			"castsAmount" :
-			{
-				"type" : "CASTS",
-				"val" : 1
-			},
-			"enchant" :
-			{
-				"type" : "CREATURE_ENCHANT_POWER",
-				"val" : 1
-			},
-			"spellpower" :
-			{
-				"type" : "CREATURE_SPELL_POWER",
-				"val" : 100
-			},
-			"canCast" :
-			{
-				"type" : "SPELLCASTER",
-				"subtype" : "spell.shield",
-				"val" : 3
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM175NPC.DEF",
-			"missile" :
-			{
-				"projectile": "CPRZEAX.DEF"
-			}
-		},
-		"sound" :
-		{
-			"attack": "MONKATTK.wav",
-			"defend": "MONKDFND.wav",
-			"killed": "MONKKILL.wav",
-			"move": "MONKMOVE.wav",
-			"shoot": "MONKSHOT.wav",
-			"wince": "MONKWNCE.wav"
-		}
-	},
-	"templeGuardian1" :
-	{
-		"special" : true,
-		"index": 176,
-		"level": 0,
-		"faction": "neutral",
-		"abilities":
-		{
-			"magicResistance" :
-			{
-				"type" : "MAGIC_RESISTANCE",
-				"val" : 5
-			},
-			"castsAmount" :
-			{
-				"type" : "CASTS",
-				"val" : 1
-			},
-			"enchant" :
-			{
-				"type" : "CREATURE_ENCHANT_POWER",
-				"val" : 1
-			},
-			"spellpower" :
-			{
-				"type" : "CREATURE_SPELL_POWER",
-				"val" : 100
-			},
-			"canCast" :
-			{
-				"type" : "SPELLCASTER",
-				"subtype" : "spell.precision",
-				"val" : 3
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM176NPC.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		},
-		"sound" :
-		{
-			"attack": "LICHATTK.wav",
-			"defend": "LICHDFND.wav",
-			"killed": "LICHKILL.wav",
-			"move": "LICHMOVE.wav",
-			"shoot": "LICHSHOT.wav",
-			"wince": "LICHWNCE.wav"
-		}
-	},
-	"succubus1" :
-	{
-		"special" : true,
-		"index": 177,
-		"level": 0,
-		"faction": "neutral",
-		"abilities":
-		{
-			"magicResistance" :
-			{
-				"type" : "MAGIC_RESISTANCE",
-				"val" : 5
-			},
-			"castsAmount" :
-			{
-				"type" : "CASTS",
-				"val" : 1
-			},
-			"enchant" :
-			{
-				"type" : "CREATURE_ENCHANT_POWER",
-				"val" : 1
-			},
-			"spellpower" :
-			{
-				"type" : "CREATURE_SPELL_POWER",
-				"val" : 100
-			},
-			"canCast" :
-			{
-				"type" : "SPELLCASTER",
-				"subtype" : "spell.fireShield",
-				"val" : 3
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM177NPC.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		},
-		"sound" :
-		{
-			"attack": "SGRGATTK.wav",
-			"defend": "SGRGDFND.wav",
-			"killed": "SGRGKILL.wav",
-			"move": "SGRGMOVE.wav",
-			"wince": "SGRGWNCE.wav"
-		}
-	},
-	"soulEater1" :
-	{
-		"special" : true,
-		"index": 178,
-		"level": 0,
-		"faction": "neutral",
-		"abilities":
-		{
-			"magicResistance" :
-			{
-				"type" : "MAGIC_RESISTANCE",
-				"val" : 5
-			},
-			"castsAmount" :
-			{
-				"type" : "CASTS",
-				"val" : 1
-			},
-			"enchant" :
-			{
-				"type" : "CREATURE_ENCHANT_POWER",
-				"val" : 1
-			},
-			"spellpower" :
-			{
-				"type" : "CREATURE_SPELL_POWER",
-				"val" : 100
-			},
-			"canCast" :
-			{
-				"type" : "SPELLCASTER",
-				"subtype" : "spell.animateDead",
-				"val" : 3
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM178NPC.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		},
-		"sound" :
-		{
-			"attack": "GNOLATTK.wav",
-			"defend": "GNOLDFND.wav",
-			"killed": "GNOLKILL.wav",
-			"move": "GNOLMOVE.wav",
-			"wince": "GNOLWNCE.wav"
-		}
-	},
-	"brute1" :
-	{
-		"special" : true,
-		"index": 179,
-		"level": 0,
-		"faction": "neutral",
-		"abilities":
-		{
-			"magicResistance" :
-			{
-				"type" : "MAGIC_RESISTANCE",
-				"val" : 5
-			},
-			"castsAmount" :
-			{
-				"type" : "CASTS",
-				"val" : 1
-			},
-			"enchant" :
-			{
-				"type" : "CREATURE_ENCHANT_POWER",
-				"val" : 1
-			},
-			"spellpower" :
-			{
-				"type" : "CREATURE_SPELL_POWER",
-				"val" : 100
-			},
-			"canCast" :
-			{
-				"type" : "SPELLCASTER",
-				"subtype" : "spell.stoneSkin",
-				"val" : 3
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM179NPC.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		},
-		"sound" :
-		{
-			"attack": "PFOEATTK.wav",
-			"defend": "PFOEDFND.wav",
-			"killed": "PFOEKILL.wav",
-			"move": "PFOEMOVE.wav",
-			"wince": "PFOEWNCE.wav"
-		}
-	},
-	"ogreLeader1" :
-	{
-		"special" : true,
-		"index": 180,
-		"level": 0,
-		"faction": "neutral",
-		"abilities":
-		{
-			"magicResistance" :
-			{
-				"type" : "MAGIC_RESISTANCE",
-				"val" : 5
-			},
-			"castsAmount" :
-			{
-				"type" : "CASTS",
-				"val" : 1
-			},
-			"enchant" :
-			{
-				"type" : "CREATURE_ENCHANT_POWER",
-				"val" : 1
-			},
-			"spellpower" :
-			{
-				"type" : "CREATURE_SPELL_POWER",
-				"val" : 100
-			},
-			"canCast" :
-			{
-				"type" : "SPELLCASTER",
-				"subtype" : "spell.cure",
-				"val" : 3
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM180NPC.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		},
-		"sound" :
-		{
-			"attack": "TRLLATTK.wav",
-			"defend": "TRLLDFND.wav",
-			"killed": "TRLLKILL.wav",
-			"move": "TRLLMOVE.wav",
-			"wince": "TRLLWNCE.wav"
-		}
-	},
-	"shaman1" :
-	{
-		"special" : true,
-		"index": 181,
-		"level": 0,
-		"faction": "neutral",
-		"abilities":
-		{
-			"magicResistance" :
-			{
-				"type" : "MAGIC_RESISTANCE",
-				"val" : 5
-			},
-			"castsAmount" :
-			{
-				"type" : "CASTS",
-				"val" : 1
-			},
-			"enchant" :
-			{
-				"type" : "CREATURE_ENCHANT_POWER",
-				"val" : 1
-			},
-			"spellpower" :
-			{
-				"type" : "CREATURE_SPELL_POWER",
-				"val" : 100
-			},
-			"canCast" :
-			{
-				"type" : "SPELLCASTER",
-				"subtype" : "spell.haste",
-				"val" : 3
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM181NPC.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		},
-		"sound" :
-		{
-			"attack": "AMAGATTK.wav",
-			"defend": "AMAGDFND.wav",
-			"killed": "AMAGKILL.wav",
-			"move": "AMAGMOVE.wav",
-			"shoot": "AMAGSHOT.wav",
-			"wince": "AMAGWNCE.wav"
-		}
-	},
-	"astralSpirit1" :
-	{
-		"special" : true,
-		"index": 182,
-		"level": 0,
-		"faction": "neutral",
-		"abilities":
-		{
-			"magicResistance" :
-			{
-				"type" : "MAGIC_RESISTANCE",
-				"val" : 5
-			},
-			"castsAmount" :
-			{
-				"type" : "CASTS",
-				"val" : 1
-			},
-			"enchant" :
-			{
-				"type" : "CREATURE_ENCHANT_POWER",
-				"val" : 1
-			},
-			"spellpower" :
-			{
-				"type" : "CREATURE_SPELL_POWER",
-				"val" : 100
-			},
-			"canCast" :
-			{
-				"type" : "SPELLCASTER",
-				"subtype" : "spell.counterstrike",
-				"val" : 3
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM182NPC.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		},
-		"sound" :
-		{
-			"attack": "GENIATTK.wav",
-			"defend": "GENIDFND.wav",
-			"killed": "GENIKILL.wav",
-			"move": "GENIMOVE.wav",
-			"wince": "GENIWNCE.wav"
-		}
-	},
-	"paladin2" :
-	{
-		"special" : true,
-		"index": 183,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM174NPC.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		}
-	},
-	"hierophant2" :
-	{
-		"special" : true,
-		"disabled" : true,
-		"index": 184,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM175NPC.DEF",
-			"missile" :
-			{
-				"projectile": "CPRZEAX.DEF"
-			}
-		}
-	},
-	"templeGuardian2" :
-	{
-		"special" : true,
-		"disabled" : true,
-		"index": 185,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM176NPC.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		}
-	},
-	"succubus2" :
-	{
-		"special" : true,
-		"disabled" : true,
-		"index": 186,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM177NPC.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		}
-	},
-	"soulEater2" :
-	{
-		"special" : true,
-		"disabled" : true,
-		"index": 187,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM178NPC.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		}
-	},
-	"brute2" :
-	{
-		"special" : true,
-		"disabled" : true,
-		"index": 188,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM179NPC.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		}
-	},
-	"ogreLeader2" :
-	{
-		"special" : true,
-		"disabled" : true,
-		"index": 189,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM180NPC.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		}
-	},
-	"shaman2" :
-	{
-		"special" : true,
-		"disabled" : true,
-		"index": 190,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM181NPC.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		}
-	},
-	"astralSpirit2" :
-	{
-		"special" : true,
-		"disabled" : true,
-		"index": 191,
-		"level": 0,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM182NPC.DEF",
-			"missile" :
-			{
-				"projectile": "PLCBOWX.DEF"
-			}
-		}
-	},
-	"sylvanCentaur" :
-	{
-		"index": 192,
-		"growth" : 14,
-		"level": 3,
-		"doubleWide" : true,
-		"faction": "rampart",
-		"abilities" :
-		{
-			"additionalAttack" :
-			{
-				"type" : "ADDITIONAL_ATTACK",
-				"val" : 1
-			},
-			"spellMirth" :
-			{
-				"type" : "ENCHANTED",
-				"subtype" : "spell.mirth",
-				"val" : 1,
-				"addInfo" : 3 
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM192Z.DEF",
-			"missile" :
-			{
-				"projectile": "PELFX.DEF"
-			}
-		},
-		"sound" :
-		{
-			"attack": "ECNTATTK.wav",
-			"defend": "ECNTDFND.wav",
-			"killed": "ECNTKILL.wav",
-			"move": "ECNTMOVE.wav",
-			"shoot": "ECNTSHOT.wav",
-			"wince": "ECNTWNCE.wav"
-		}
-	},
-	"sorceress" :
-	{
-		"index": 193,
-		"level": 6,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM193Z.DEF",
-			"missile" :
-			{
-				"projectile": "CPRZEAX.DEF"
-			}
-		},
-		"sound" :
-		{
-			"attack": "MONKATTK.wav",
-			"defend": "MONKDFND.wav",
-			"killed": "MONKKILL.wav",
-			"move": "MONKMOVE.wav",
-			"shoot": "MONKSHOT.wav",
-			"wince": "MONKWNCE.wav"
-		}
-	},
-	"werewolf" :
-	{
-		"index": 194,
-		"level": 4,
-		"faction": "neutral",
-		"graphics" :
-		{
-			"animation": "ZM194Z.DEF"
-		}
-	},
-	"hellSteed" :
-	{
-		"index": 195,
-		"level": 6,
-		"faction": "neutral",
-		"abilities":
-		{
-			"immuneToFire" :
-			{
-				"type" : "FIRE_IMMUNITY",
-				"subtype" : 0 //this IS important
-			},
-			"fireShield" :
-			{
-				"type" : "FIRE_SHIELD",
-				"subtype" : 100,
-				"val" : 100
-			},
-			"spellFireWall" :
-			{
-				"type" : "SPELL_AFTER_ATTACK",
-				"subtype" : "spell.fireWall",
-				"val" : 12,
-				"addInfo" : 3
-			},
-			"spellpower" :
-			{
-				"type" : "CREATURE_SPELL_POWER",
-				"val" : 100
-			}
-		},
-		"upgrades": ["nightmare"],
-		"graphics" :
-		{
-			"animation": "ZM195Z.DEF"
-		},
-		"sound" :
-		{
-			"attack": "BGORATTK.wav",
-			"defend": "BGORDFND.wav",
-			"killed": "BGORKILL.wav",
-			"move": "BGORMOVE.wav",
-			"wince": "BGORWNCE.wav"
-		}
-	},
-	"dracolich" :
-	{
-		"index": 196,
-		"level": 10,
-		"faction": "neutral",
-		"abilities":
-		{
-			"dragon" : 
-			{
-				"type" : "DRAGON_NATURE",
-			},
-			"dragonBreath" :
-			{
-				"type" : "TWO_HEX_ATTACK_BREATH"
-			},
-			"undead" :
-			{
-				"type" : "UNDEAD"
-			},
-			"canFly" : 
-			{
-				"type" : "FLYING"
-			},
-			"deathCloud" :
-			{
-				"type" : "SPELL_LIKE_ATTACK",
-				"subtype" : "spell.deathCloud"
-			},
-			"canShoot" :
-			{
-				"type" : "SHOOTER"
-			}
-		},
-		"graphics" :
-		{
-			"animation": "ZM196Z.DEF",
-			"missile" :
-			{
-				"projectile": "ZSHOT195.DEF"
-			}
-		},
-		"sound" :
-		{
-			"attack": "GHDRATTK.wav",
-			"defend": "GHDRDFND.wav",
-			"killed": "GHDRKILL.wav",
-			"move": "GHDRMOVE.wav",
-			"shoot": "GHDRSHOT.wav",
-			"wince": "GHDRWNCE.wav"
-		}
-	}
-}
-
-// For future reference. Creatures from WoG and their sound prefixes.
-//aagl ZM150Z.def SupremeArchangel
-//godr ZM151Z.def DiamondDragon
-//gtit ZM152Z.def LordofThunder
-//advl ZM153Z.def HellBaron
-//ghdr ZM154Z.def BloodDragon
-//bkdr ZM155Z.def DarknessDragon
-//bmth ZM156Z.def GhostBehemoth
-//chyd ZM157Z.def HellHydra
-//phoe ZM158Z.def SacredPhoenix
-//wrth ZM159G.def Ghost
-//aagl ZM160G.def God1War
-//aagl ZM161G.def God2Peace
-//aagl ZM162G.def God3Mana
-//aagl ZM163G.def God4Lore
-//sglm ZM164GD.def MinotaurKing
-//sglm ZM165GD.def MineralElemental
-//sglm ZM166GD.def ElectricityElemental
-//sglm ZM167GD.def AncientBasilisk
-//bkdr ZM168DG.def Gorynych
-//zelt ZM169ZL.def WarZealot
-//hcrs ZM170SW.def Myriad
-//hcrs ZM171SR.def MedusaMatriarch
-//bgor ZM172N.def Nightmare
-//aagl ZM173M.def SantaGremlin
-
-//crus ZM174NPC.def Paladin2
-//monk ZM175NPC.def Hierophant2
-//lich ZM176NPC.def TempleGuardian2
-//sgrg ZM177NPC.def Succubus2
-//gnol ZM178NPC.def SoulEater2
-///pfoe ZM179NPC.def Brute2
-//trll ZM180NPC.def OgreLeader2
-//amag ZM181NPC.def Shaman2
-//geni ZM182NPC.def AstralSpirit2
-
-//ecnt ZM192Z.def SylvanCentaur
-//monk ZM193Z.def Sorceress
-//monk ZM194Z.def Werewolf
-//bgor ZM195Z.def HellSteed
-//ghdr ZM196Z.def Dracolich

+ 0 - 74
Mods/WoG/config/wog/heroClasses.json

@@ -1,74 +0,0 @@
-{
-        "core:knight" :
-        {
-                "commander" : "paladin1"
-        },
-        "core:cleric" :
-        {
-                "commander" : "paladin1"
-        },
-        "core:planeswalker" :
-        {
-                "commander" : "astralSpirit1"
-        },
-        "core:elementalist" :
-        {
-                "commander" : "astralSpirit1"
-        },
-        "core:warlock" :
-        {
-                "commander" : "brute1"
-        },
-        "core:overlord" :
-        {
-                "commander" : "brute1"
-        },
-        "core:beastmaster" :
-        {
-                "commander" : "shaman1"
-        },
-        "core:witch" :
-        {
-                "commander" : "shaman1"
-        },
-        "core:demoniac" :
-        {
-                "commander" : "succubus1"
-        },
-        "core:heretic" :
-        {
-                "commander" : "succubus1"
-        },
-        "core:deathknight" :
-        {
-                "commander" : "soulEater1"
-        },
-        "core:necromancer" :
-        {
-                "commander" : "soulEater1"
-        },
-        "core:ranger" :
-        {
-                "commander" : "hierophant1"
-        },
-        "core:druid" :
-        {
-                "commander" : "hierophant1"
-        },
-        "core:barbarian" :
-        {
-                "commander" : "ogreLeader1"
-        },
-        "core:battlemage" :
-        {
-                "commander" : "ogreLeader1"
-        },
-        "core:alchemist" :
-        {
-                "commander" : "templeGuardian1"
-        },
-        "core:wizard" :
-        {
-                "commander" : "templeGuardian1"
-        }
-}

+ 0 - 57
Mods/WoG/config/wog/spells.json

@@ -1,57 +0,0 @@
-{
-
-        "core:implosion" :
-        {
-                "graphics" : {
-			"iconImmune" : "ZVS/LIB1.RES/E_SPIMP"
-		}
-        },
-
-        "core:meteorShower" : {
-		"graphics" : {
-			"iconImmune" : "ZVS/LIB1.RES/E_SPMET"
-		}
-	},
-	"core:armageddon" : {
-
-		"graphics" : {
-			"iconImmune" : "ZVS/LIB1.RES/E_SPARM"
-		}
-
-	},
-	"core:dispel" : {
-
-		"graphics" : {
-			"iconImmune" : "ZVS/LIB1.RES/E_SPDISP"
-		}
-
-	},
-        "core:slow" : {
-		"graphics" : {
-			"iconImmune" : "ZVS/LIB1.RES/E_SPSLOW"
-		}
-        },
-
-        "core:berserk" : {
-		"graphics" : {
-			"iconImmune" : "ZVS/LIB1.RES/E_SPBERS"
-		}
-        },
-	"core:hypnotize" : {
-                "graphics" : {
-			"iconImmune" : "ZVS/LIB1.RES/E_SPHYPN"
-		}
-        },
-
-        "core:blind" : {
-		"graphics" : {
-			"iconImmune" : "ZVS/LIB1.RES/E_SPBLIND"
-		}
-        },
-
-        "core:dispelHelpful" : {
-		"graphics" : {
-			"iconImmune" : "ZVS/LIB1.RES/E_SPDISB"
-		}
-        }
-}

+ 0 - 45
Mods/WoG/config/wogFileOverrides.json

@@ -1,45 +0,0 @@
-{
-	// Text configs
-	"data/crgen1.txt"   : "data/zcrgn1.txt",
-	"data/crtraits.txt" : "data/zcrtrait.txt",
-	"data/help.txt"     : "data/zelp.txt",
-	"data/objects.txt"  : "data/zobjcts.txt",
-
-	// main menu images
-	"data/gamselb0.bmp" : "data/ZPIC1000.bmp", // map selection screen
-	"data/gamselb1.bmp" : "data/ZPIC1001.bmp", // map selection screen
-	"data/loadbar.bmp"  : "data/ZPIC106.bmp",  // loading screen
-	"data/gamselbk.bmp" : "data/ZPIC1005.bmp", // background
-	"data/newgame.bmp"  : "data/ZNEWGAM.bmp",  // "new  game" text
-	"data/loadgame.bmp" : "data/ZLOADGAM.bmp", // "load game" text
-
-	// main menu buttons
-	"sprites/mmenung.def" : "sprites/zmenung.def",
-	"sprites/mmenulg.def" : "sprites/zmenulg.def",
-	"sprites/mmenuhs.def" : "sprites/zmenuhs.def",
-	"sprites/mmenucr.def" : "sprites/zmenucr.def",
-	"sprites/mmenuqt.def" : "sprites/zmenuqt.def",
-
-	// game type select (single/multi/campaign)
-	"sprites/gtsingl.def" : "sprites/ztsingl.def",
-	"sprites/gtmulti.def" : "sprites/ztmulti.def",
-	"sprites/gtcampn.def" : "sprites/ztcampn.def",
-	"sprites/gttutor.def" : "sprites/zttutor.def",
-	"sprites/gtback.def"  : "sprites/ztback.def",
-
-	// campaigns
-	"sprites/csssod.def" : "sprites/zsssod.def",
-	"sprites/cssroe.def" : "sprites/zssroe.def",
-	"sprites/cssarm.def" : "sprites/zssarm.def",
-	"sprites/csscus.def" : "sprites/zsscus.def",
-
-	// resource bars
-	"data/tresbar.bmp" : "data/zresbar.bmp",
-	"data/kresbar.bmp" : "data/z2esbar.bmp",
-	"data/aresbar.bmp" : "data/zresbar.bmp",
-
-	// misc
-	"data/tpcainfo.bmp" : "data/zpcainfo.bmp", // stats images for town fort
-	"music/mainmenu.mp3" : "music/mainmenuwog.mp3",
-	"video/credits.bik" : "video/acredit.bik"
-}