[REQ]Aztec Culture Kills Buff

ShadowoftheDark

Chieftain
Joined
Nov 7, 2005
Messages
44
Hi,


I'd like to request to any modder out there to make an Aztec Culture Kills Buff mod. I'd like to try winning Culturally with the Aztecs, but the Aztec Culture kill bonus is too small during the mid and end part of the game. Though I could go with the selling cities then buying cultures route, that's kinda a bit lame IMO and doesn't fit the Aztec kills route.

Also, could you teach me how to modify it, lets say I want to make the culture kill to 20, 50, etc.


Thanks!
 
The amount of culture given is a percentage of unit strength. The default value is 50%. You could try increasing it to something like 200% but I don't know if there are any caps. To modify it, something like the following XML mod should work: (note this is untested)
Code:
<GameData>
	<Traits>
		<Update>
			<Set CultureFromKills="200"/>
			<Where Type="TRAIT_CULTURE_FROM_KILLS"/>
		</Update> 
	</Traits>
</GameData>
 
Yeah it's in mega mod under civbalance.xml :P I believe that code is currect.
 
Back
Top Bottom