someone can create for me?

hi,
Open the civ4\assets\xml\buildings\civ4buildinginfos.xml.
Go to the "<BuildingClass>BUILDINGCLASS_NUCLEAR_PLANT</BuildingClass>" section. Then in this section search for "<YieldChanges/>" and exchange that with:
Code:
<YieldChanges>
	<iYield>0</iYield>
	<iYield>5</iYield>
	<iYield>0</iYield>
</YieldChanges>
 
Back
Top Bottom