[ Rise and Fall made it that your cities with holy sites act like holy cities, but Jerusalem no longer converts and acts as a holy city itself. ]
Hello and thank you for any help in advance. I have no modding background (read a bit but still poor understanding). I tried to take out all lines related to Jerusalem in Expansion1_Leaders.xml (result: no suzerain bonus), or tried to "shift" the lines from the base game's Leaders.xml to Expansion1_Leaders.xml (result: crash to main menu).
Base game's Leaders.xml
<!--Unlike other Suzerain bonuses, Jerusalem's bonus emerges from modifiers applied to itself rather than modifiers applied to another player-->
<Row TraitType="MINOR_CIV_JERUSALEM_TRAIT" ModifierId="MINOR_CIV_JERUSALEM_RELIGION_BONUS"/>
<Row TraitType="MINOR_CIV_JERUSALEM_TRAIT" ModifierId="MINOR_CIV_JERUSALEM_HOLY_CITY_BONUS"/>
Expansion1_Leaders.xml
<ModifierId>MINOR_CIV_JERUSALEM_UNIQUE_INFLUENCE_BONUS</ModifierId>
<ModifierType>MODIFIER_ALL_PLAYERS_ATTACH_MODIFIER</ModifierType>
<SubjectRequirementSetId>PLAYER_IS_SUZERAIN</SubjectRequirementSetId>
<ModifierId>MINOR_CIV_JERUSALEM_HOLY_SITE_UPGRADE</ModifierId>
<ModifierType>MODIFIER_PLAYER_TREAT_HOLY_SITES_AS_HOLY_CITIES</ModifierType>
Hello and thank you for any help in advance. I have no modding background (read a bit but still poor understanding). I tried to take out all lines related to Jerusalem in Expansion1_Leaders.xml (result: no suzerain bonus), or tried to "shift" the lines from the base game's Leaders.xml to Expansion1_Leaders.xml (result: crash to main menu).
Base game's Leaders.xml
<!--Unlike other Suzerain bonuses, Jerusalem's bonus emerges from modifiers applied to itself rather than modifiers applied to another player-->
<Row TraitType="MINOR_CIV_JERUSALEM_TRAIT" ModifierId="MINOR_CIV_JERUSALEM_RELIGION_BONUS"/>
<Row TraitType="MINOR_CIV_JERUSALEM_TRAIT" ModifierId="MINOR_CIV_JERUSALEM_HOLY_CITY_BONUS"/>
Expansion1_Leaders.xml
<ModifierId>MINOR_CIV_JERUSALEM_UNIQUE_INFLUENCE_BONUS</ModifierId>
<ModifierType>MODIFIER_ALL_PLAYERS_ATTACH_MODIFIER</ModifierType>
<SubjectRequirementSetId>PLAYER_IS_SUZERAIN</SubjectRequirementSetId>
<ModifierId>MINOR_CIV_JERUSALEM_HOLY_SITE_UPGRADE</ModifierId>
<ModifierType>MODIFIER_PLAYER_TREAT_HOLY_SITES_AS_HOLY_CITIES</ModifierType>
Last edited: