Page 1 of 1

Infinite producables

Posted: Wed Dec 18, 2013 9:08 pm
by yuurei
Is it possible to add my own InfiniteProducables by some xml modifications? Right now there's Growth and Wealth. I wanted to try sth like Research (+5% research points) or Entertainment (+2 morale) and so on...

I tried:

Code: Select all

D:\Games\Pandora\Data\World\InfiniteProducables\ResearchInf.xml:
<?xml version="1.0" encoding="utf-8"?>
<infiniteProducable cost="1e-9" icon="InfiniteProducables/Credits" tier="0">
	<modifiers>
		<modifier>
			<effects>
				<researchPerTurnMultiplier add="0.05"/>
			</effects>
		</modifier>
	</modifiers>
</infiniteProducable>
but it didn't work.