country_decisions = {

	enable_cheats = {
		major = yes
		potential = {
			ai = no
			NOT = { has_country_flag = enabled_cheats }
		}
		allow = {
			always = yes
		}
		effect = {
			set_country_flag = enabled_cheats
		}
	}
	
	disable_cheats = {
		major = yes
		potential = {
			ai = no
			has_country_flag = enabled_cheats
		}
		allow = {
			always = yes
		}
		effect = {
			clr_country_flag = enabled_cheats
		}
	}
	
	
	# Start catgories

	open_country_cheats = {
		potential = {
			has_country_flag = enabled_cheats
		}
		allow = {
			always = yes
		}
		effect = {
			country_event = { id = cheatmenu.1 }
		}
	}
	
	open_mil_navy_cheats = {
		potential = {
			has_country_flag = enabled_cheats
		}
		allow = {
			always = yes
		}
		effect = {
			country_event = { id = cheatmenu.100 }
		}
	}
	
	open_court_cheats = {
		potential = {
			has_country_flag = enabled_cheats
		}
		allow = {
			always = yes
		}
		effect = {
			country_event = { id = cheatmenu.200 }
		}
	}
	
	open_religion_cheats = {
		potential = {
			has_country_flag = enabled_cheats
		}
		allow = {
			always = yes
		}
		effect = {
			country_event = { id = cheatmenu.300 }
		}
	}
	
	open_hre_cheats = {
		potential = {
			has_country_flag = enabled_cheats
		}
		allow = {
			always = yes
		}
		effect = {
			country_event = { id = cheatmenu.400 }
		}
	}
	
	open_province_cheats = {
		potential = {
			has_country_flag = enabled_cheats
		}
		allow = {
			always = yes
		}
		effect = {
			country_event = { id = cheatmenu.500 }
		}
	}
	
	open_eco_cheats = {
		potential = {
			has_country_flag = enabled_cheats
		}
		allow = {
			always = yes
		}
		effect = {
			country_event = { id = cheatmenu.600 }
		}
	}
	
	open_colonies_and_misc_cheats = {
		potential = {
			has_country_flag = enabled_cheats
		}
		allow = {
			always = yes
		}
		effect = {
			country_event = { id = cheatmenu.700 }
		}
	}
}