Event
Target Location - Influence in the East
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:2058
2059type = country_event
2060category = situation_event
2062title = rise_of_the_ottomans.205.title Target Location - Influence in the East
2063desc = 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.
2064outcome = neutral
2066historical_info = rise_of_the_ottomans.205.historical_info According to many historians of the time, Sivas served as one of the most important settlements of the region, being the heart of a beautiful mosque and a famed hospital attached to it. The city would eventually pass under Ottoman rule in 1516, in which it served as a sanjak.
2067immediate = {
2072location:sivas = {
2073save_scope_as = target_location
}
2079set_variable = {
2081value = {
2082add = scope:target_location.population
2083divide = 100
}
}
2086if = {
2093set_variable = {
2095value = {
2096add = 1
2097add = scope:target_location.modifier:harbor_suitability
}
}
}
2101if = {
}
2110if = {
2111limit = {
2112scope:target_location = {
2112num_buildings > 10
}
}
2114set_variable = {
2116value = {
2117add = scope:target_location.num_buildings
2118divide = 10
}
}
}
2122if = {
2123limit = {
2124scope:target_location = {
2124is_capital = yes
}
}
}
2131if = {
2132limit = {
2133scope:target_location = {
2133num_roads > 4
}
}
2135set_variable = {
2137value = {
2138add = scope:target_location.num_roads
2139divide = 4
}
}
}
2143set_variable = {
2145value = {
2146add = scope:target_location.market_access
2147multiply = 2
}
}
}
2208after = {
2212if = {
}
2216if = {
}
2220if = {
}
2224if = {
}
2228if = {
}
}