mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +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:
		| @@ -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" } | ||||
| 				} | ||||
|   | ||||
| @@ -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" } | ||||
| 				} | ||||
|   | ||||
| @@ -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" } | ||||
| 				} | ||||
|   | ||||
| @@ -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" } | ||||
| 				} | ||||
|   | ||||
| @@ -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" } | ||||
| 				} | ||||
|   | ||||
| @@ -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" } | ||||
| 				} | ||||
|   | ||||
| @@ -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" } | ||||
| 				} | ||||
|   | ||||
| @@ -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" } | ||||
| 				} | ||||
|   | ||||
| @@ -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" } | ||||
| 				} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user