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

Add "citadel" and "fort" to all town templates. Lazy fix for issue 1911

Without this capitol appearance tend to be used by default.
HotA mod have all templates and actual different DEFs so it's was never affected.
This commit is contained in:
Arseniy Shestakov 2016-08-24 05:06:21 +03:00
parent abad3cfb17
commit 25a68c3ca1
9 changed files with 18 additions and 0 deletions

View File

@ -70,6 +70,8 @@
{ {
"templates" : { "templates" : {
"castle" : { "animation" : "AVCcasx0.def" }, "castle" : { "animation" : "AVCcasx0.def" },
"citadel" : { "animation" : "AVCcasx0.def" },
"fort" : { "animation" : "AVCcasx0.def" },
"village" : { "animation" : "AVCCAST0.DEF" }, "village" : { "animation" : "AVCCAST0.DEF" },
"capitol" : { "animation" : "AVCCASZ0.DEF" } "capitol" : { "animation" : "AVCCASZ0.DEF" }
} }

View File

@ -70,6 +70,8 @@
{ {
"templates" : { "templates" : {
"castle" : { "animation" : "avchforx.def" }, "castle" : { "animation" : "avchforx.def" },
"citadel" : { "animation" : "avchforx.def" },
"fort" : { "animation" : "avchforx.def" },
"village" : { "animation" : "AVCHFOR0.DEF" }, "village" : { "animation" : "AVCHFOR0.DEF" },
"capitol" : { "animation" : "AVCHFORZ.DEF" } "capitol" : { "animation" : "AVCHFORZ.DEF" }
} }

View File

@ -70,6 +70,8 @@
{ {
"templates" : { "templates" : {
"castle" : { "animation" : "AVCdunx0.def" }, "castle" : { "animation" : "AVCdunx0.def" },
"citadel" : { "animation" : "AVCdunx0.def" },
"fort" : { "animation" : "AVCdunx0.def" },
"village" : { "animation" : "AVCDUNG0.DEF" }, "village" : { "animation" : "AVCDUNG0.DEF" },
"capitol" : { "animation" : "AVCDUNZ0.DEF" } "capitol" : { "animation" : "AVCDUNZ0.DEF" }
} }

View File

@ -70,6 +70,8 @@
{ {
"templates" : { "templates" : {
"castle" : { "animation" : "AVCftrx0.def" }, "castle" : { "animation" : "AVCftrx0.def" },
"citadel" : { "animation" : "AVCftrx0.def" },
"fort" : { "animation" : "AVCftrx0.def" },
"village" : { "animation" : "AVCFTRT0.DEF" }, "village" : { "animation" : "AVCFTRT0.DEF" },
"capitol" : { "animation" : "AVCFORZ0.DEF" } "capitol" : { "animation" : "AVCFORZ0.DEF" }
} }

View File

@ -70,6 +70,8 @@
{ {
"templates" : { "templates" : {
"castle" : { "animation" : "AVCinfx0.def" }, "castle" : { "animation" : "AVCinfx0.def" },
"citadel" : { "animation" : "AVCinfx0.def" },
"fort" : { "animation" : "AVCinfx0.def" },
"village" : { "animation" : "AVCINFT0.DEF" }, "village" : { "animation" : "AVCINFT0.DEF" },
"capitol" : { "animation" : "AVCINFZ0.DEF" } "capitol" : { "animation" : "AVCINFZ0.DEF" }
} }

View File

@ -70,6 +70,8 @@
{ {
"templates" : { "templates" : {
"castle" : { "animation" : "AVCnecx0.def" }, "castle" : { "animation" : "AVCnecx0.def" },
"citadel" : { "animation" : "AVCnecx0.def" },
"fort" : { "animation" : "AVCnecx0.def" },
"village" : { "animation" : "AVCNECR0.DEF" }, "village" : { "animation" : "AVCNECR0.DEF" },
"capitol" : { "animation" : "AVCNECZ0.DEF" } "capitol" : { "animation" : "AVCNECZ0.DEF" }
} }

View File

@ -70,6 +70,8 @@
{ {
"templates" : { "templates" : {
"castle" : { "animation" : "AVCramx0.def" }, "castle" : { "animation" : "AVCramx0.def" },
"citadel" : { "animation" : "AVCramx0.def" },
"fort" : { "animation" : "AVCramx0.def" },
"village" : { "animation" : "AVCRAMP0.DEF" }, "village" : { "animation" : "AVCRAMP0.DEF" },
"capitol" : { "animation" : "AVCRAMZ0.DEF" } "capitol" : { "animation" : "AVCRAMZ0.DEF" }
} }

View File

@ -70,6 +70,8 @@
{ {
"templates" : { "templates" : {
"castle" : { "animation" : "AVCstrx0.def" }, "castle" : { "animation" : "AVCstrx0.def" },
"citadel" : { "animation" : "AVCstrx0.def" },
"fort" : { "animation" : "AVCstrx0.def" },
"village" : { "animation" : "AVCSTRO0.DEF" }, "village" : { "animation" : "AVCSTRO0.DEF" },
"capitol" : { "animation" : "AVCSTRZ0.DEF" } "capitol" : { "animation" : "AVCSTRZ0.DEF" }
} }

View File

@ -70,6 +70,8 @@
{ {
"templates" : { "templates" : {
"castle" : { "animation" : "AVCtowx0.def" }, "castle" : { "animation" : "AVCtowx0.def" },
"citadel" : { "animation" : "AVCtowx0.def" },
"fort" : { "animation" : "AVCtowx0.def" },
"village" : { "animation" : "AVCTOWR0.DEF" }, "village" : { "animation" : "AVCTOWR0.DEF" },
"capitol" : { "animation" : "AVCTOWZ0.DEF" } "capitol" : { "animation" : "AVCTOWZ0.DEF" }
} }