ideas = {
	country = {
		USAROD_suppress_dissent = {
			allowed = {
				OR = {
					tag = WVG
					tag = NCA
					tag = USG
					tag = LOU
					tag = NEG
					tag = ORE
					tag = MIS
				}
			}

			allowed_civil_war = { always = no }

			picture = prc_low_popular_support2

			removal_cost = -1

			modifier = {
				consumer_goods_expected_value = 0.5
				political_power_gain = -0.35
				resistance_activity = -0.65
				resistance_growth = -0.2
				resistance_target = -0.35
				resistance_decay = -0.85
				resistance_damage_to_garrison = -0.80
			}
		}

		USAROD_gather_support = {
			allowed = {
				OR = {
					tag = WVG
					tag = NCA
					tag = USG
					tag = LOU
					tag = NEG
					tag = ORE
					tag = MIS
				}
			}
			allowed_civil_war = { always = no }
			picture = prc_low_popular_support2
			removal_cost = -1

			modifier = {
				stability_factor  = 0.10
				political_power_gain = -0.05
			}
		}

		USAROD_conscript_troops = {
			allowed = {
				OR = {
					tag = WVG
					tag = NCA
					tag = USG
					tag = LOU
					tag = NEG
					tag = ORE
					tag = MIS
				}
			}
			allowed_civil_war = { always = no }
			picture = prc_low_popular_support2
			removal_cost = -1

			modifier = {
				political_power_gain = -0.05
				monthly_population = -0.02
			}
		}
		USAROD_protect_blacks = {
			allowed = {
				OR = {
					tag = WVG
					tag = NCA
					tag = USG
					tag = LOU
					tag = NEG
					tag = ORE
					tag = MIS
				}
			}
			allowed_civil_war = { always = no }
			picture = prc_low_popular_support2
			removal_cost = -1

			modifier = {
				political_power_gain = 0.35
			}
		}
		USAROD_occupation = {
			allowed = {
				OR = {
					tag = WVG
					tag = NCA
					tag = USG
					tag = LOU
					tag = NEG
					tag = ORE
					tag = MIS
				}
			}
			allowed_civil_war = { always = no }
			picture = FRA_censorships_press
			removal_cost = -1

			modifier = {
				political_power_gain = -0.20
				stability_factor = -0.4
				war_support_factor = -0.2
				conscription_factor = 0.03
			}
		}
		USAROD_infrastructure_investments = {
			allowed = {
				OR = {
					tag = WVG
					tag = NCA
					tag = USG
					tag = LOU
					tag = NEG
					tag = ORE
					tag = MIS
				}
			}
			allowed_civil_war = { always = no }

			picture = man_five_year_plan_industry
			removal_cost = -1

			modifier = {
				political_power_gain = -0.025
				consumer_goods_expected_value = 0.025	
			}
		}
	}
}