ideas = {
	
	
	country = {
		BLUE_idea = {
		
			allowed = {  
				always = no
			}
			
			allowed_civil_war = {
				always = yes
			}
			
			cancel = {
				NOT = { has_tech = blue_water007 }
			}
			
			modifier = {
				custom_modifier_tooltip = subject_autonomy_mod_tt
				hidden_modifier = { subjects_autonomy_gain = -0.5 }
				industrial_factory_donations = 15
				war_support_factor = 0.1
			}
			
			
			removal_cost = -1
			
			
		}
		
	}
	
	country = {
		GREEN_idea = {
		
			allowed = {  
				always = no
			}
			
			allowed_civil_war = {
				always = yes
			}
			
			cancel = {
				NOT = { has_tech = green_water007 }
			}
			
			modifier = {
				country_resource_steel = 15
				country_resource_aluminium = 15
				country_resource_oil = 15
				country_resource_rubber = 15
				country_resource_tungsten = 15
				country_resource_chromium = 15
			}
			
			
			
			removal_cost = -1
			
			
		}
		
	}
	
	
}