the malevelent choice for design revolution
all ship parts reduced by 10% mass does not provide its bonus
i believe this is becuase the xml points to masscap and should point to the various movescapmass, etc
<Type>Merciless</Type>
<Description>DesignRevolutionEvent_Merciless_Bonus_Name</Description>
<BonusDescription>DesignRevolutionEvent_Merciless_Bonus_Dec</BonusDescription>
<Trigger>
<OnEvent>OnEventChoice</OnEvent>
<Target>
<TargetType>Faction</TargetType>
</Target>
<Lifetime>Instant</Lifetime>
<Modifier>
<EffectType>CultureMerciless</EffectType>
<Target>
<TargetType>Faction</TargetType>
</Target>
<BonusType>Flat</BonusType>
<Value>20</Value>
</Modifier>
</Trigger>
<Trigger>
<OnEvent>OnEventChoice</OnEvent>
<Target>
<TargetType>Faction</TargetType>
</Target>
<Lifetime>Target</Lifetime>
<Modifier>
<EffectType>MassCap</EffectType>
<Scope>Global</Scope>
<Target>
<TargetType>Faction</TargetType>
</Target>
<BonusType>Multiplier</BonusType>
<Value>-0.1</Value>
</Modifier>
</Trigger>
</Choice>
</GameEvent>