Event
Target Location - Fate and History
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:1366
1367type = country_event
1368category = situation_event
1370title = rise_of_the_ottomans.201.title Target Location - Fate and History
1371desc = 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.
1372outcome = neutral
1374historical_info = rise_of_the_ottomans.201.historical_info Known for its rich history and serving as the first capital of the Ottoman Empire, Bursa boasts a beautifully-weaved historical tapestry. Within its domain, it holds architectural marvels such as the Yeşil Türbe and the Grand Mosque, testaments to an illustrious history.
1375immediate = {
1376location:bursa = {
1377save_scope_as = target_location
}
1383set_variable = {
1385value = {
1386add = scope:target_location.population
1387divide = 100
}
}
1390if = {
1397set_variable = {
1399value = {
1400add = 1
1401add = scope:target_location.modifier:harbor_suitability
}
}
}
1405if = {
}
1414if = {
1415limit = {
1416scope:target_location = {
1416num_buildings > 10
}
}
1418set_variable = {
1420value = {
1421add = scope:target_location.num_buildings
1422divide = 10
}
}
}
1426if = {
1427limit = {
1428scope:target_location = {
1428is_capital = yes
}
}
}
1435if = {
1436limit = {
1437scope:target_location = {
1437num_roads > 4
}
}
1439set_variable = {
1441value = {
1442add = scope:target_location.num_roads
1443divide = 4
}
}
}
1447set_variable = {
1449value = {
1450add = scope:target_location.market_access
1451multiply = 2
}
}
}
1512after = {
1516if = {
}
1520if = {
}
1524if = {
}
1528if = {
}
1532if = {
}
}