Issue: The benevolent colonization event for the Precursor Factory world states there will be a +10 bonus to morale. The actual bonus is only +1. IDK if it's the text that is wrong, or the bonus. +1 Bonus seems kind of punyso that is where I think the issue lies.
Offending code is on L1000 of DLC4_ColonizeEventDefs.xml.
<Trigger>
<OnEvent>OnEventChoice</OnEvent>
<Target>
<TargetType>Planet</TargetType>
</Target>
<Lifetime>Target</Lifetime>
<Modifier>
<EffectType>GoodsAndServices</EffectType>
<Target>
<TargetType>Colony</TargetType>
</Target>
<BonusType>Flat</BonusType>
<Value>1</Value>
</Modifier>
</Trigger>