From 25a68c3ca188b51ccc23f66c49b37d43cd7c0403 Mon Sep 17 00:00:00 2001 From: Arseniy Shestakov Date: Wed, 24 Aug 2016 05:06:21 +0300 Subject: [PATCH] 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. --- config/factions/castle.json | 2 ++ config/factions/conflux.json | 2 ++ config/factions/dungeon.json | 2 ++ config/factions/fortress.json | 2 ++ config/factions/inferno.json | 2 ++ config/factions/necropolis.json | 2 ++ config/factions/rampart.json | 2 ++ config/factions/stronghold.json | 2 ++ config/factions/tower.json | 2 ++ 9 files changed, 18 insertions(+) diff --git a/config/factions/castle.json b/config/factions/castle.json index afc78bf68..87c062b78 100644 --- a/config/factions/castle.json +++ b/config/factions/castle.json @@ -70,6 +70,8 @@ { "templates" : { "castle" : { "animation" : "AVCcasx0.def" }, + "citadel" : { "animation" : "AVCcasx0.def" }, + "fort" : { "animation" : "AVCcasx0.def" }, "village" : { "animation" : "AVCCAST0.DEF" }, "capitol" : { "animation" : "AVCCASZ0.DEF" } } diff --git a/config/factions/conflux.json b/config/factions/conflux.json index 31f901b11..4d60f237d 100644 --- a/config/factions/conflux.json +++ b/config/factions/conflux.json @@ -70,6 +70,8 @@ { "templates" : { "castle" : { "animation" : "avchforx.def" }, + "citadel" : { "animation" : "avchforx.def" }, + "fort" : { "animation" : "avchforx.def" }, "village" : { "animation" : "AVCHFOR0.DEF" }, "capitol" : { "animation" : "AVCHFORZ.DEF" } } diff --git a/config/factions/dungeon.json b/config/factions/dungeon.json index bd0f7797d..3c422627e 100644 --- a/config/factions/dungeon.json +++ b/config/factions/dungeon.json @@ -70,6 +70,8 @@ { "templates" : { "castle" : { "animation" : "AVCdunx0.def" }, + "citadel" : { "animation" : "AVCdunx0.def" }, + "fort" : { "animation" : "AVCdunx0.def" }, "village" : { "animation" : "AVCDUNG0.DEF" }, "capitol" : { "animation" : "AVCDUNZ0.DEF" } } diff --git a/config/factions/fortress.json b/config/factions/fortress.json index 78c8a1a19..931da6c68 100644 --- a/config/factions/fortress.json +++ b/config/factions/fortress.json @@ -70,6 +70,8 @@ { "templates" : { "castle" : { "animation" : "AVCftrx0.def" }, + "citadel" : { "animation" : "AVCftrx0.def" }, + "fort" : { "animation" : "AVCftrx0.def" }, "village" : { "animation" : "AVCFTRT0.DEF" }, "capitol" : { "animation" : "AVCFORZ0.DEF" } } diff --git a/config/factions/inferno.json b/config/factions/inferno.json index 268f7db4c..9b517e52b 100644 --- a/config/factions/inferno.json +++ b/config/factions/inferno.json @@ -70,6 +70,8 @@ { "templates" : { "castle" : { "animation" : "AVCinfx0.def" }, + "citadel" : { "animation" : "AVCinfx0.def" }, + "fort" : { "animation" : "AVCinfx0.def" }, "village" : { "animation" : "AVCINFT0.DEF" }, "capitol" : { "animation" : "AVCINFZ0.DEF" } } diff --git a/config/factions/necropolis.json b/config/factions/necropolis.json index d43789433..4d3350cff 100644 --- a/config/factions/necropolis.json +++ b/config/factions/necropolis.json @@ -70,6 +70,8 @@ { "templates" : { "castle" : { "animation" : "AVCnecx0.def" }, + "citadel" : { "animation" : "AVCnecx0.def" }, + "fort" : { "animation" : "AVCnecx0.def" }, "village" : { "animation" : "AVCNECR0.DEF" }, "capitol" : { "animation" : "AVCNECZ0.DEF" } } diff --git a/config/factions/rampart.json b/config/factions/rampart.json index 7c3f18102..3738f4103 100644 --- a/config/factions/rampart.json +++ b/config/factions/rampart.json @@ -70,6 +70,8 @@ { "templates" : { "castle" : { "animation" : "AVCramx0.def" }, + "citadel" : { "animation" : "AVCramx0.def" }, + "fort" : { "animation" : "AVCramx0.def" }, "village" : { "animation" : "AVCRAMP0.DEF" }, "capitol" : { "animation" : "AVCRAMZ0.DEF" } } diff --git a/config/factions/stronghold.json b/config/factions/stronghold.json index 61d27bde2..afa21d5c7 100644 --- a/config/factions/stronghold.json +++ b/config/factions/stronghold.json @@ -70,6 +70,8 @@ { "templates" : { "castle" : { "animation" : "AVCstrx0.def" }, + "citadel" : { "animation" : "AVCstrx0.def" }, + "fort" : { "animation" : "AVCstrx0.def" }, "village" : { "animation" : "AVCSTRO0.DEF" }, "capitol" : { "animation" : "AVCSTRZ0.DEF" } } diff --git a/config/factions/tower.json b/config/factions/tower.json index b6d2d25db..760514635 100644 --- a/config/factions/tower.json +++ b/config/factions/tower.json @@ -70,6 +70,8 @@ { "templates" : { "castle" : { "animation" : "AVCtowx0.def" }, + "citadel" : { "animation" : "AVCtowx0.def" }, + "fort" : { "animation" : "AVCtowx0.def" }, "village" : { "animation" : "AVCTOWR0.DEF" }, "capitol" : { "animation" : "AVCTOWZ0.DEF" } }