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" } }