Hi!
I have made a balance mod for me and my friends to use. It's working otherwise fine but I have problem when trying change "military caste" policy's values. Happiness one don't seem to work whatever I try, even though culture one does work. Is it some why unchangeable value or is there a mistake in my code? There's also no other changes to that policy or no other happiness buffs in honor.
I have made a balance mod for me and my friends to use. It's working otherwise fine but I have problem when trying change "military caste" policy's values. Happiness one don't seem to work whatever I try, even though culture one does work. Is it some why unchangeable value or is there a mistake in my code? There's also no other changes to that policy or no other happiness buffs in honor.
Code:
<Update>
<Set CulturePerGarrisonedUnit="3" />
<Where Type="POLICY_MILITARY_CASTE" />
</Update>
<Update>
<Set HappinessPerGarrisonedUnit="2" />
<Where Type="POLICY_MILITARY_CASTE" />
</Update>