state_category_1to3 = {
	OR = {
		has_state_category = one
		has_state_category = two
		has_state_category = three
	}
}
state_category_1to4 = {
	OR = {
		has_state_category = one
		has_state_category = two
		has_state_category = three
		has_state_category = four
	}
}

state_category_5to8 = {
	OR = {
		has_state_category = five
		has_state_category = six
		has_state_category = seven
		has_state_category = eight
	}
}

state_category_9to11 = {
	OR = {
		has_state_category = nine
		has_state_category = ten
		has_state_category = eleven
	}
}

PER_at_least_2_budget = {
	OR = {
		has_idea = PER_budget_2
		has_idea = PER_budget_3
		has_idea = PER_budget_4
		has_idea = PER_budget_5
	}
}

PER_at_least_3_budget = {
	OR = {
		has_idea = PER_budget_3
		has_idea = PER_budget_4
		has_idea = PER_budget_5
	}
}

PER_at_least_4_budget = {
	OR = {
		has_idea = PER_budget_4
		has_idea = PER_budget_5
	}
}

DES_peace_in_the_middle_east = {
	if = {
		limit = {
			TUR = {
				NOT = { 
					OR = {
						is_in_faction_with = GER
						is_in_faction_with = RUS
						is_in_faction_with = INT
						is_in_faction_with = ENT
						is_in_faction_with = JAP
					}
				}
			}
		}
		TUR = { has_war = no }
	}
	EGY = { has_war = no }
	PER = { has_war = no }
	IRQ = { has_war = no }
	KUR = { has_war = no }
	SYR = { has_war = no }
	SAU = { has_war = no }
	JBS = { has_war = no }
	HEJ = { has_war = no }
	YEM = { has_war = no }
	OMA = { has_war = no }
	TRU = { has_war = no }
	ASY = { has_war = no }
}