ideas = {
    country = {
		GER_GGR_german_advisors_SAW = {
			on_add = {log = "[GetDateText]: [Root.GetName]: add idea GER_GGR_german_advisors_SAW"}
			allowed = {
				always = no
			}

			picture = generic_german_advisors

			removal_cost = -1

			targeted_modifier = {
				tag = SAF
				attack_bonus_against = 0.1
				defense_bonus_against = 0.05
			}
			targeted_modifier = {
				tag = USA
				attack_bonus_against = 0.1
				defense_bonus_against = 0.05
			}
		}
		GER_GGR_drugs_SAW = {
			on_add = {log = "[GetDateText]: [Root.GetName]: add idea GER_GGR_drugs_SAW"}
			allowed = {
				always = no
            }
			
			picture = generic_prescription_drugs

			removal_cost = -1
			
			targeted_modifier = {
				tag = SAF
				attack_bonus_against = 0.15
				defense_bonus_against = -0.05
			}
			targeted_modifier = {
				tag = USA
				attack_bonus_against = 0.15
				defense_bonus_against = -0.05
			}
		}
		GER_GGR_german_equipment_SAW = {
			on_add = {log = "[GetDateText]: [Root.GetName]: add idea GER_GGR_german_equipment_SAW"}
			allowed = {
				always = no
			}

			picture = generic_german_advisors

			removal_cost = -1
			modifier = {
				industrial_capacity_factory = 0.1
				production_factory_max_efficiency_factor = 0.1
				misc_costs_modifier = 0.250
			}
		}	
		GER_GGR_german_blitzkrieg_SAW = {
			on_add = {log = "[GetDateText]: [Root.GetName]: add idea GER_GGR_german_blitzkrieg_SAW"}
			allowed = {
				always = no
			}

			picture = generic_german_advisors

			removal_cost = -1
			modifier = {
				army_attack_factor = 0.1
				army_armor_speed_factor = 0.1
				army_armor_attack_factor = 0.05
				misc_costs_modifier = 0.500
			}
		}
		GER_GGR_defensive_strat_SAW = {
			on_add = {log = "[GetDateText]: [Root.GetName]: add idea GER_GGR_german_blitzkrieg_SAW"}
			allowed = {
				always = no
			}

			picture = generic_german_advisors

			removal_cost = -1
			modifier = {
				army_attack_factor = -0.1
				army_defence_factor = 0.15
				army_speed_factor = -0.05
				army_org_factor = 0.05
				army_armor_attack_factor = 0.05
			}
		}
		GER_GGR_offensive_strat_SAW = {
			on_add = {log = "[GetDateText]: [Root.GetName]: add idea GER_GGR_german_blitzkrieg_SAW"}
			allowed = {
				always = no
			}

			picture = generic_german_advisors

			removal_cost = -1
			modifier = {
				army_attack_factor = 0.15
				army_defence_factor = -0.1
				army_speed_factor = 0.05
				army_org_factor = 0.05
				army_armor_attack_factor = 0.05
			}	
		}
		GER_GGR_student_protests_new = {
			on_add = {log = "[GetDateText]: [Root.GetName]: add idea GER_GGR_student_protests_new"}
			
			picture = GER_student_protests
			
			allowed = {
				always = no
			}
			
			removal_cost = -1
			
			allowed_civil_war = {
				always = yes
			}
			
			modifier = {
			}
		}

		RK_speidel_in_africa = {
			on_add = { log = "[GetDateText]: [Root.GetName]: add idea RK_speidel_in_africa"}

			picture = GER_Hans_Speidel 

			allowed = {
				always = no
			}

			available = {
				has_government = national_socialism
			}

			allowed_civil_war = {
				always = no
			}
			removal_cost = -1

			modifier = {
				planning_speed = 0.35
				max_planning = 0.2
				army_morale_factor = 0.2
			}
		}

		RK_negiotiate_in_pretoria = {
			on_add = { log = "[GetDateText]: [Root.GetName]: add idea RK_negiotiate_in_pretoria"}

			picture = generic_soldiers_marching

			allowed = {
				always = no
			}

			available = {
				has_government = national_socialism
			}

			allowed_civil_war = {
				always = no
			}
			removal_cost = -1

			modifier = {
				surrender_limit = 0.2
				army_attack_factor = 0.2
				army_defence_factor = 0.2
			}
		}


        ## HUTTIG ##
		GGR_evacuating_loyalists = {
			on_add = { log = "[GetDateText]: [Root.GetName]: add idea GGR_evacuating_loyalists" }
			picture = generic_fleeing_soldier

			allowed = {
				always = no
			}
			allowed_civil_war = {
				always = no
			}
			removal_cost = -1

			modifier = {
				weekly_manpower = 4000
				war_support_weekly = 0.025
			}
		}
		GER_GOR_scorched_administration = {
			on_add = {log = "[GetDateText]: [Root.GetName]: add idea GER_GOR_scorched_administration"}

			allowed = {
				always = no
			}

			allowed_civil_war = {
				has_government = fascism
			}

			picture = generic_bureaucracy_purged

			removal_cost = -1

			modifier = {
				stability_weekly = -0.02
				political_power_gain = -0.25
				annual_gdp_growth_factor = -0.02
			}
		}
    }
    hidden_ideas = {
        
    }
}