Is there some way to set up a delayed trait?

The MunchKING

Chieftain
Joined
Jul 8, 2008
Messages
17
I was trying to make a Civilization that had one extra slot in all the government types. However when I finally got it to work, then tested it, the game wouldn't let me go on with unfilled policy slots after I got a few policies. The problem is I didn't have any Diplomatic policies to put in the diplomatic slot.

Thus I was wondering if there was someway to make it where my Civilization got the extra Diplomacy slot when it reached the civic that unlocks diplomatic policies.
 
Yes, this is possible.

The way to do it is to create a requirementset that contains a requirement type like REQUIREMENT_PLAYER_HAS_CIVIC. Attach that requirementset to the Modifier in the SubjectRequirementSetId field. You can test it in Firetuner to be sure it works.
 
Back
Top Bottom