C cocco78 Chieftain Joined Oct 31, 2005 Messages 11 Nov 1, 2005 #1 I want to modify nuclear plant: I want add +1 in production, in xml file Civ4buildingsinfo which is the parameter to modify? Thanks
I want to modify nuclear plant: I want add +1 in production, in xml file Civ4buildingsinfo which is the parameter to modify? Thanks
M macsbug Chieftain Joined Oct 31, 2005 Messages 75 Nov 1, 2005 #2 Change: Code: <YieldChanges/> To: Code: <YieldChanges> <iYield>0</iYield> <iYield>1</iYield> <iYield>0</iYield> </YieldChanges>
Change: Code: <YieldChanges/> To: Code: <YieldChanges> <iYield>0</iYield> <iYield>1</iYield> <iYield>0</iYield> </YieldChanges>
C cocco78 Chieftain Joined Oct 31, 2005 Messages 11 Nov 1, 2005 #3 and for modify % of production of nuclar plant ?
M macsbug Chieftain Joined Oct 31, 2005 Messages 75 Nov 1, 2005 #4 cocco78 said: and for modify % of production of nuclar plant ? Click to expand... After what you've already added: Code: <YieldChanges> <iYield>0</iYield> <iYield>1</iYield> <iYield>0</iYield> </YieldChanges> Add the following: Code: <YieldModifiers> <iYield>0</iYield> <iYield>X</iYield> <iYield>0</iYield> </YieldModifiers> Where X is the % bonus to give to the city.
cocco78 said: and for modify % of production of nuclar plant ? Click to expand... After what you've already added: Code: <YieldChanges> <iYield>0</iYield> <iYield>1</iYield> <iYield>0</iYield> </YieldChanges> Add the following: Code: <YieldModifiers> <iYield>0</iYield> <iYield>X</iYield> <iYield>0</iYield> </YieldModifiers> Where X is the % bonus to give to the city.
C cocco78 Chieftain Joined Oct 31, 2005 Messages 11 Nov 3, 2005 #5 but if i modify with 25 is 25 production shield not 25%... modify the same place why?