• Our friends from AlphaCentauri2.info are in need of technical assistance. If you have experience with the LAMP stack and some hours to spare, please help them out and post here.

Mod - Multiple Traits Problems

Can I build Burial tomb earlier? This doesn't works:
Code:
<GameData>
          <Buildings>
		<Update>
			<Set Happiness="2"/>
			<Where Type="BUILDING_BURIAL_TOMB"/>
		</Update>
		<Update>
			<Set PrereqTech="TECH_AGRICULTURE"/>
			<Where Type="BUILDING_BURIAL_TOMB"/>
		</Update>
		<Update>
			<Set PrereqTech="TECH_AGRICULTURE"/>
			<Where Type="BUILDING_TEMPLE"/>
		</Update>
	</Buildings>
</GameData>
 
Back
Top Bottom