Event
Capital of the Old Empire
Our conquests have brought forth unimaginable wealth to our people. As such, the protection of such affluence has come to be a vital priority. Target Location is a jewel upon our crown, a shining example of our success, and a symbol of our growing authority across our region. The completion of the local Bey Fortress has elevated the city even further, with its importance now highlighted across the ages.
CastleBuildingimmediate
Harbor CapacityModifier TypeimmediateStronghold CityStatic Modifieroptionlocation_coastal_harbor_suitability_varVariableafter, optionlocation_has_castle_varVariableafter, optionlocation_has_roads_varVariableafter, optionlocation_is_capital_varVariableafter, optionlocation_num_buildings_varVariableafterDefinitionin_game/events/situations/rise_of_the_ottomans.txt:1194
1195type = country_event
1196category = situation_event
1198title = rise_of_the_ottomans.200.title Capital of the Old Empire
1199desc = rise_of_the_ottomans.207.desc Our conquests have brought forth unimaginable wealth to our people. As such, the protection of such affluence has come to be a vital priority. Target Location is a jewel upon our crown, a shining example of our success, and a symbol of our growing authority across our region. The completion of the local Bey Fortress has elevated the city even further, with its importance now highlighted across the ages.
1200outcome = neutral
1201historical_info = rise_of_the_ottomans.200.historical_info A vital city since Roman times, Izmit lies at the shores of a wealthy gulf, eventually growing into a prosperous center for trade and a crossroads of cultures. Such was its gravity, that Diokletianus proudly declared it the capital city of Rome's eastern region. Later on, its barracks would host crusaders and Ġuzāt alike, when its ownership passed from the former to the latter during the early 13th century. It was finally captured by besieging Ottoman troops in 1337.
1202immediate = {
1203location:izmit = {
1204save_scope_as = target_location
}
1210set_variable = {
1212value = {
1213add = scope:target_location.population
1214divide = 100
}
}
1217if = {
1224set_variable = {
1226value = {
1227add = 1
1228add = scope:target_location.modifier:harbor_suitability
}
}
}
1232if = {
}
1241if = {
1242limit = {
1243scope:target_location = {
1243num_buildings > 10
}
}
1245set_variable = {
1247value = {
1248add = scope:target_location.num_buildings
1249divide = 10
}
}
}
1253if = {
1254limit = {
1255scope:target_location = {
1255is_capital = yes
}
}
}
1262if = {
1263limit = {
1264scope:target_location = {
1264num_roads > 4
}
}
1266set_variable = {
1268value = {
1269add = scope:target_location.num_roads
1270divide = 4
}
}
}
1274set_variable = {
1276value = {
1277add = scope:target_location.market_access
1278multiply = 2
}
}
}
1339after = {
1343if = {
}
1347if = {
}
1351if = {
}
1355if = {
}
1359if = {
}
}