EventChanged this version
Landing in Italy

Italy was once Country Adjective, but with both the Lombards and the Normans taking control, we lost any foothold in the region. Now that we have re-established a base in Target Location, perhaps we can fortify it and use it for future operations.
Defensive BuildingsBuilding Categoryimmediate, option 1, trigger
ByzantiumCountrydynamic historical event.tag, triggerDefinitionin_game/events/DHE/flavor_BYZ.txt:2897
2898type = country_event
2899title = flavor_byz.37.title Landing in Italy
2900desc = flavor_byz.37.desc Italy was once Country Adjective, but with both the Lombards and the Normans taking control, we lost any foothold in the region. Now that we have re-established a base in Target Location, perhaps we can fortify it and use it for future operations.
2901outcome = neutral
2903fire_only_once = yes
2905illustration_tags = {
290610 = exterior
290710 = regular
}
2910dynamic_historical_event = {
}
2917trigger = {
2919any_owned_location = {
2920region = region:italy_region
2921has_fort = no
2922NOT = {
2923any_buildings_in_location = {
2925building_levels_under_construction >= 1
}
}
}
}
2931immediate = {
}
2934ordered_owned_location = {
2935limit = {
2936region = region:italy_region
2937has_fort = no
2938NOT = {
2939any_buildings_in_location = {
2941building_levels_under_construction >= 1
}
}
}
2945order_by = population
2946max = 1
2947check_range_bounds = no
2948save_scope_as = target_location
}
}