
GGR_wunderwaffe_projects = {
	GGR_decrease_corruption = {
		cost = 30
		icon = GFX_decision_generic_propaganda
		days_remove = 150

		available = {
			custom_trigger_tooltip = {
				tooltip = GGR_no_corruption
				NOT = { check_variable = { GGRCSI_corruption = 0 } }
			}
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGR_decrease_corruption"
			GGRCSI_decrease_corruption = yes
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGR_decrease_military_concern = {
		cost = 30
		icon = GFX_decision_generic_propaganda
		days_remove = 75

		visible = {
		}

		available = {
			NOT = {
				OR = {
					has_decision = GGR_decrease_overal_concern_slow
					has_decision = GGR_decrease_public_concern
					has_decision = GGR_decrease_corruption
					custom_trigger_tooltip = {
						tooltip = GGR_no_military_concern
						check_variable = { GGRCSI_military_concern = 0 } 
					}
				}
			}
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGR_decrease_military_concern"
			GGRCSI_increase_corruption = yes
			GGRCSI_decrease_military_concern = yes
		}
		ai_will_do = {
			factor = 40
		}
	}


	GGR_decrease_public_concern = {
		cost = 30
		icon = GFX_decision_generic_propaganda
		days_remove = 75

		available = {
			NOT = {
				OR = {
					has_decision = GGR_decrease_overal_concern_slow
					has_decision = GGR_decrease_military_concern
					has_decision = GGR_decrease_corruption
					custom_trigger_tooltip = {
						tooltip = GGR_no_public_concern
						check_variable = { GGRCSI_public_concern = 0 } 
					}
				}
			}
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGR_decrease_public_concern"
			GGRCSI_increase_corruption = yes
			GGRCSI_decrease_public_concern = yes
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGR_decrease_overal_concern_slow = {
		cost = 50
		days_remove = 150
		icon = GFX_decision_generic_propaganda

		visible = {
		}

		available = {
			NOT = {
				OR = {
					has_decision = GGR_decrease_public_concern
					has_decision = GGR_decrease_military_concern
					has_decision = GGR_decrease_corruption
					custom_trigger_tooltip = {
						tooltip = GGR_no_public_concern
						check_variable = { GGRCSI_public_concern = 0 } 
					}
					custom_trigger_tooltip = {
						tooltip = GGR_no_military_concern
						check_variable = { GGRCSI_military_concern = 0 } 
					}
				}
			}
		}

		remove_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGR_decrease_overal_concern_slow"
			GGRCSI_increase_corruption = yes
			GGRCSI_decrease_military_concern = yes
			GGRCSI_decrease_public_concern = yes
			hidden_effect = {
				GGRCSI_increase_corruption = yes
			}
		}

		ai_will_do = {
			factor = 40
		}
	}

	GGR_convincing_the_heer = {
		cost = 25
		icon = GFX_decision_generic_military_parade_red
		fixed_random_seed = no

		visible = {
			has_country_flag = GGR_convincing_the_military
		}

		available = {
			NOT = {
				check_variable = { heer_centralisation = 1 }
			}
		}


		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGR_convincing_the_military"
			custom_effect_tooltip = GGR_convincing_the_heer_tooltip
			add_to_variable = { heer_centralisation = 0.1 }
			random_list = {
				1 = {
					GGR_increase_militarist_power_small = yes
				}
				1 = {
					GGRCSI_increase_corruption = yes
				}
				1 = {
				}
			}
		}
		ai_will_do = { factor = 20 }
	}
	GGR_convincing_the_kriegsmarine = {
		cost = 25
		icon = GFX_decision_generic_military_parade_blue
		fixed_random_seed = no

		visible = {
			has_country_flag = GGR_convincing_the_military
		}

		available = {
			NOT = {
				check_variable = { kriegsmarine_centralisation = 1 }
			}
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGR_convincing_the_kriegsmarine"
			custom_effect_tooltip = GGR_convincing_the_kriegsmarine_tooltip
			add_to_variable = { kriegsmarine_centralisation = 0.1 }
			random_list = {
				1 = {
					GGRCSI_increase_corruption = yes
				}
				1 = {
					set_temp_variable = { temp_econ_spending_amount = 0.05 }
					econ_spend_money_once_effect_raw_money = yes
				}
			}
		}
		ai_will_do = { factor = 20 }
	}

	GGRCSI_adapting_the_infantry = {
		icon = GFX_decision_generic_military_guns_blue
		available = {
			if = {
				limit = {
					has_variable = current_equipment
				}
				has_equipment = { infantry_equipment > current_equipment }
			}
			if = {
				limit = {
					has_variable = current_artillery_equipment
				}
				has_equipment = { artillery_equipment > current_artillery_equipment }
			}
			if = {
				limit = {
					has_variable = current_anti_tank_equipment
				}
				has_equipment = { anti_tank_equipment > current_anti_tank_equipment }
			}
		}
		activation = {
			has_completed_focus = GER_GOR_weapons_of_the_fourth_weltkrieg
		}

		is_good = no
		days_mission_timeout = 200
		fire_only_once = yes

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_adapting_the_infantry"
			GGR_increase_militarist_loyalty = yes
			GGRCSI_decrease_military_concern = yes
		}
		timeout_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_adapting_the_infantry_timeout"
			GGRCSI_increase_military_concern = yes
			GGRCSI_increase_corruption = yes
			GGR_decrease_militarist_loyalty_large = yes

			if = {
				limit = {
					has_idea = GGR_camouflage_steamlined
				}
				remove_ideas = GGR_camouflage_steamlined
			}
			if = {
				limit = {
					has_idea = GGR_New_Outfits
				}
				remove_ideas = GGR_New_Outfits
			}
			add_timed_idea = {
				idea = GGR_infantry_logistics_ruined
				days = 365
			}
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_extend_equipment_reevaluation_period = {
		cost = 50
		icon = GFX_decision_generic_military_guns_brown

		visible = {
			AND = {
				has_completed_focus = GER_GOR_weapons_of_the_fourth_weltkrieg
				has_active_mission = GGRCSI_adapting_the_infantry
			}
		}

		available = {
			has_active_mission = GGRCSI_adapting_the_infantry
		}


		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_extend_equipment_reevaluation_period"
			GGR_decrease_militarist_loyalty_small = yes
			GGRCSI_increase_military_concern = yes
			add_days_mission_timeout = { mission = GGRCSI_adapting_the_infantry days = 50 }
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_outsource_uniform_production = {
		cost = 25
		icon = GFX_decision_generic_military_hat_red
		fire_only_once = yes

		visible = {
			has_idea = GGR_New_Outfits
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_outsource_uniform_production"
			GGRCSI_increase_corruption = yes

			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = 5000
				producer = GER
			}
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_downgrade_the_rations = {
		cost = 25
		icon = GFX_decision_generic_consumer_goods
		fire_only_once = no

		visible = {
			has_completed_focus = GER_GOR_weapons_of_the_fourth_weltkrieg
		}

		modifier = {
			army_org_factor = -0.08
			industrial_capacity_factory = 0.05
		}
		days_remove = 150
		days_re_enable = 100
		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_downgrade_the_rations"
			GGRCSI_decrease_military_power = yes
			GGR_decrease_militarist_loyalty = yes
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_utilize_military_economic_control = {
		cost = 25
		icon = GFX_decision_generic_gear_red
		fire_only_once = no

		visible = {
			has_completed_focus = GER_GOR_weapons_of_the_fourth_weltkrieg
			always = no
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_utilize_military_economic_control"
			GGR_increase_militarist_power = yes

			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = 30000
				producer = GER
			}
		}
		ai_will_do = {
			factor = 0
			modifier = {
				check_variable = { infantry_equipment < 10000 }
				factor = 100
			}
		}
	}

	GGRCSI_slave_made_guns = {
		cost = 25
		icon = GFX_decision_generic_military_guns_brown
		fire_only_once = yes

		visible = {
			has_completed_focus = GER_GOR_redevelop_the_arsenal
		}

		modifier = {
			army_infantry_attack_factor = -0.1
			army_infantry_defence_factor = -0.1
		}
		days_remove = 30
		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_slave_made_guns"
			add_equipment_to_stockpile = {
				type = infantry_equipment_2
				amount = 5000
				producer = GER
			}
		}
		ai_will_do = {
			factor = 0
			modifier = {
				check_variable = { infantry_equipment < 10000 }
				factor = 100
			}
		}
	}

	GGRCSI_declare_the_helicopter_fleet = { 
		cost = 30
		icon = GFX_decision_generic_helicopter
		fire_only_once = yes

		visible = {
			has_completed_focus = GER_GOR_a_new_tool_for_the_infantry
			always = no
		}

		available = {
			has_completed_focus = GER_GOR_to_carry
			has_completed_focus = GER_GOR_to_fight
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_declare_the_helicopter_fleet"
			GGR_unlock_helicopter_templates = yes
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_new_helicopter_doctrine = {
		cost = 25
		icon = GFX_decision_generic_helicopter
		fire_only_once = yes
		days_remove = 365

		visible = {
			has_completed_focus = GER_GOR_a_new_tool_for_the_infantry
		}


		modifier = {
			air_accidents_factor = 0.2
		}
		
		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_update_our_doctrine"
			GGRCSI_increase_military_concern = yes
			add_to_variable = { GGRCSI_spending = 50 }
			custom_effect_tooltip = GGRCSI_spending_increase_50
			add_to_variable = { GGR_industrial_efficiency_factor = 0.050 }
		}
		remove_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_update_our_doctrine_removed"
			remove_decision = GGRCSI_draft_germans_into_the_luftwaffe
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_draft_germans_into_the_luftwaffe = {
		cost = 25
		icon = GFX_decision_generic_fighter_plane
		days_remove = 50

		visible = {
			has_completed_focus = GER_GOR_a_new_tool_for_the_infantry
		}

		available = {
			has_decision = GGRCSI_new_helicopter_doctrine
		}

		modifier = {
			air_accidents_factor = 0.2
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_enforce_draft_germans_into_the_luftwaffe"
			GGR_increase_militarist_loyalty = yes
			set_temp_variable = { debt_temp = 0.25 }
			econ_national_debt_change = yes
			add_manpower = 4000
			add_equipment_to_stockpile = {
				type = attack_helicopter_equipment_1
				amount = 50
				producer = GER
			}

			hidden_effect = { country_event = { id = goering.332 days = 75 } }
		}

		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_militarist_liger_checkup = {
		icon = GFX_decision_generic_tank
		days_mission_timeout = 7
		visible = {
			has_country_flag = GGR_liger_recovery
		}

		available = {
			has_completed_focus = GER_GOR_das_liger
		}

		activation = {
			has_country_flag = GGR_liger_recovery
			NOT = { has_completed_focus = GER_GOR_das_liger }
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_militarist_liger_checkup"
		}
		timeout_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_militarist_liger_checkup"
			GGRCSI_increase_military_concern = yes
			GGR_decrease_militarist_loyalty_small = yes
			activate_mission = GGRCSI_militarist_liger_checkup
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_discontinue_the_liger = {
		cost = 50
		icon = GFX_decision_generic_tank

		visible = {
			has_completed_focus = GER_GOR_das_liger
		}

		available = {
			has_completed_focus = GER_GOR_das_liger
		}

		fire_only_once = yes

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_discontinue"
			GGR_decrease_militarist_loyalty_large = yes
			clr_country_flag = GGR_liger_recovery
			set_technology = {
				MBT_das_liger = 0
				Liger_Gun = 0
			}
			hidden_effect = {
				remove_ideas = {
					GGR_tank_research_1a
					GGR_tank_research_1b
					GGR_tank_research_1a1
					GGR_tank_research_1a2
					GGR_tank_research_1b1
					GGR_tank_research_1b2
					GGR_tank_research_GGG
					GGR_tank_research_BGG
					GGR_tank_research_BBG
					GGR_tank_research_BBB
					GGR_tank_research_GBB
					GGR_tank_research_GGB
					GGR_tank_research_BGB
					GGR_tank_research_GBG
				}
			}
		}
	}

	GGRCSI_skip_the_next_test = {
		cost = 10
		icon = GFX_decision_generic_point_reversed

		visible = {
			has_country_flag = GGR_liger_recovery
			NOT = {
				has_completed_focus = GER_GOR_das_liger
			}
		}


		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_skip_the_next_test"
			add_days_mission_timeout = { mission = GGRCSI_militarist_liger_checkup days = 7 }
			GGRCSI_increase_corruption = yes
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_get_remer_on_board = {
		cost = 30
		icon = GFX_decision_generic_military_parade
		fire_only_once = yes

		visible = {
			has_country_flag = GGR_liger_recovery
			NOT = { has_completed_focus = GER_GOR_das_liger }
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_get_remer_on_board"
			custom_effect_tooltip = GGRCSI_get_remer_on_board_tooltip
			set_country_flag = GGRCSI_get_remer_on_board
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_change_some_names = {
		cost = 30
		icon = GFX_decision_generic_propaganda
		fire_only_once = yes

		visible = {
			has_country_flag = GGR_liger_recovery
			NOT = { has_completed_focus = GER_GOR_das_liger }
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_change_some_names"
			custom_effect_tooltip = GGRCSI_change_some_names_tooltip
			set_country_flag = GGRCSI_change_some_names
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_get_speidel_involved = {
		cost = 100
		icon = GFX_decision_generic_military_parade_green
		fire_only_once = yes

		visible = {
			has_country_flag = GGR_liger_recovery
			NOT = { has_completed_focus = GER_GOR_das_liger }
		}
		
		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_get_speidel_involved"
			custom_effect_tooltip = GGRCSI_get_speidel_involved_tooltip
			set_country_flag = GGRCSI_get_speidel_involved
		}
		ai_will_do = {
			factor = 40
		}
	}


	GGRCSI_avoid_public_eye_in_ukraine = {
		cost = 25
		icon = GFX_decision_generic_investigate_no
		days_remove = 75
		fixed_random_seed = no

		visible = {
			has_completed_focus = GER_GOR_make_them_grow_like_mushrooms
		}

		available = {
			GGR_ukraine_conquered = yes
		}

		remove_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_avoid_public_eye_in_ukraine"
			custom_effect_tooltip = GGRCSI_avoid_public_eye_in_ukraine_tooltip

			UKR = {
				random_owned_controlled_state = {
					add_building_construction = {
						type = nuclear_reactor
						level = 1
						instant_build = yes
					}
				}
			}

			random_owned_controlled_state = {
				limit = {
					nuclear_reactor > 0
				}
				remove_building = {
					type = nuclear_reactor
					level = 1
				}
			}

			hidden_effect = {
				random_list = {
					1 = {
						country_event = { id = goering.331 days = 30 }
					}
					2 = {

					}
				}
			}
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_pump_out_more_reactors = {
		cost = 25
		icon = GFX_decision_category_generic_nuclear
		days_remove = 50
		days_re_enable = 10

		visible = {
			has_completed_focus = GER_GOR_make_them_grow_like_mushrooms
		}

		complete_effect = {
			set_temp_variable = { temp_econ_spending_amount = 0.5 }
			econ_spend_money_once_effect_raw_money = yes
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_pump_out_more_reactors"
		}
		remove_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_pump_out_more_reactors_removed"

			random_owned_controlled_state = {
				add_building_construction = {
					type = nuclear_reactor
					level = 1
					instant_build = yes
				}
			}

			if = {
				limit = {
					check_variable = { nuclear_maintenance < 60 }
				}
				country_event = { id = goering.327 days = 80 }
			}
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_pump_out_more_electric_plants = {
		cost = 25
		icon = GFX_decision_generic_power
		days_remove = 50
		days_re_enable = 10

		visible = {
			has_completed_focus = GER_GOR_electronics_research
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_pump_out_more_electric_plants"
			set_temp_variable = { temp_econ_spending_amount = 0.2 }
			econ_spend_money_once_effect_raw_money = yes
		}
		remove_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_pump_out_more_electric_plants_removed"

			random_owned_controlled_state = {
				add_building_construction = {
					type = thermoelectric_plant
					level = 1
					instant_build = yes
				}
			}
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_fully_switch_to_nuclear_power = {
		cost = 50
		icon = GFX_decision_category_generic_nuclear
		fire_only_once = yes

		visible = {
			has_completed_focus = GER_GOR_make_them_grow_like_mushrooms
		}

		available = {
			custom_trigger_tooltip = {
				tooltip = GGR_nuclear_reactors_required_50
				check_variable = { GGRCSI_total_nuclear_reactors > 49 }
			}
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_fully_switch_to_nuclear_power"
			swap_ideas = {
				remove_idea = GGR_Computer_assisted_shit
				add_idea = GGR_nuclear_powered_nation
			}
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_remove_power_focus = {
		cost = 10
		icon = GFX_decision_generic_power

		visible = {
			has_completed_focus = GER_GOR_the_power_of_the_atom
		}

		available = {
			OR = {
				has_country_flag = GGRCSI_power_for_the_civilian_sector
				has_country_flag = GGRCSI_power_for_the_military_sector
			}
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_remove_power_focus"
			if = {
				limit = {
					has_country_flag = GGRCSI_power_for_the_military_sector
				}
				GGRCSI_increase_military_concern = yes
				add_days_remove = { decision = GGRCSI_power_for_the_military_sector days = 2 }
			}
			if = {
				limit = {
					has_country_flag = GGRCSI_power_for_the_civilian_sector
				}
				GGRCSI_increase_public_concern = yes
				add_days_remove = { decision = GGRCSI_power_for_the_civilian_sector days = 2 }
			}
			subtract_from_variable = { GGRCSI_spending = 20 }
			add_to_variable = { GGR_GGRCSI_misc_costs = -0.020 }
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_power_for_the_civilian_sector = {
		cost = 10
		icon = GFX_decision_generic_power
		days_remove = -1

		visible = {
			has_completed_focus = GER_GOR_the_power_of_the_atom
		}

		available = {
			custom_trigger_tooltip = {
				tooltip = GGR_nuclear_reactors_required_6
				check_variable = { GGRCSI_total_nuclear_reactors > 5 }
			}
			NOT = {
				has_country_flag = GGRCSI_power_for_the_military_sector
			}
			has_completed_focus = GER_GOR_infrastructure_planning
		}

		modifier = {
			consumer_goods_use_modifier = -0.05
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_power_for_the_civilian_sector"
			if = {
				limit = {
					has_country_flag = GGRCSI_power_for_the_military_sector
				}
				GGRCSI_increase_military_concern = yes
				add_days_remove = { decision = GGRCSI_power_for_the_military_sector days = 2 }
				clr_country_flag = GGRCSI_power_for_the_military_sector
			}
			else = {
				add_to_variable = { GGRCSI_spending = 10 }
				custom_effect_tooltip = GGRCSI_spending_increase_10
				add_to_variable = { GGR_GGRCSI_misc_costs = 0.010 }
			}
			set_country_flag = GGRCSI_power_for_the_civilian_sector
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_power_for_the_military_sector = {
		cost = 10
		icon = GFX_decision_generic_power
		days_remove = -1

		visible = {
			has_completed_focus = GER_GOR_the_power_of_the_atom
		}

		available = {
			custom_trigger_tooltip = {
				tooltip = GGR_nuclear_reactors_required_6
				check_variable = { GGRCSI_total_nuclear_reactors > 5 }
			}
			has_completed_focus = GER_GOR_infrastructure_planning
			NOT = {
				has_country_flag = GGRCSI_power_for_the_civilian_sector
			}
		}

		modifier = {
			industrial_capacity_factory = 0.08
			industrial_capacity_dockyard = 0.08
		}
		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_power_for_the_military_sector"
			if = {
				limit = {
					has_country_flag = GGRCSI_power_for_the_civilian_sector
				}
				GGRCSI_increase_public_concern = yes
				add_days_remove = { decision = GGRCSI_power_for_the_civilian_sector days = 2 }
				clr_country_flag = GGRCSI_power_for_the_civilian_sector
			}
			else = {
				add_to_variable = { GGRCSI_spending = 20 }
				custom_effect_tooltip = GGRCSI_spending_increase_20
				add_to_variable = { GGR_GGRCSI_misc_costs = 0.020 }
			}
			set_country_flag = GGRCSI_power_for_the_military_sector
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_show_off_to_the_world = {
		cost = 50
		icon = GFX_decision_category_generic_nuclear
		fire_only_once = yes

		visible = {
			has_completed_focus = GER_GOR_the_power_of_the_atom
		}

		available = {
			custom_trigger_tooltip = {
				tooltip = GGR_nuclear_reactors_required_20
				check_variable = { GGRCSI_total_nuclear_reactors > 19 }
			}
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_show_off_to_the_world"
			custom_effect_tooltip = GGRCSI_show_off_to_the_world_tooltip
			country_event = { id = goering.science.25 }
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_negotiate_with_militarist_factories = {
		cost = 30
		icon = GFX_decision_generic_factory_blue
		fire_only_once = yes

		visible = {
			has_completed_focus = GER_GOR_the_power_of_the_atom
		}

		available = {
			custom_trigger_tooltip = {
				tooltip = GGR_nuclear_reactors_required_10
				check_variable = { GGRCSI_total_nuclear_reactors > 9 }
			}
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_negotiate_with_militarist_factories"
			GGR_decrease_militarist_loyalty_small = yes
			GGR_decrease_militarist_power_small = yes
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_close_down_coal_plants = {
		cost = 10
		icon = GFX_decision_generic_power

		days_remove = 60

		days_re_enable = 30

		visible = {
			has_completed_focus = GER_GOR_the_power_of_the_atom
		}

		available = {
			custom_trigger_tooltip = {
				tooltip = GGR_nuclear_reactors_required_10
				check_variable = { GGRCSI_total_nuclear_reactors > 9 }
			}
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_close_down_coal_plants"
			set_temp_variable = { money_reserves_temp = 0.5 }
			econ_money_reserves_change_raw_money = yes

			random_owned_state = {
				limit = {
					thermoelectric_plant > 0
				}
				remove_building = {
					type = thermoelectric_plant
					level = 1
				}
			}
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_military_demands_ligers = {
		icon = GFX_decision_generic_tank
		days_mission_timeout = 365

		visible = {
			has_completed_focus = GER_GOR_das_liger
		}

		activation = {
			has_country_flag = GGR_militarists_demand_ligers
		}

		available = {
			has_equipment = {
				MBT_das_liger > GGRCSI_ligers_required
			}
		}

		timeout_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_military_demands_ligers_timeout"
			GGR_decrease_militarist_loyalty_large = yes
			GGRCSI_increase_military_concern = yes
			activate_mission = GGRCSI_military_demands_ligers
			add_days_mission_timeout = { mission =  GGRCSI_military_demands_ligers days = -250 }
		}
		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_military_demands_ligers"
			GGRCSI_decrease_military_power = yes
			GGR_decrease_militarist_hawkishness = yes
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_pipes_in_germania = {
		cost = 100
		icon = GFX_decision_generic_oil_pipeline
		fire_only_once = yes
		days_remove = 80

		visible = {
			has_country_flag = GGR_water_scandal
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_pipes_in_germania"
			custom_effect_tooltip = GGR_pipes_building_tooltip
			add_to_variable = { pipes_built = 1 }
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_pipes_in_danzig = {
		cost = 100
		icon = GFX_decision_generic_oil_pipeline
		fire_only_once = yes
		days_remove = 80

		visible = {
			has_country_flag = GGR_water_scandal
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_pipes_in_danzig"
			custom_effect_tooltip = GGR_pipes_building_tooltip
			add_to_variable = { pipes_built = 1 }
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_pipes_in_hamburg = {
		cost = 100
		icon = GFX_decision_generic_oil_pipeline
		fire_only_once = yes
		days_remove = 80

		visible = {
			has_country_flag = GGR_water_scandal
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_pipes_in_hamburg"
			custom_effect_tooltip = GGR_pipes_building_tooltip
			add_to_variable = { pipes_built = 1 }
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_give_schorner_control = {
		cost = 10
		icon = GFX_decision_generic_tank_indent

		fire_only_once = yes

		visible = {
			has_completed_focus = GER_GOR_das_liger
		}


		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_give_schorner_control"
			GGR_increase_militarist_hawkishness_small = yes
			GGR_increase_militarist_power_small = yes
			subtract_from_variable = { GGRCSI_ligers_required = 33 }
		}
		ai_will_do = {
			factor = 40
		}
	}

	GGRCSI_getting_shut_down = {
		icon = GFX_decision_generic_lockdown
		days_mission_timeout = 40
		activation = {
			OR = {
				check_variable = { GGRCSI_military_concern > 0.75 }
				check_variable = { GGRCSI_public_concern > 0.75 }
			}
		}
		is_good = no
		timeout_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision GGRCSI_getting_shut_down"
			if = {
				limit = {
					check_variable = { GGRCSI_military_concern > 0.75 }
				}
				country_event = { id = goering.science.24 }
			}
			else_if = {
				limit = {
					check_variable = { GGRCSI_public_concern > 0.75 }
				}
				country_event = { id = goering.science.23 }
			}
		}
	}
}