1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Moved tower shooters info to "vcmi" mod

Required for file presence validation checks to pass since tower shooter
icons reside in vcmi mod
This commit is contained in:
Ivan Savenko 2022-12-18 16:03:47 +02:00 committed by Nordsoft91
parent b6ca3f83c1
commit 5ae17cb1ff
13 changed files with 21 additions and 22 deletions

View File

@ -2,13 +2,20 @@
"name" : "VCMI essential files", "name" : "VCMI essential files",
"description" : "Essential files required for VCMI to run correctly", "description" : "Essential files required for VCMI to run correctly",
"version" : "1.0", "version" : "1.1",
"author" : "VCMI Team", "author" : "VCMI Team",
"contact" : "http://forum.vcmi.eu/index.php", "contact" : "http://forum.vcmi.eu/index.php",
"modType" : "Graphical", "modType" : "Graphical",
"factions" : [ "config/vcmi/towerFactions" ],
"creatures" : [ "config/vcmi/towerCreature" ],
"filesystem": "filesystem":
{ {
"CONFIG/" :
[
{"type" : "dir", "path" : "/Config"}
],
"DATA/" : "DATA/" :
[ [
{"type" : "dir", "path" : "/Data"} {"type" : "dir", "path" : "/Data"}

View File

@ -123,8 +123,6 @@
}, },
"graphics" : "graphics" :
{ {
"iconSmall" : "vcmi/creatureIcons/towerSmall",
"iconLarge" : "vcmi/creatureIcons/towerLarge",
"animation": "CLCBOW.DEF" // needed to pass validation, never used "animation": "CLCBOW.DEF" // needed to pass validation, never used
}, },
"sound": {} "sound": {}

View File

@ -203,8 +203,6 @@
"siege" : "siege" :
{ {
"shooter" : "archer", "shooter" : "archer",
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
"imagePrefix" : "SGCS", "imagePrefix" : "SGCS",
"gate" : "gate" :
{ {

View File

@ -210,8 +210,6 @@
"siege" : "siege" :
{ {
"shooter" : "stormElemental", "shooter" : "stormElemental",
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
"imagePrefix" : "SGEL", "imagePrefix" : "SGEL",
"gate" : "gate" :
{ {

View File

@ -204,8 +204,6 @@
"siege" : "siege" :
{ {
"shooter" : "medusa", "shooter" : "medusa",
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
"imagePrefix" : "SGDN", "imagePrefix" : "SGDN",
"gate" : "gate" :
{ {

View File

@ -209,8 +209,6 @@
"siege" : "siege" :
{ {
"shooter" : "lizardman", "shooter" : "lizardman",
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
"imagePrefix" : "SGFR", "imagePrefix" : "SGFR",
"gate" : "gate" :
{ {

View File

@ -204,8 +204,6 @@
"siege" : "siege" :
{ {
"shooter" : "gog", "shooter" : "gog",
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
"imagePrefix" : "SGIN", "imagePrefix" : "SGIN",
"gate" : "gate" :
{ {

View File

@ -214,8 +214,6 @@
"siege" : "siege" :
{ {
"shooter" : "lich", "shooter" : "lich",
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
"imagePrefix" : "SGNC", "imagePrefix" : "SGNC",
"gate" : "gate" :
{ {

View File

@ -2,7 +2,6 @@
"neutral" : "neutral" :
{ {
"name" : "Neutral", "name" : "Neutral",
"index" : 9,
"alignment" : "neutral", "alignment" : "neutral",
"creatureBackground" : "creatureBackground" :
{ {

View File

@ -211,8 +211,6 @@
"siege" : "siege" :
{ {
"shooter" : "woodElf", "shooter" : "woodElf",
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
"imagePrefix" : "SGRM", "imagePrefix" : "SGRM",
"gate" : "gate" :
{ {

View File

@ -203,8 +203,6 @@
{ {
"shooter" : "orc", "shooter" : "orc",
"imagePrefix" : "SGST", "imagePrefix" : "SGST",
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
"gate" : "gate" :
{ {
"arch" : { "x" : 478, "y" : 235 }, "arch" : { "x" : 478, "y" : 235 },

View File

@ -202,8 +202,6 @@
"siege" : "siege" :
{ {
"shooter" : "mage", "shooter" : "mage",
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
"imagePrefix" : "SGTW", "imagePrefix" : "SGTW",
"gate" : "gate" :
{ {

View File

@ -56,6 +56,13 @@
"description": "List of mods that can't be enabled in the same time as this one", "description": "List of mods that can't be enabled in the same time as this one",
"items": { "type":"string" } "items": { "type":"string" }
}, },
"compatibility" : {
"type":"object",
"description": "List of supported version of vcmi engine",
"additionalProperties" : {
"type" : "string"
}
},
"keepDisabled" : { "keepDisabled" : {
"type":"boolean", "type":"boolean",
@ -118,6 +125,12 @@
"description": "List of configuration files for battlefields", "description": "List of configuration files for battlefields",
"items": { "type":"string", "format" : "textFile" } "items": { "type":"string", "format" : "textFile" }
},
"obstacles":{
"type":"array",
"description": "List of configuration files for obstacles",
"items": { "type":"string", "format" : "textFile" }
}, },
"changelog" : { "changelog" : {