
Estate PrivilegeChanged this version
Trunk Road to Erzurum
Anatolia is connected to Tabrīz and Persia through a reliable network of trunk roads. As we directly control one of its critical junctions, our Burghers reap great benefits.
Modifiers
Definitionin_game/common/estate_privileges/burghers_estate.txt:978
981potential = {
981has_reform = government_reform:anatolian_beylik
}
982allow = {
983OR = {
984owns = location:konya
985owns = location:sivas
986owns = location:erzurum
987owns = location:tabriz
}
}
991country_modifier = {
996scale = {
997value = 0
998if = {
999limit = {
999owns = location:konya
}
1000add = 1
}
1002if = {
1003limit = {
1003owns = location:sivas
}
1004add = 1
}
1006if = {
1007limit = {
1007owns = location:erzurum
}
1008add = 1
}
1010if = {
1011limit = {
1011owns = location:tabriz
}
1012add = 1
}
}
}



