AcontecimientoCambiado en esta versión
Desembarco en Italia

Italia fue antaño Country Adjective, pero, cuando los lombardos y los normandos tomaron el control, perdimos influencia en la región. Ahora que hemos restablecido una base en Target Location, tal vez podamos fortificar ese emplazamiento y utilizarlo para futuras operaciones.
Edificios defensivosCategoría de edificioimmediate, option 1, trigger
BizancioPaísdynamic historical event.tag, triggerDefiniciónin_game/events/DHE/flavor_BYZ.txt:2897
2898type = country_event
2899title = flavor_byz.37.title Desembarco en Italia
2900desc = flavor_byz.37.desc Italia fue antaño Country Adjective, pero, cuando los lombardos y los normandos tomaron el control, perdimos influencia en la región. Ahora que hemos restablecido una base en Target Location, tal vez podamos fortificar ese emplazamiento y utilizarlo para futuras operaciones.
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
}
}