Multiple output goods from single input
Posted: Thu Mar 27, 2008 2:13 am
I cannot get multiple outputs to come from a single input good at an annex. See the example code:
<szName>Sheep Farm</szName>
<Production>
<!-- Produces Nitrates and Wool-->
<Resource>
<Input>Cornmeal</Input>
<Output>Nitrates</Output>
<InputOutputRatio>0.5</InputOutputRatio>
</Resource>
<Resource>
<Input>Cornmeal</Input>
<Output>Wool</Output>
<InputOutputRatio>0.5</InputOutputRatio>
</Resource>
</Production>
Only the first output will be produced. If I change the second input to something else, including none, then it will work. But I can't get a single input to be used as a source for multiple outputs.
Anyone know if this should work or has got it to work?
<szName>Sheep Farm</szName>
<Production>
<!-- Produces Nitrates and Wool-->
<Resource>
<Input>Cornmeal</Input>
<Output>Nitrates</Output>
<InputOutputRatio>0.5</InputOutputRatio>
</Resource>
<Resource>
<Input>Cornmeal</Input>
<Output>Wool</Output>
<InputOutputRatio>0.5</InputOutputRatio>
</Resource>
</Production>
Only the first output will be produced. If I change the second input to something else, including none, then it will work. But I can't get a single input to be used as a source for multiple outputs.
Anyone know if this should work or has got it to work?