Hi
Kust noticed that in 137.3 the file VEP_Order.xml has two instances where trading posts are given extra production upon adapting the Communism policy. One gived +1 production and the other +2 production
Is this intended?
\Skodkim
Kust noticed that in 137.3 the file VEP_Order.xml has two instances where trading posts are given extra production upon adapting the Communism policy. One gived +1 production and the other +2 production
Is this intended?
Spoiler :
Code:
<Policy_ImprovementYieldChanges>
<Row>
<PolicyType>POLICY_COMMUNISM</PolicyType>
<ImprovementType>IMPROVEMENT_TRADING_POST</ImprovementType>
<YieldType>YIELD_PRODUCTION</YieldType>
<Yield>1</Yield>
</Row>
</Policy_ImprovementYieldChanges>
... Code deleted here....
<Policy_ImprovementYieldChanges>
<Row>
<PolicyType>POLICY_COMMUNISM</PolicyType>
<ImprovementType>IMPROVEMENT_TRADING_POST</ImprovementType>
<YieldType>YIELD_PRODUCTION</YieldType>
<Yield>2</Yield>
</Row>
</Policy_ImprovementYieldChanges>
\Skodkim