ZZR_nation_decis = {
	zzr_nasha_zemlya_dec = {
		icon = onmap_recruit_operative
		available = {
			political_power_daily > 0.3	
			has_stability > 0.5			
		}
		state_target = yes
		target_array = controlled_states
		target_trigger = {
			FROM = {				
				controller = {					
					tag = ZZR					
				}
				NOT = {
					is_core_of = ZZR
				}
				any_neighbor_state = {
					is_core_of = ZZR 
				}
			}
		}
		visible = {			
			FROM = {
				NOT = {
					is_core_of = ZZR
				}
			}
		}
		fire_only_once = no
		cost = 100
		days_remove = 50
#		days_re_enable = 50
		on_map_mode = map_only
		modifier = {
			political_power_gain = -0.3
		}
		complete_effect = {
			add_stability = -0.01
		}
		remove_effect = {			
			FROM = {
				add_core_of = ZZR
			}			
		}
		ai_will_do = {
			base = 1
			modifier = {
				add = 90
				has_stability > 0.5
			}
		}
	}





}