Code that Prevents Mvemba from Building Holy Sites

kingchris20

Wisdom Seeker
Joined
Jul 30, 2012
Messages
1,343
Location
Resident of Heaven; Currently in the Waiting Room
I thought I had seen the code somewhere that prevents Mvemba from building holysites/founding religions..........but I cannot seem to find it anywhere now.

Can anyone point me in the right direction please?
 
It's spread across a couple of different files as I recall. Part of it is in Districts.xml
Code:
	<ExcludedDistricts>
		<Row DistrictType="DISTRICT_HOLY_SITE" TraitType="TRAIT_LEADER_RELIGIOUS_CONVERT"/>
	</ExcludedDistricts>
and the other as I recall is in GreatPeople.xml

Code:
	<ExcludedGreatPersonClasses>
		<Row GreatPersonClassType="GREAT_PERSON_CLASS_PROPHET" TraitType="TRAIT_LEADER_RELIGIOUS_CONVERT"/>
	</ExcludedGreatPersonClasses>
Then in Buildings.xml there's a bunch of modifier stuff related to Stonehenge to keep Mvemba from getting a Great Prophet from it.
 
Thanks Lee, I knew I had seen it somewhere before, but when I go looking for it, just couldn't remember.
 
Top Bottom