Goal: An ability that increases the starting population of the homeworld... or alternatively (since I haven't gotten it to work) an obscene bonus to the homeworld or faction for a LIMITED period of time.
I used this code... no errors, but certainly not growth bonus.
</Triggers>
<Triggers>
<OnEvent>OnStartTurn</OnEvent>
<CriteriaTurnNum>1</CriteriaTurnNum>
<Target>
<TargetType>Faction</TargetType>
</Target>
<Lifetime>Target</Lifetime>
<RandomDurationMin>3</RandomDurationMin>
<RandomDurationMax>3</RandomDurationMax>
<Modifier>
<EffectType>Growth</EffectType>
<Scope>Global</Scope>
<Target>
<TargetType>Colony</TargetType>
</Target>
<BonusType>Multiplier</BonusType>
<Value>10</Value>
</Modifier>
<SourceDisplayName>Hiver's Starting Bonus</SourceDisplayName>
</Triggers>
Thoughts?