Event
Target Location of the Infidels
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:2235
2236type = country_event
2237category = situation_event
2239title = rise_of_the_ottomans.206.title Target Location of the Infidels
2240desc = 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.
2241outcome = neutral
2243historical_info = rise_of_the_ottomans.206.historical_info Smyrna's history goes back thousands of years with the city serving as one of the principal ancient Greek settlements in western Anatolia. In recent centuries, it was ravaged by besieging Turk armies until it was rebuilt by one of Nicea's emperors, John III Doukas Vatatzes, in 1222. Smyrna became the target of a crusade spearheaded by the Knights of Rhodes and the Kingdom of Cyprus in 1344, resulting in a victory that saw the city passing into the hands of Rhodesian crusaders. It was here that in 1403 the Knights Hospitallers would suffer a crushing defeat at the hands of Timur, resulting in the great conqueror inflicting great damage upon the city. Despite this, the city's Greek influence was still strong enough for the Ottomans to dub the city 'Smyrna of the infidels'.
2244immediate = {
2245location:smyrna = {
2246save_scope_as = target_location
}
2252set_variable = {
2254value = {
2255add = scope:target_location.population
2256divide = 100
}
}
2259if = {
2266set_variable = {
2268value = {
2269add = 1
2270add = scope:target_location.modifier:harbor_suitability
}
}
}
2274if = {
}
2283if = {
2284limit = {
2285scope:target_location = {
2285num_buildings > 10
}
}
2287set_variable = {
2289value = {
2290add = scope:target_location.num_buildings
2291divide = 10
}
}
}
2295if = {
2296limit = {
2297scope:target_location = {
2297is_capital = yes
}
}
}
2304if = {
2305limit = {
2306scope:target_location = {
2306num_roads > 4
}
}
2308set_variable = {
2310value = {
2311add = scope:target_location.num_roads
2312divide = 4
}
}
}
2316set_variable = {
2318value = {
2319add = scope:target_location.market_access
2320multiply = 2
}
}
}
2381after = {
2385if = {
}
2389if = {
}
2393if = {
}
2397if = {
}
2401if = {
}
}