Hey all-
Does this particular line of code seem correct for updating the Philanthropy policy?
Does this particular line of code seem correct for updating the Philanthropy policy?
Code:
<GameData>
<Policies>
<Update>
<Set MinorGoldFriendshipMod="0"/>
<Where PolicyType="POLICY_PHILANTHROPY"/>
</Update>
<Update>
<Set ProductionModifier="25"/>
<Where PolicyType="POLICY_PHILANTHROPY" UnitCombatType="UNITCOMBAT_RECON"/>
</Update>
<Update>
<Where Tag="TXT_KEY_POLICY_PHILANTHROPY_HELP"/>
<Set Text="Receive a 25% [ICON_PRODUCTION] Production boost to Messengers, Diplomats and Ambassadors."/>
</Update>
</Policies>
</GameData>