Changing Bonus Yields???

HardRocker

Student.
Joined
Jun 26, 2009
Messages
385
Location
Washington, U.S.A.
How to change bonus yields?

For example, how to change the happiness yield of wine, or the health yield of rice?

I've looked through both GlobalDefines.xml and the Terrain folder, but I could've missed it.

Also, if I just have to change the yield of all luxury/health resources, that would work to.

Thanks in advance!
 
In CIV4BonusInfos, you can change the yields of resources with these lines.

Code:
		  <YieldChanges>
			<iYieldChange>2</iYieldChange>
			<iYieldChange>0</iYieldChange>
			<iYieldChange>1</iYieldChange>
		  </YieldChanges>

which from top to bottom are the food, production, and commerce yield changes.
 
In CIV4BonusInfos, you can change the yields of resources with these lines.

Code:
		  <YieldChanges>
			<iYieldChange>2</iYieldChange>
			<iYieldChange>0</iYieldChange>
			<iYieldChange>1</iYieldChange>
		  </YieldChanges>

which from top to bottom are the food, production, and commerce yield changes.

Yes, I found that, but I meant amount of happiness/health from each.
 
I don't appear to have a Civ4BonusInfos.xml file? I thought I just saw it last week :confused:
 

Attachments

  • Problem.png
    Problem.png
    143 KB · Views: 101
When you cannot find it in BTS file, then check Warlords.
If not there as well, then it is in vanilla Civ 4 folder
 
Back
Top Bottom