1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Added missing files

This commit is contained in:
Ivan Savenko 2022-12-18 16:06:57 +02:00 committed by Nordsoft91
parent b13723305d
commit e8daf4033f
2 changed files with 111 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"core:arrowTower" :
{
"graphics" :
{
"iconSmall" : "vcmi/creatureIcons/towerSmall",
"iconLarge" : "vcmi/creatureIcons/towerLarge",
}
}
}

View File

@ -0,0 +1,101 @@
{
"core:castle" :
{
"town" :
{
"siege" :
{
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
}
}
},
"core:rampart" :
{
"town" :
{
"siege" :
{
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
}
}
},
"core:tower" :
{
"town" :
{
"siege" :
{
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
}
}
},
"core:inferno" :
{
"town" :
{
"siege" :
{
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
}
}
},
"core:necropolis" :
{
"town" :
{
"siege" :
{
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
}
}
},
"core:dungeon" :
{
"town" :
{
"siege" :
{
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
}
}
},
"core:stronghold" :
{
"town" :
{
"siege" :
{
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
}
}
},
"core:fortress" :
{
"town" :
{
"siege" :
{
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
}
}
},
"core:conflux" :
{
"town" :
{
"siege" :
{
"towerIconSmall" : "vcmi/creatureIcons/towerSmall",
"towerIconLarge" : "vcmi/creatureIcons/towerLarge",
}
}
}
}