Production to Gold/Research

lordsurya08

class-A procrastinator
Joined
Oct 22, 2010
Messages
547
Location
california
25% only? Frankly speaking, I think it's a bit underpowered. 50% or 67% is more reasonable. I tried looking in the XMLs to increase the 25% - I faintly remember seeing it once in the past - do any of you know?

Thanks.
 
Perhaps you are replying to an existing thread? Or what are you referring to? GAs?
 
Perhaps you are replying to an existing thread? Or what are you referring to? GAs?

No...I was referring to the fact that if you don't want to produce anything, you can convert the production to research or gold at the rate of 25%. I found that this was on the low side and wanted to raise it, as often I find myself with nothing to produce.
 
The file you're looking for is
Code:
..\XML\GameInfo\[COLOR="Blue"]CIV5Processes[/COLOR]

and the text you need is
Code:
<Process_ProductionYields>
		<Row>
			<ProcessType>PROCESS_WEALTH</ProcessType>
			<YieldType>YIELD_GOLD</YieldType>
			<Yield>25</Yield>
		</Row>
		<Row>
			<ProcessType>PROCESS_RESEARCH</ProcessType>
			<YieldType>YIELD_SCIENCE</YieldType>
			<Yield>25</Yield>
		</Row>
	</Process_ProductionYields>
 
The file you're looking for is
Code:
..\XML\GameInfo\[COLOR="Blue"]CIV5Processes[/COLOR]

and the text you need is
Code:
<Process_ProductionYields>
		<Row>
			<ProcessType>PROCESS_WEALTH</ProcessType>
			<YieldType>YIELD_GOLD</YieldType>
			<Yield>25</Yield>
		</Row>
		<Row>
			<ProcessType>PROCESS_RESEARCH</ProcessType>
			<YieldType>YIELD_SCIENCE</YieldType>
			<Yield>25</Yield>
		</Row>
	</Process_ProductionYields>

Thank you very much.
 
Hint: switch the citizen priority to :c5gold: if you are converting :c5production: into :c5gold:, you will always get more :c5gold:.
 
Top Bottom