Replace or Update

Riker13

King
Joined
Nov 9, 2001
Messages
853
Location
UK
Hi All,
I would like to change when Defence Pact comes in to play, in the game it comes in with CIVIC_MOBILIZATION but I want it to come in with CIVIC_DIPLOMATIC_SERVICE, is there a way of overiding this with a Replace or Update command and if so how?

Many Regards
Riker13:crazyeye:
 
(...)
<DiplomaticActions>
<Update>
<Where DiplomaticActionType="DIPLOACTION_DEFENSIVE_PACT"/>
<Set TargetPrereqCivic="CIVIC_DIPLOMATIC_SERVICE"/>
</Update>
<Update>
<Where DiplomaticActionType="DIPLOACTION_DEFENSIVE_PACT"/>
<Set InitiatorPrereqCivic="CIVIC_DIPLOMATIC_SERVICE"/>
</Update>

(...)
 
Top Bottom