nef_dec_civwar_help = { 

		nef_send_equipment = {

		icon = generic_civil_support

		visible = {
		random_country = {
				has_civil_war = yes
				if = {
					limit = {
						ROOT = { has_government = neutrality }
					}
					has_government = neutrality
				}
				if = {
					limit = {
						ROOT = { has_government = fascism }
					}
					has_government = fascism
				}
				if = {
					limit = {
						ROOT = { has_government = communism }
					}
					has_government = communism
				}
				if = {
					limit = {
						ROOT = { has_government = democratic }
					}
					has_government = democratic
				}
			}
		}

		available = {
		has_equipment = { infantry_equipment > 1999 }
		has_equipment = { support_equipment > 999 }
		has_equipment = { artillery_equipment > 499 }
		}

		
		target_trigger = { FROM = { has_civil_war = yes is_in_faction_with = ROOT } }
		targets_dynamic = yes
		
		days_re_enable = 180
		
		modifier = {
		}

		cost = 50

		ai_will_do = {
			factor = 1
		}
		
		complete_effect = {
		FROM = {
			country_event = {
				id = nef_civwarhelp.1
				days = 1
			 }
			}
			send_equipment = {
				type = infantry_equipment
				amount = 2000
				target = FROM
			}
			send_equipment = {
				type = support_equipment
				amount = 1000
				target = FROM
			}
			send_equipment = {
				type = 	artillery_equipment
				amount = 500
				target = FROM
			}
		}
	}
	
		nef_send_men = {

		icon = generic_civil_support

		visible = {
		random_country = {
				has_civil_war = yes
				if = {
					limit = {
						ROOT = { has_government = neutrality }
					}
					has_government = neutrality
				}
				if = {
					limit = {
						ROOT = { has_government = fascism }
					}
					has_government = fascism
				}
				if = {
					limit = {
						ROOT = { has_government = communism }
					}
					has_government = communism
				}
				if = {
					limit = {
						ROOT = { has_government = democratic }
					}
					has_government = democratic
				}
			}
		}

		available = {
		has_manpower > 30000
		}
		
		target_trigger = { FROM = { has_civil_war = yes is_in_faction_with = ROOT } }
		targets_dynamic = yes
		
		days_re_enable = 180
		
		modifier = {
		}

		cost = 50

		ai_will_do = {
			factor = 1
		}
		
		complete_effect = {
		FROM = {
			country_event = {
				id = nef_civwarhelp.2
				days = 1
			 }
			}
			ROOT = { add_manpower = -30000 }
			FROM = { add_manpower = 30000 }
		}
	}
}