Deliverator
Graphical Hackificator
It would cool to have Units that get a Combat Strength boost when fighting during a particular War Type e.g. Holy War, Defensive War. I've had a bit of a play around but didn't manage to get this working.
I can add requirements like this:
<Row>
<RequirementId>REQUIRES_PLAYER_DECLARED_HOLY_WAR</RequirementId>
<Name>WarType</Name>
<Value>HOLY_WAR</Value>
</Row>
<Row>
<RequirementId>REQUIRES_PLAYER_DECLARED_COLONIAL_WAR</RequirementId>
<Name>WarType</Name>
<Value>COLONIAL_WAR</Value>
</Row>
<Row>
<RequirementId>REQUIRES_PLAYER_DECLARED_TERRITORIAL_WAR</RequirementId>
<Name>WarType</Name>
<Value>TERRITORIAL_WAR</Value>
</Row>
But when I try and associate these requirements with individual unit modifiers I get a CTD. Anyone know if this is possible to pull off currently?
I can add requirements like this:
<Row>
<RequirementId>REQUIRES_PLAYER_DECLARED_HOLY_WAR</RequirementId>
<Name>WarType</Name>
<Value>HOLY_WAR</Value>
</Row>
<Row>
<RequirementId>REQUIRES_PLAYER_DECLARED_COLONIAL_WAR</RequirementId>
<Name>WarType</Name>
<Value>COLONIAL_WAR</Value>
</Row>
<Row>
<RequirementId>REQUIRES_PLAYER_DECLARED_TERRITORIAL_WAR</RequirementId>
<Name>WarType</Name>
<Value>TERRITORIAL_WAR</Value>
</Row>
But when I try and associate these requirements with individual unit modifiers I get a CTD. Anyone know if this is possible to pull off currently?