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:
parent
b13723305d
commit
e8daf4033f
10
Mods/vcmi/config/vcmi/towerCreature.json
Normal file
10
Mods/vcmi/config/vcmi/towerCreature.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"core:arrowTower" :
|
||||
{
|
||||
"graphics" :
|
||||
{
|
||||
"iconSmall" : "vcmi/creatureIcons/towerSmall",
|
||||
"iconLarge" : "vcmi/creatureIcons/towerLarge",
|
||||
}
|
||||
}
|
||||
}
|
101
Mods/vcmi/config/vcmi/towerFactions.json
Normal file
101
Mods/vcmi/config/vcmi/towerFactions.json
Normal 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",
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user