parliament_gui_decision = {


	show_congress_actions= {
		
		visible = {
			always = yes
			NOT = { has_country_flag = show_congress_actions_flag}
			has_elections = yes
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 0
		
		days_re_enable = 0
		days_remove = 0
		complete_effect = {
			set_country_flag = show_congress_actions_flag

		}
		remove_effect = {
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}

	hide_congress_actions= {
		
		visible = {
			always = yes
			has_country_flag = show_congress_actions_flag
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 0
		
		days_re_enable = 0
		days_remove = 0
		complete_effect = {
			clr_country_flag = show_congress_actions_flag

		}
		remove_effect = {
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	
	campaign_finances1= {
		
		visible = {
			always = yes
			has_country_flag = show_congress_actions_flag
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 40
		
		days_re_enable = 20
		days_remove = 40
		remove_effect = {
			add_to_variable = {campaign_finances = 2.5}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	
	
	campaign_finances2= {
		
		visible = {
			always = yes
			has_country_flag = show_congress_actions_flag
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 80
		days_remove = 80
		days_re_enable = 40
		
		remove_effect = {
			add_to_variable = {campaign_finances = 5}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	

	campaign_boost1= {
		
		visible = {
			always = yes
			has_country_flag = show_congress_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { campaign_finances > 5 }			
		}
		
		icon = decision_generic_air
		
		cost = 60
		days_remove = 30
		days_re_enable = 30
		
		complete_Effect = {
			subtract_from_variable = { campaign_finances = 5}
		}
		
		remove_effect = {
			add_popularity  = {
				ideology = ROOT
				popularity = 0.03
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	campaign_boost2= {
		
		visible = {
			always = yes
			has_country_flag = show_congress_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { campaign_finances > 10 }	
		}
		
		icon = decision_generic_air
		
		cost = 120
		days_remove = 30
		days_re_enable = 30
		complete_Effect = {
			subtract_from_variable = { campaign_finances = 10}
		}
		remove_effect = {
			add_popularity  = {
				ideology = ROOT
				popularity = 0.06
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	lobbying= {
		
		visible = {
			always = yes
			has_country_flag = show_congress_actions_flag
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 60
		
		days_re_enable = 30
		days_remove = 40
		complete_effect = {
			add_to_variable = { party_corruption = 0.5}
		}
		remove_effect = {
			add_to_variable = { establishment_support = 1 }
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	media_apparatus= {
		
		visible = {
			always = yes
			has_country_flag = show_congress_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { campaign_finances > 2.5 }	
		}
		
		icon = decision_generic_air
		
		cost = 80
		
		days_re_enable = 30
		days_remove = 60
		
		complete_Effect = {
			subtract_from_variable = { campaign_finances = 2.5}
		}		
		remove_effect = {
			add_to_variable = { establishment_support = 5 }
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	call_on_favors= {
		
		visible = {
			always = yes
			has_country_flag = show_congress_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { party_corruption < 50 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 60
		
		complete_Effect = {
			add_to_variable = { campaign_finances = 10}
			add_to_variable = { party_corruption = 1}
		}		
		remove_effect = {
			subtract_from_variable = { establishment_support = 1 }
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	

	donate1= {
		
		visible = {
			always = yes
			has_country_flag = show_congress_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { party_corruption > 1 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		
		complete_Effect = {
			subtract_from_variable = { campaign_finances = 2 }
			subtract_from_variable = { party_corruption = 1}
		}		

		
		ai_will_do = {
			factor = 0
		}
		
	}		
	donate2= {
		
		visible = {
			always = yes
			has_country_flag = show_congress_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { party_corruption > 2 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		
		complete_Effect = {
			subtract_from_variable = { campaign_finances = 4 }
			subtract_from_variable = { party_corruption = 2}
		}		

		
		ai_will_do = {
			factor = 0
		}
		
	}


	show_cabinet_actions= {
		
		visible = {
			always = yes
			NOT = { has_country_flag = show_cabinet_actions_flag}
			has_elections = yes		
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 0
		
		days_re_enable = 0
		days_remove = 0
		complete_effect = {
			set_country_flag = show_cabinet_actions_flag

		}
		remove_effect = {
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}

	hide_cabinet_actions= {
		
		visible = {
			always = yes
			has_country_flag = show_cabinet_actions_flag
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 0
		
		days_re_enable = 0
		days_remove = 0
		complete_effect = {
			clr_country_flag = show_cabinet_actions_flag

		}
		remove_effect = {
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}

	secure_interests= {
		
		visible = {
			always = yes
			has_country_flag = show_cabinet_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { establishment_support > 5 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { establishment_support = 5 }
		}		
		modifier = {
			generate_wargoal_tension = -0.25
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	strike_neighbors= {
		
		visible = {
			always = yes
			has_country_flag = show_cabinet_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { establishment_support > 10 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { establishment_support = 10 }
			set_rule = {
				desc = TAG_my_rule_description
				can_declare_war_on_same_ideology = yes
				can_only_justify_war_on_threat_country = no
			}	
		}		
		modifier = {
			generate_wargoal_tension = -0.5
		}
		remove_effect = {
			set_rule = {
			desc = TAG_my_rule_description
			can_declare_war_on_same_ideology = no
			can_only_justify_war_on_threat_country = yes
		}	
		
		}
		ai_will_do = {
			factor = 0
		}
		
	}		
	establish_sphere = {
		
		visible = {
			always = yes
			has_country_flag = show_cabinet_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { establishment_support > 10 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { establishment_support = 10 }
			set_rule = {
				desc = TAG_my_rule_description
				can_puppet = yes
			}	
		}		
		modifier = {
		}
		remove_effect = {
			set_rule = {
				desc = TAG_my_rule_description
				can_puppet = no
			}	
		}	
		ai_will_do = {
			factor = 0
		}
		
	}	

	proxy_wars = {
		
		visible = {
			always = yes
			has_country_flag = show_cabinet_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { establishment_support > 5 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { establishment_support = 5 }
			set_rule = {
				desc = TAG_my_rule_description
				can_send_volunteers = yes
			}	
		}		
		modifier = {
		}
		remove_effect = {
			set_rule = {
				desc = TAG_my_rule_description
				can_send_volunteers = no
			}	
		}	
		ai_will_do = {
			factor = 0
		}
		
	}

	show_bills_actions= {
		
		visible = {
			always = yes
			NOT = { has_country_flag = show_bills_actions_flag}
			has_elections = yes		
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 0
		
		days_re_enable = 0
		days_remove = 0
		complete_effect = {
			set_country_flag = show_bills_actions_flag

		}
		remove_effect = {
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}

	hide_bills_actions= {
		
		visible = {
			always = yes
			has_country_flag = show_bills_actions_flag
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 0
		
		days_re_enable = 0
		days_remove = 0
		complete_effect = {
			clr_country_flag = show_bills_actions_flag

		}
		remove_effect = {
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}

	tax_cuts_bill1= {
		
		visible = {
			always = yes
			has_country_flag = show_bills_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { eoc_treasury > 0.45 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 0.45 }
		}		
		modifier = {
			consumer_goods_factor = -0.05
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	civilian_investment_bill1= {
		
		visible = {
			always = yes
			has_country_flag = show_bills_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { eoc_treasury > 0.25 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 0.25 }
		}		
		modifier = {
			production_speed_industrial_complex_factor = 0.1 
		}
		remove_effect = {
			random_owned_state = {	
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = industrial_complex 
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}		
	military_investment_bill1= {
		
		visible = {
			always = yes
			has_country_flag = show_bills_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { eoc_treasury > 0.35 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 0.35 }
		}		
		modifier = {
			production_speed_arms_factory_factor = 0.1 
		}
		remove_effect = {
			random_owned_state = {	
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = arms_factory
					level = 1
					instant_build = yes
				}
			}
		}
		ai_will_do = {
			factor = 0
		}
		
	}
	naval_investment_bill1= {
		
		visible = {
			any_owned_state = {
				is_coastal = yes
			}
			has_country_flag = show_bills_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { eoc_treasury > 0.35 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 0.35 }
		}		
		modifier = {
			production_speed_dockyard_factor = 0.1 
		}
		remove_effect = {
			random_owned_state = {	
				limit = {
					is_coastal = yes
				}
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = dockyard 
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	
	infrastructure_investment_bill1= {
		
		visible = {
			always = yes
			has_country_flag = show_bills_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { eoc_treasury > 0.35 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 0.35 }
		}		
		modifier = {
			production_speed_infrastructure_factor = 0.1 
			production_speed_supply_node_factor = 0.1 
			production_speed_rail_way_factor = 0.1 
			production_speed_nuclear_reactor_factor = 0.1 
		}
		remove_effect = {
			random_owned_state = {	
				add_extra_state_shared_building_slots = 1
				add_building_construction = {
					type = infrastructure 
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	defense_investment_bill1= {
		
		visible = {
			always = yes
			has_country_flag = show_bills_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { eoc_treasury > 0.35 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 0.35 }
		}		
		modifier = {
			production_speed_radar_station_factor = 0.1 
			production_speed_anti_air_building_factor = 0.1 
			production_speed_bunker_factor = 0.1 
			production_speed_coastal_bunker_factor = 0.1 
		}
		remove_effect = {
			random_owned_state = {	
				add_building_construction = {
					type = radar_station 
					level = 1
					instant_build = yes
				}
			}		
			random_owned_state = {	
				add_building_construction = {
					type = anti_air_building 
					level = 1
					instant_build = yes
				}
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	research_investment_bill1= {
		
		visible = {
			always = yes
			has_country_flag = show_bills_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { eoc_treasury > 0.35 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 0.35 }
		}		
		modifier = {
			research_speed_factor = 0.05
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	trade_investment_bill1= {
		
		visible = {
			always = yes
			has_country_flag = show_bills_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { eoc_treasury > 0.25 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 0.25 }
		}		
		modifier = {
			trade_opinion_factor = 0.25
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	recruitment_bill1= {
		
		visible = {
			always = yes
			has_country_flag = show_bills_actions_flag
		}
		
		available = {
			always = yes
			check_variable = { eoc_treasury > 0.25 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 90
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 0.25 }
		}		
		modifier = {
			weekly_manpower = 2500 
			non_core_manpower = 0.01
			conscription_factor = 0.15
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}

	show_resources_actions= {
		
		visible = {
			always = yes
			NOT = { has_country_flag = show_resources_actions_flag}
			has_elections = yes		
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 0
		
		days_re_enable = 0
		days_remove = 0
		complete_effect = {
			set_country_flag = show_resources_actions_flag

		}
		remove_effect = {
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}

	hide_resources_actions= {
		
		visible = {
			always = yes
			has_country_flag = show_resources_actions_flag
		}
		
		available = {
			always = yes
		}
		
		icon = decision_generic_air
		
		cost = 0
		
		days_re_enable = 0
		days_remove = 0
		complete_effect = {
			clr_country_flag = show_resources_actions_flag

		}
		remove_effect = {
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}

	steel_extraction_first= {
		
		visible = {
			NOT = {
				any_owned_state = {
							has_resources_amount = {
								resource = steel
								amount > 0
								delivered = yes
							}
				}
			}
			has_country_flag = show_resources_actions_flag
		}
		
		available = {

			check_variable = { eoc_treasury > 500 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		fire_only_once = yes
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 500 }
		}		
		modifier = {
		}
		remove_effect = {
			random_owned_state = {
				limit = {
					NOT = { 
						has_resources_amount = {
							resource = steel
							amount > 0
							delivered = yes
						}
					}
				}
				add_resource = {
					type = steel
					amount = 5
				}
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	aluminium_extraction_first= {
		
		visible = {
			NOT = {
				any_owned_state = {
							has_resources_amount = {
								resource = aluminium
								amount > 0
								delivered = yes
							}
				}
			}
			has_country_flag = show_resources_actions_flag
		}
		
		available = {

			check_variable = { eoc_treasury > 500 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		fire_only_once = yes
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 500 }
		}		
		modifier = {
		}
		remove_effect = {
			random_owned_state = {
			        limit = {
					 
						NOT = { 
							has_resources_amount = {
								resource = aluminium
								amount > 0
								delivered = yes
							}
						}
					}
				add_resource = {
					type = aluminium
					amount = 5
				}
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	tungsten_extraction_first= {
		
		visible = {
			NOT = {
				any_owned_state = {
							has_resources_amount = {
								resource = tungsten
								amount > 0
								delivered = yes
							}
				}
			}
			has_country_flag = show_resources_actions_flag
		}
		
		available = {

			check_variable = { eoc_treasury > 500 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		fire_only_once = yes
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 500 }
		}		
		modifier = {
		}
		remove_effect = {
			random_owned_state = {
			        limit = {
					 
						NOT = { 
							has_resources_amount = {
								resource = tungsten 
								amount > 0
								delivered = yes
							}
						}
					}
				add_resource = {
					type = tungsten 
					amount = 5
				}
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	chromium_extraction_first= {
		
		visible = {
			NOT = {
				any_owned_state = {
							has_resources_amount = {
								resource = chromium
								amount > 0
								delivered = yes
							}
				}
			}
			has_country_flag = show_resources_actions_flag
		}
		
		available = {

			check_variable = { eoc_treasury > 500 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		fire_only_once = yes
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 500 }
		}		
		modifier = {
		}
		remove_effect = {
			random_owned_state = {
			        limit = {
					 
						NOT = { 
							has_resources_amount = {
								resource = chromium 
								amount > 0
								delivered = yes
							}
						}
					}
				add_resource = {
					type = chromium 
					amount = 5
				}
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	oil_extraction_first= {
		
		visible = {
			NOT = {
				any_owned_state = {
							has_resources_amount = {
								resource = oil
								amount > 0
								delivered = yes
							}
				}
			}
			has_country_flag = show_resources_actions_flag
		}
		
		available = {

			check_variable = { eoc_treasury > 500 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		fire_only_once = yes
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 500 }
		}		
		modifier = {
		}
		remove_effect = {
			random_owned_state = {
			        limit = {
					 
						NOT = { 
							has_resources_amount = {
								resource = oil  
								amount > 0
								delivered = yes
							}
						}
					}
				add_resource = {
					type = oil  
					amount = 5
				}
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
rubber_extraction_first= {
		
		visible = {
			NOT = {
				any_owned_state = {
							has_resources_amount = {
								resource = rubber
								amount > 0
								delivered = yes
							}
				}
			}
			has_country_flag = show_resources_actions_flag
		}
		
		available = {

			check_variable = { eoc_treasury > 500 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		fire_only_once = yes
		days_re_enable = 30
		days_remove = 180
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 500 }
		}		
		modifier = {
		}
		remove_effect = {
			random_owned_state = {
			        limit = {
					 
						NOT = { 
							has_resources_amount = {
								resource = rubber   
								amount > 0
								delivered = yes
							}
						}
					}
				add_resource = {
					type = rubber  
					amount = 5
				}
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}


	steel_extraction_continue= {
		
		visible = {
			any_owned_state = {
						has_resources_amount = {
							resource = steel
							amount > 0
							delivered = yes
						}
			}
			has_country_flag = show_resources_actions_flag
		}
		
		available = {
			any_owned_state = {
						has_resources_amount = {
							resource = steel
							amount > 0
							delivered = yes
						}
			}
			check_variable = { eoc_treasury > 0.25 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 90
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 0.25 }
		}		
		modifier = {
		}
		remove_effect = {
			random_owned_state = {
			        limit = {
					 
							has_resources_amount = {
								resource = steel
								amount > 0
								delivered = yes
							}
					}
				add_resource = {
					type = steel
					amount = 2
				}
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	aluminium_extraction_continue= {
		
		visible = {
			any_owned_state = {
						has_resources_amount = {
							resource = aluminium
							amount > 0
							delivered = yes
						}
			}
			has_country_flag = show_resources_actions_flag
		}
		
		available = {
			any_owned_state = {
						has_resources_amount = {
							resource = aluminium
							amount > 0
							delivered = yes
						}
			}
			check_variable = { eoc_treasury > 0.25 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 90
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 0.25 }
		}		
		modifier = {
		}
		remove_effect = {
			random_owned_state = {
				limit = {
							has_resources_amount = {
								resource = aluminium
								amount > 0
								delivered = yes
							}
				}
				add_resource = {
					type = aluminium
					amount = 2
				}
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}
	
	tungsten_extraction_continue= {
		
		visible = {
			any_owned_state = {
						has_resources_amount = {
							resource = tungsten
							amount > 0
							delivered = yes
						}
			}
			has_country_flag = show_resources_actions_flag
		}
		
		available = {
			any_owned_state = {
				has_resources_amount = {
					resource = tungsten
					amount > 0
					delivered = yes
				}
			}
			check_variable = { eoc_treasury > 0.25 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 90
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 0.25 }
		}		
		modifier = {
		}
		remove_effect = {
			random_owned_state = {
				limit = {
							has_resources_amount = {
								resource = tungsten
								amount > 0
								delivered = yes
							}
				}
				add_resource = {
					type = tungsten
					amount = 2
				}
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	chromium_extraction_continue= {
		
		visible = {
			any_owned_state = {
						has_resources_amount = {
							resource = chromium
							amount > 0
							delivered = yes
						}
			}
			has_country_flag = show_resources_actions_flag
		}
		
		available = {
			any_owned_state = {
						has_resources_amount = {
							resource = chromium
							amount > 0
							delivered = yes
						}
			}
			check_variable = { eoc_treasury > 0.25 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 90
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 0.25 }
		}		
		modifier = {
		}
		remove_effect = {
			random_owned_state = {
				limit = {
							has_resources_amount = {
								resource = chromium
								amount > 0
								delivered = yes
							}
				}
				add_resource = {
					type = chromium
					amount = 2
				}
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	oil_extraction_continue= {
		
		visible = {
			any_owned_state = {
						has_resources_amount = {
							resource = oil
							amount > 0
							delivered = yes
						}
			}
			has_country_flag = show_resources_actions_flag
		}
		
		available = {
			any_owned_state = {
						has_resources_amount = {
							resource = oil
							amount > 0
							delivered = yes
						}
			}
			check_variable = { eoc_treasury > 0.25 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 90
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 0.25 }
		}		
		modifier = {
		}
		remove_effect = {
			random_owned_state = {
				limit = {
							has_resources_amount = {
								resource = oil
								amount > 0
								delivered = yes
							}
				}
				add_resource = {
					type = oil
					amount = 2
				}
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}	
	
	rubber_extraction_continue= {
		
		visible = {
			any_owned_state = {
						has_resources_amount = {
							resource = rubber
							amount > 0
							delivered = yes
						}
			}
			has_country_flag = show_resources_actions_flag
		}
		
		available = {
			any_owned_state = {
						has_resources_amount = {
							resource = rubber
							amount > 0
							delivered = yes
						}
			}
			check_variable = { eoc_treasury > 0.25 }	
		}
		
		icon = decision_generic_air
		
		cost = 20
		
		days_re_enable = 30
		days_remove = 90
		complete_Effect = {
			subtract_from_variable = { eoc_treasury = 0.25 }
		}		
		modifier = {
		}
		remove_effect = {
			random_owned_state = {
			        limit = {
					 
							has_resources_amount = {
								resource = rubber
								amount > 0
								delivered = yes
							}
					}
				add_resource = {
					type = rubber
					amount = 2
				}
			}
		}
		
		ai_will_do = {
			factor = 0
		}
		
	}

	
}