ideas = {

	hidden_ideas = {
		
		GER_randomideaname = { # Should match country leader trait GER_keitel_fuhrer
			#picture = wilhelm_keitel
		
			allowed = {
				always = no
			}

			removal_cost = -1


			modifier = {
				# PP Gain
				political_power_gain = 0.2

				opinion_gain_monthly_same_ideology_factor = 1
				military_industrial_organization_funds_gain = 0.15
				military_industrial_organization_research_bonus = 0.15

				#New from Total Control
				conscription_factor = 0.05
				political_power_factor = 0.15
				mobilization_laws_cost_factor = -0.25
				trade_laws_cost_factor = -0.25
				economy_cost_factor = -0.25
				research_speed_factor = 0.05
			}
		}
		GER_chief_of_the_okw = { # Should match country leader trait GER_keitel_fuhrer
			name = "Chief of the OKW"	
		#picture = wilhelm_keitel
		
			allowed = {
				always = no
			}

			removal_cost = -1


			modifier = {
				# PP Gain
				political_power_gain = -0.2

				
				military_industrial_organization_research_bonus = 0.1

				conscription_factor = 0.05
				mobilization_laws_cost_factor = -0.15
				
				economy_cost_factor = -0.05
				
			}
		}
		
		GER_Reichskriegminister = { # Should match country leader trait GER_keitel_fuhrer
			name = "Reichskriegsminister"	
		#picture = wilhelm_keitel
		
			allowed = {
				always = no
			}

			removal_cost = -1


			modifier = {
				# PP Gain
				political_power_gain = -0.2

				military_industrial_organization_research_bonus = 0.15

				conscription_factor = 0.1
			
				mobilization_laws_cost_factor = -0.25
				
				economy_cost_factor = -0.25
			
			}
		}
		GER_heydrich_chief_of_german_police = {
			name = "Chief of German Police"
			#picture = reinhard_heydrich
		
			allowed = {
				always = no
			}

			removal_cost = -1


			modifier = {
				# PP Cost
				political_power_gain = -0.1

				resistance_damage_to_garrison = -0.25
				foreign_subversive_activites = -0.3
				non_core_manpower = 0.02
			}
		}
		GER_heydrich_chief_of_rsha = {
			name = "Chief of RSHA"
			#picture = reinhard_heydrich
		
			allowed = {
				always = no
			}

			removal_cost = -1


			modifier = {
				# PP Cost
				political_power_gain = -0.05

				resistance_damage_to_garrison = -0.28
				foreign_subversive_activites = -0.3
				non_core_manpower = 0.02
			}
		}
	}

}