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:
parent
b6ca3f83c1
commit
5ae17cb1ff
@ -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"}
|
||||||
|
@ -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": {}
|
||||||
|
@ -203,8 +203,6 @@
|
|||||||
"siege" :
|
"siege" :
|
||||||
{
|
{
|
||||||
"shooter" : "archer",
|
"shooter" : "archer",
|
||||||
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
|
|
||||||
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
|
|
||||||
"imagePrefix" : "SGCS",
|
"imagePrefix" : "SGCS",
|
||||||
"gate" :
|
"gate" :
|
||||||
{
|
{
|
||||||
|
@ -210,8 +210,6 @@
|
|||||||
"siege" :
|
"siege" :
|
||||||
{
|
{
|
||||||
"shooter" : "stormElemental",
|
"shooter" : "stormElemental",
|
||||||
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
|
|
||||||
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
|
|
||||||
"imagePrefix" : "SGEL",
|
"imagePrefix" : "SGEL",
|
||||||
"gate" :
|
"gate" :
|
||||||
{
|
{
|
||||||
|
@ -204,8 +204,6 @@
|
|||||||
"siege" :
|
"siege" :
|
||||||
{
|
{
|
||||||
"shooter" : "medusa",
|
"shooter" : "medusa",
|
||||||
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
|
|
||||||
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
|
|
||||||
"imagePrefix" : "SGDN",
|
"imagePrefix" : "SGDN",
|
||||||
"gate" :
|
"gate" :
|
||||||
{
|
{
|
||||||
|
@ -209,8 +209,6 @@
|
|||||||
"siege" :
|
"siege" :
|
||||||
{
|
{
|
||||||
"shooter" : "lizardman",
|
"shooter" : "lizardman",
|
||||||
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
|
|
||||||
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
|
|
||||||
"imagePrefix" : "SGFR",
|
"imagePrefix" : "SGFR",
|
||||||
"gate" :
|
"gate" :
|
||||||
{
|
{
|
||||||
|
@ -204,8 +204,6 @@
|
|||||||
"siege" :
|
"siege" :
|
||||||
{
|
{
|
||||||
"shooter" : "gog",
|
"shooter" : "gog",
|
||||||
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
|
|
||||||
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
|
|
||||||
"imagePrefix" : "SGIN",
|
"imagePrefix" : "SGIN",
|
||||||
"gate" :
|
"gate" :
|
||||||
{
|
{
|
||||||
|
@ -214,8 +214,6 @@
|
|||||||
"siege" :
|
"siege" :
|
||||||
{
|
{
|
||||||
"shooter" : "lich",
|
"shooter" : "lich",
|
||||||
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
|
|
||||||
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
|
|
||||||
"imagePrefix" : "SGNC",
|
"imagePrefix" : "SGNC",
|
||||||
"gate" :
|
"gate" :
|
||||||
{
|
{
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
"neutral" :
|
"neutral" :
|
||||||
{
|
{
|
||||||
"name" : "Neutral",
|
"name" : "Neutral",
|
||||||
"index" : 9,
|
|
||||||
"alignment" : "neutral",
|
"alignment" : "neutral",
|
||||||
"creatureBackground" :
|
"creatureBackground" :
|
||||||
{
|
{
|
||||||
|
@ -211,8 +211,6 @@
|
|||||||
"siege" :
|
"siege" :
|
||||||
{
|
{
|
||||||
"shooter" : "woodElf",
|
"shooter" : "woodElf",
|
||||||
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
|
|
||||||
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
|
|
||||||
"imagePrefix" : "SGRM",
|
"imagePrefix" : "SGRM",
|
||||||
"gate" :
|
"gate" :
|
||||||
{
|
{
|
||||||
|
@ -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 },
|
||||||
|
@ -202,8 +202,6 @@
|
|||||||
"siege" :
|
"siege" :
|
||||||
{
|
{
|
||||||
"shooter" : "mage",
|
"shooter" : "mage",
|
||||||
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
|
|
||||||
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
|
|
||||||
"imagePrefix" : "SGTW",
|
"imagePrefix" : "SGTW",
|
||||||
"gate" :
|
"gate" :
|
||||||
{
|
{
|
||||||
|
@ -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" : {
|
||||||
|
Loading…
Reference in New Issue
Block a user