country_decisions = {
	DVE_infrastructure_development = {
		major = yes
		potential = {
			has_global_flag = DVE_Infrastructure_Yes
			NOT = { has_country_flag = DVE_open_infrastructure_development_flag }
		}
		allow = {
			always = yes
		}
		effect = {
			hidden_effect = {
				DVE_exclude_development_target_effect = yes
				set_country_flag = DVE_open_infrastructure_development_flag
			}
			country_event = {
				id = DVE_infrastructure_events.0
			}
		}
		ai_will_do = {
			factor = 0
		}
	}
	DVE_call_event = {
		major = yes
		potential = {
			always = yes
		}
		allow = {
			always = yes
		}
		effect = {
			country_event = {
				id = DVE_Events.11
			}
		}
		ai_will_do = {
			factor = 0
		}
	}
}