Are these possible?

Slowpoke

The Mad Modder
Joined
Sep 30, 2010
Messages
1,321
Just wondering if these two things are possible to mod:

A) Causing puppets to produce no science (or anything to do with puppets... I cannot find a single puppet reference in the xmls)

B) A leader trait that adds one food to every city.
 
B should be doable, something like this:

Code:
<Trait_YieldChanges>
	<Row>
		<TraitType>TRAIT_FOOD</TraitType>
		<YieldType>YIELD_FOOD</YieldType>
		<Yield>1</Yield>
	</Row>
</Trait_YieldChanges>

Dunno about A.
 
Back
Top Bottom