Double EXP?

rmgerro

Chieftain
Joined
Apr 1, 2017
Messages
11
I'm working on making my own civ. I want the leader ability to be, "Units receive double exp while defending". Is there an easy way to do this?
 
the modifier would be this:

<ModifierId>MODIFIER_XXX</ModifierId>
<ModiferType>MODIFIER_PLAYER_UNITS_ADJUST_UNIT_EXPERIENCE_BONUS</ModifierType>
<SubjectRequirementSetId>REQUIREMENTS_XXX</SubjectRequirementSetId> --In this include the RequirementId PLAYER_IS_DEFENDER_REQUIREMENTS
 
Back
Top Bottom