
ZPE_dem_allianse_decis = {	# has_completed_focus = zpe_vlast_novye_strany_v_allianse
	zpe_priglasit_soseda_v_allianse = {			# has_completed_focus = zsl_fond_razvitia
		icon = generic_prepare_civil_war
		targets = {
			ZOR ZUF ZSB ZIO ZSL
		}
		available = {			
			FROM = {
				is_subject = no
				is_in_faction = no
				OR = {
					has_government = democratic
					has_government = neutrality
				}
			}						
		}
		visible = {			
			NOT = {
				has_war_with = FROM
			}	
		}
		target_trigger = {		
			FROM = {
				exists = yes				
			}
		}
		fire_only_once = no
		cost = 25		
		days_re_enable = 240
		complete_effect = {
			custom_effect_tooltip = povtoryaemoe_reshenie_240
			FROM = {
				country_event = { id = perm.22 }
			}	
		}		
	}

}