PER_SYR = {
	per_intervene_SYR = {
		allowed = { tag = PER }

		available = {
			or = {
				SYR = { has_volunteers_amount_from = { tag = PER count > 0 } }
				FSA = { has_volunteers_amount_from = { tag = PER count > 0 } }
				NUS = { has_volunteers_amount_from = { tag = PER count > 0 } }
				ISI = { has_volunteers_amount_from = { tag = PER count > 0 } }
			}
			
		}


		activation = {
			SYR = {
				or = {
					has_war_with = ISI
					has_war_with = FSA
					has_war_with = NUS
					has_war_with = ROJ
				}
			}
		}


		Is_good = yes

		selectable_mission = yes
		days_mission_timeout = 60
		days_remove = 5

		fire_only_once = yes


		timeout_effect = {
			add_political_power = -25
		}


		complete_effect = {
			add_political_power = 25
		}
		
		ai_will_do = {
			factor = 1
		}
	}
}