Simple Trait Help needed.

McKampela

Chieftain
Joined
Aug 28, 2010
Messages
3
I am trying to make a simple trait that gives one more production from worked forest tiles, like Iroquis Longhouse.


Current code:

Code:
		<Trait_YieldModifiers>
			<Traitype>TRAIT_SIMPLE_TRAIT</Traitype>
			<FeatureType>FEATURE_FOREST</FeatureType>
			<YieldType>YIELD_PRODUCTION</YieldType>
			<Yield>1</Yield>
		</Trait_YieldModifiers>

I got the trait itself working, but it does nothing.
 

royal62184

Prince
Joined
Aug 22, 2007
Messages
312
Location
Oak Ridge, TN
Doesn't the forest already give one production. So wouldn't you want to change it to <Yield>2</Yield> to increment it by one? I may be off base here just theorizing. I've only had time to play 1 game.

Forest - +1 Food, +1 Production (no matter what terrain they are on) +25% Defence, 2 movement cost

Source
 
Top Bottom