Event
Power on the Rise
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:2408
2409type = location_event
2411title = rise_of_the_ottomans.207.title Power on the Rise
2412desc = 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.
2413outcome = neutral
2414immediate = {
2415root = {
2416save_scope_as = target_location
}
2422owner = {
2423set_variable = {
2425value = {
2426add = scope:target_location.population
2427divide = 100
}
}
}
2431if = {
2438owner = {
2439set_variable = {
2441value = {
2442add = 1
2443add = scope:target_location.modifier:harbor_suitability
}
}
}
}
2448if = {
}
2459if = {
2460limit = {
2461scope:target_location = {
2461num_buildings > 10
}
}
2463owner = {
2464set_variable = {
2466value = {
2467add = scope:target_location.num_buildings
2468divide = 10
}
}
}
}
2473if = {
2474limit = {
2475scope:target_location = {
2475is_capital = yes
}
}
}
2484if = {
2485limit = {
2486scope:target_location = {
2486num_roads > 4
}
}
2488owner = {
2489set_variable = {
2491value = {
2492add = scope:target_location.num_roads
2493divide = 4
}
}
}
}
2498owner = {
2499set_variable = {
2501value = {
2502add = scope:target_location.market_access
2503multiply = 2
}
}
}
}
2565after = {
2566owner = {
2570if = {
}
2574if = {
}
2578if = {
}
2582if = {
}
2586if = {
}
}
}