#BRG_espionage_category = {}


#Globalplan cooldown
BRG_BoP_category = {
	BRG_GP_Timeout_Mission = {
		allowed = {
			original_tag = BRG
		}

		available = {
			hidden_trigger = {always = no}
		}

		activation = {
			always = no
		}

		is_good = yes

		days_mission_timeout = var:BRG_GP_cooldown_length

		timeout_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision BRG_GP_Timeout_Mission timed out - Globalplan Cooldown expired"
			clr_country_flag = BRG_GPs_locked_flag
			custom_effect_tooltip = BRG_GP_Timeout_Mission_remove
			hidden_effect = {country_event = {id = BRG_unlock.1001}}
		}

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision BRG_GP_Timeout_Mission completed - This shouldn't happen"
		}
	}

    ## ELEFANT ## 
	BRG_BOR_Gun_Purchases = {
		visible = { has_completed_focus = BRG_globalplan_elefant }
		available = { NOT = { has_country_flag = BRG_SAF_WAR_currently_helping_Schild } has_equipment = { infantry_equipment > 749 } }

		cost = 25
		days_remove = 21

		days_re_enable = 45


		complete_effect = {
			set_country_flag = BRG_SAF_WAR_currently_helping_Schild
		}

		remove_effect = {
			clr_country_flag = BRG_SAF_WAR_currently_helping_Schild
			BOR = {
				add_stability = 0.02
				add_war_support = 0.03
			}
			send_equipment = {
				equipment = infantry_equipment
				amount = 750
				target = BOR
			}
		}
	}

	BRG_GRO_send_guns = {
		visible = { has_completed_focus = BRG_hiding_in_plain_sight }
		available = { NOT = { has_country_flag = BRG_SAF_WAR_currently_helping_Schild } has_equipment = { infantry_equipment > 2499 } }

		cost = 45
		days_remove = 25

		days_re_enable = 60


		complete_effect = {
			set_country_flag = BRG_SAF_WAR_currently_helping_Schild
		}

		remove_effect = {
			clr_country_flag = BRG_SAF_WAR_currently_helping_Schild
			send_equipment = {
				equipment = infantry_equipment
				amount = 2500
				target = GRO
			}
		}
	}
	BRG_BOR_send_guns = {
		visible = { has_completed_focus = BRG_hiding_in_plain_sight }
		available = { NOT = { has_country_flag = BRG_SAF_WAR_currently_helping_Schild } has_equipment = { infantry_equipment > 2499 } }

		cost = 45
		days_remove = 25

		days_re_enable = 60


		complete_effect = {
			set_country_flag = BRG_SAF_WAR_currently_helping_Schild
		}

		remove_effect = {
			clr_country_flag = BRG_SAF_WAR_currently_helping_Schild
			send_equipment = {
				equipment = infantry_equipment
				amount = 2500
				target = BOR
			}
		}
	}

	BRG_Fucking_With_Muller = {
		visible = { has_completed_focus = BRG_mullers_broken_supply }
		available = { NOT = { has_country_flag = BRG_SAF_WAR_currently_helping_Schild } }

		cost = 35
		days_remove = 21

		days_re_enable = 45


		complete_effect = {
			custom_effect_tooltip = BRG_SAW_Fucking_Zentral
			set_country_flag = BRG_SAF_WAR_currently_helping_Schild
		}

		remove_effect = {
			clr_country_flag = BRG_SAF_WAR_currently_helping_Schild
			COG = {
				country_event = { id = BRG_political.31 days = 1 }
				random_controlled_state = {
					damage_building = {
						type = infrastructure
						damage = 1
					}
				}
			}
		}
	}

	BRG_Fucking_With_Schenck = {
		visible = { has_completed_focus = BRG_schencks_empty_tanks }
		available = { NOT = { has_country_flag = BRG_SAF_WAR_currently_helping_Schild } }

		cost = 40
		days_remove = 21

		days_re_enable = 45


		complete_effect = {
			custom_effect_tooltip = BRG_SAW_Fucking_Sudwest
			set_country_flag = BRG_SAF_WAR_currently_helping_Schild
		}

		remove_effect = {
			clr_country_flag = BRG_SAF_WAR_currently_helping_Schild
			ANG = {
				country_event = { id = BRG_political.30 days = 1 }
				add_timed_idea = {
					idea = BRG_idea_fucking_with_sudwest
					days = 30
				}
			}
		}
	}

	BRG_Fucking_With_SAF = {
		visible = { has_completed_focus = BRG_growing_the_chaos }
		available = {
			NOT = {
				has_country_flag = BRG_SAF_WAR_currently_fucking_OFN }
			has_equipment = { infantry_equipment > 499 }
			has_equipment = { support_equipment > 49 }
			has_equipment = { artillery_equipment > 24 }
		}

		cost = 60
		days_remove = 14

		days_re_enable = 40


		complete_effect = {
			custom_effect_tooltip = BRG_SAW_Fucking_with_SAF
			set_country_flag = BRG_SAF_WAR_currently_fucking_OFN
		}

		remove_effect = {
			clr_country_flag = BRG_SAF_WAR_currently_fucking_OFN
			SAF = { add_stability = 0.02 add_war_support = 0.03 }
			send_equipment = {
				equipment = infantry_equipment
				amount = 500
				target = SAF
			}
			send_equipment = {
				equipment = support_equipment
				amount = 50
				target = SAF
			}
			send_equipment = {
				equipment = artillery_equipment
				amount = 25
				target = SAF
			}
		}
	}


	BRG_Fucking_With_US = {
		visible = { has_completed_focus = BRG_sowing_the_seeds_of_discontent }
		available = { NOT = { has_country_flag = BRG_SAF_WAR_currently_fucking_OFN } }

		cost = 45
		days_remove = 30

		days_re_enable = 20


		complete_effect = {
			custom_effect_tooltip = USA_decrease_optics_medium_tt
			set_country_flag = BRG_SAF_WAR_currently_fucking_OFN
			USA = { subtract_from_variable = { USA_optics = 5 } }
			USA = { add_war_support = -0.02 }
		}

		remove_effect = {
			clr_country_flag = BRG_SAF_WAR_currently_fucking_OFN
		}
	}

	BRG_HuttigRage = {
		visible = { has_completed_focus = BRG_igniting_huttigs_rage }
		available = { GRO = { has_war_with = SAF } }

		cost = 75
		days_remove = 14

		modifier = {
			political_power_factor = -0.1
		}

		remove_effect = {
			custom_effect_tooltip = huttigrage_tt
			GRO = {
				add_to_variable = {
					HuttigRage = 2
				}
			}
		}
	}

    ## KONDOR ##
    BRG_kondor_minor_smuggling_cnt = {

		allowed = { tag = BRG }

		available = {
			NOT = { has_country_flag = BRG_currently_smuggling }
			has_equipment = { infantry_equipment > 749 }
			has_equipment = { support_equipment > 249 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = BRG_provide_the_fuel_flag
		}

		cost = BRG_minor_smuggling_cost

		fire_only_once = no

		days_remove = 7
		days_re_enable = 30

		complete_effect = {
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -750
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -250
			}
			subtract_from_variable = { BRG_supplies = 1 }
			set_country_flag = BRG_currently_smuggling
		}

		remove_effect = {
			custom_effect_tooltip = BRG_cnt_minor_strength_increase
			custom_effect_tooltip = BRG_minor_smuggling_gain
			hidden_effect = {
				add_to_variable = { BRG_minor_smuggling_cost = 5 }
				add_to_variable = { BRG_major_smuggling_cost = 10 }
				set_temp_variable = { money_reserves_temp = 0.2 } 
				econ_money_reserves_change_raw_money = yes
				clr_country_flag = BRG_currently_smuggling
				set_country_flag = BRG_smuggled_to_cnt
				IBR = { country_event = BRG_kondor.4 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_minor_smuggling_fslp = {

		allowed = { tag = BRG }

		available = {
			NOT = { has_country_flag = BRG_currently_smuggling }
			has_equipment = { infantry_equipment > 749 }
			has_equipment = { support_equipment > 249 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = BRG_provide_the_fuel_flag
		}

		cost = BRG_minor_smuggling_cost

		fire_only_once = no

		days_remove = 7
		days_re_enable = 30

		complete_effect = {
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -750
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -250
			}
			subtract_from_variable = { BRG_supplies = 1 }
			set_country_flag = BRG_currently_smuggling
		}

		remove_effect = {
			custom_effect_tooltip = BRG_fslp_minor_strength_increase
			custom_effect_tooltip = BRG_minor_smuggling_gain

			hidden_effect = {
				add_to_variable = { BRG_minor_smuggling_cost = 5 }
				add_to_variable = { BRG_major_smuggling_cost = 10 }
				set_temp_variable = { money_reserves_temp = 0.2 } 
				econ_money_reserves_change_raw_money = yes
				clr_country_flag = BRG_currently_smuggling
				set_country_flag = BRG_smuggled_to_fslp
				IBR = { country_event = BRG_kondor.4 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_minor_smuggling_tba = {

		allowed = { tag = BRG }

		available = {
			NOT = { has_country_flag = BRG_currently_smuggling }
			has_equipment = { infantry_equipment > 749 }
			has_equipment = { support_equipment > 249 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = BRG_provide_the_fuel_flag
		}

		cost = BRG_minor_smuggling_cost

		fire_only_once = no

		days_remove = 7
		days_re_enable = 30

		complete_effect = {
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -750
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -250
			}
			subtract_from_variable = { BRG_supplies = 1 }
			set_country_flag = BRG_currently_smuggling
		}

		remove_effect = {
			custom_effect_tooltip = BRG_tba_minor_strength_increase
			custom_effect_tooltip = BRG_minor_smuggling_gain
			hidden_effect = {
				add_to_variable = { BRG_minor_smuggling_cost = 5 }
				add_to_variable = { BRG_major_smuggling_cost = 10 }
				set_temp_variable = { money_reserves_temp = 0.2 } 
				econ_money_reserves_change_raw_money = yes
				clr_country_flag = BRG_currently_smuggling
				set_country_flag = BRG_smuggled_to_tba
				IBR = { country_event = BRG_kondor.4 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_minor_smuggling_eta = {

		allowed = { tag = BRG }

		available = {
			NOT = { has_country_flag = BRG_currently_smuggling }
			has_equipment = { infantry_equipment > 749 }
			has_equipment = { support_equipment > 249 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = BRG_provide_the_fuel_flag
		}

		cost = BRG_minor_smuggling_cost

		fire_only_once = no

		days_remove = 7
		days_re_enable = 30

		complete_effect = {
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -750
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -250
			}
			subtract_from_variable = { BRG_supplies = 1 }
			set_country_flag = BRG_currently_smuggling
		}

		remove_effect = {
			custom_effect_tooltip = BRG_eta_minor_strength_increase
			custom_effect_tooltip = BRG_minor_smuggling_gain
			hidden_effect = {
				add_to_variable = { BRG_minor_smuggling_cost = 5 }
				add_to_variable = { BRG_major_smuggling_cost = 10 }
				set_temp_variable = { money_reserves_temp = 0.2 } 
				econ_money_reserves_change_raw_money = yes
				clr_country_flag = BRG_currently_smuggling
				set_country_flag = BRG_smuggled_to_eta
				IBR = { country_event = BRG_kondor.4 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_major_smuggling_cnt = {

		allowed = { tag = BRG }

		available = {
			NOT = { has_country_flag = BRG_currently_smuggling }
			has_equipment = { infantry_equipment > 1249 }
			has_equipment = { support_equipment > 499 }
			has_equipment = { artillery_equipment > 299 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			has_country_flag = BRG_terrorism_is_a_racket_flag
		}

		cost = BRG_major_smuggling_cost

		fire_only_once = no

		days_remove = 14
		days_re_enable = 40

		complete_effect = {
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -1250
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -500
			}
			add_equipment_to_stockpile = {
				type = artillery_equipment
				amount = -300
			}
			subtract_from_variable = { BRG_supplies = 2 }
			set_country_flag = BRG_currently_smuggling
		}

		remove_effect = {
			custom_effect_tooltip = BRG_cnt_major_strength_increase
			custom_effect_tooltip = BRG_major_smuggling_gain
			hidden_effect = {
				add_to_variable = { BRG_minor_smuggling_cost = 5 }
				add_to_variable = { BRG_major_smuggling_cost = 10 }
				set_temp_variable = { money_reserves_temp = 0.5 } 
				econ_money_reserves_change_raw_money = yes
				clr_country_flag = BRG_currently_smuggling
				set_country_flag = BRG_smuggled_to_cnt
				IBR = { country_event = BRG_kondor.5 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_major_smuggling_fslp = {

		allowed = { tag = BRG }

		available = {
			NOT = { has_country_flag = BRG_currently_smuggling }
			has_equipment = { infantry_equipment > 1249 }
			has_equipment = { support_equipment > 499 }
			has_equipment = { artillery_equipment > 299 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			has_country_flag = BRG_terrorism_is_a_racket_flag
		}

		cost = BRG_major_smuggling_cost

		fire_only_once = no

		days_remove = 14
		days_re_enable = 40

		complete_effect = {
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -1250
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -500
			}
			add_equipment_to_stockpile = {
				type = artillery_equipment
				amount = -300
			}
			subtract_from_variable = { BRG_supplies = 2 }
			set_country_flag = BRG_currently_smuggling
		}

		remove_effect = {
			custom_effect_tooltip = BRG_fslp_major_strength_increase
			custom_effect_tooltip = BRG_major_smuggling_gain

			hidden_effect = {
				add_to_variable = { BRG_minor_smuggling_cost = 5 }
				add_to_variable = { BRG_major_smuggling_cost = 10 }
				set_temp_variable = { money_reserves_temp = 0.5 } 
				econ_money_reserves_change_raw_money = yes
				clr_country_flag = BRG_currently_smuggling
				set_country_flag = BRG_smuggled_to_fslp
				IBR = { country_event = BRG_kondor.5 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_major_smuggling_tba = {

		allowed = { tag = BRG }

		available = {
			NOT = { has_country_flag = BRG_currently_smuggling }
			has_equipment = { infantry_equipment > 1249 }
			has_equipment = { support_equipment > 499 }
			has_equipment = { artillery_equipment > 299 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			has_country_flag = BRG_terrorism_is_a_racket_flag
		}

		cost = BRG_major_smuggling_cost

		fire_only_once = no

		days_remove = 14
		days_re_enable = 40

		complete_effect = {
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -1250
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -500
			}
			add_equipment_to_stockpile = {
				type = artillery_equipment
				amount = -300
			}
			subtract_from_variable = { BRG_supplies = 2 }
			set_country_flag = BRG_currently_smuggling
		}

		remove_effect = {
			custom_effect_tooltip = BRG_tba_minor_strength_increase
			custom_effect_tooltip = BRG_major_smuggling_gain
			hidden_effect = {
				add_to_variable = { BRG_minor_smuggling_cost = 5 }
				add_to_variable = { BRG_major_smuggling_cost = 10 }
				set_temp_variable = { money_reserves_temp = 0.5 } 
				econ_money_reserves_change_raw_money = yes
				clr_country_flag = BRG_currently_smuggling
				set_country_flag = BRG_smuggled_to_tba
				IBR = { country_event = BRG_kondor.5 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_major_smuggling_eta = {

		allowed = { tag = BRG }

		available = {
			NOT = { has_country_flag = BRG_currently_smuggling }
			has_equipment = { infantry_equipment > 1249 }
			has_equipment = { support_equipment > 499 }
			has_equipment = { artillery_equipment > 299 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			has_country_flag = BRG_terrorism_is_a_racket_flag
		}

		cost = BRG_major_smuggling_cost

		fire_only_once = no

		days_remove = 14
		days_re_enable = 40

		complete_effect = {
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -1250
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -500
			}
			add_equipment_to_stockpile = {
				type = artillery_equipment
				amount = -300
			}
			subtract_from_variable = { BRG_supplies = 2 }
			set_country_flag = BRG_currently_smuggling
		}

		remove_effect = {
			custom_effect_tooltip = BRG_eta_major_strength_increase
			custom_effect_tooltip = BRG_major_smuggling_gain
			hidden_effect = {
				add_to_variable = { BRG_minor_smuggling_cost = 5 }
				add_to_variable = { BRG_major_smuggling_cost = 10 }
				set_temp_variable = { money_reserves_temp = 0.5 } 
				econ_money_reserves_change_raw_money = yes
				clr_country_flag = BRG_currently_smuggling
				set_country_flag = BRG_smuggled_to_eta
				IBR = { country_event = BRG_kondor.5 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_minor_activity_boost_cnt = {

		allowed = { tag = BRG }

		available = {
			NOT = { has_country_flag = BRG_currently_inciting }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = BRG_blowing_on_the_sparks_flag
		}

		cost = BRG_minor_inciting_cost

		fire_only_once = no

		days_remove = 7
		days_re_enable = 30

		complete_effect = {
			subtract_from_variable = { BRG_supplies = 1 }
			set_country_flag = BRG_currently_inciting
		}

		remove_effect = {
			custom_effect_tooltip = BRG_cnt_minor_inciting_increase
			custom_effect_tooltip = BRG_incitment_cost_increase
			hidden_effect = {
				add_to_variable = { BRG_minor_inciting_cost = 5 }
				add_to_variable = { BRG_major_inciting_cost = 10 }
				clr_country_flag = BRG_currently_inciting
				set_country_flag = BRG_incited_cnt
				IBR = { country_event = BRG_kondor.6 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_minor_activity_boost_fslp = {

		allowed = { tag = BRG }

		available = {
			NOT = { has_country_flag = BRG_currently_inciting }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = BRG_blowing_on_the_sparks_flag
		}

		cost = BRG_minor_inciting_cost

		fire_only_once = no

		days_remove = 7
		days_re_enable = 30

		complete_effect = {
			subtract_from_variable = { BRG_supplies = 1 }
			set_country_flag = BRG_currently_inciting
		}

		remove_effect = {
			custom_effect_tooltip = BRG_fslp_minor_inciting_increase
			custom_effect_tooltip = BRG_incitment_cost_increase

			hidden_effect = {
				add_to_variable = { BRG_minor_inciting_cost = 5 }
				add_to_variable = { BRG_major_inciting_cost = 10 }
				clr_country_flag = BRG_currently_inciting
				set_country_flag = BRG_incited_fslp
				IBR = { country_event = BRG_kondor.6 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_minor_activity_boost_tba = {

		allowed = { tag = BRG }

		available = {
			NOT = { has_country_flag = BRG_currently_inciting }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = BRG_blowing_on_the_sparks_flag
		}

		cost = BRG_minor_inciting_cost

		fire_only_once = no

		days_remove = 7
		days_re_enable = 30

		complete_effect = {
			subtract_from_variable = { BRG_supplies = 1 }
			set_country_flag = BRG_currently_inciting
		}

		remove_effect = {
			custom_effect_tooltip = BRG_tba_minor_inciting_increase
			custom_effect_tooltip = BRG_incitment_cost_increase
			hidden_effect = {
				add_to_variable = { BRG_minor_inciting_cost = 5 }
				add_to_variable = { BRG_major_inciting_cost = 10 }
				clr_country_flag = BRG_currently_inciting
				set_country_flag = BRG_incited_tba
				IBR = { country_event = BRG_kondor.6 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_minor_activity_boost_eta = {

		allowed = { tag = BRG }

		available = {
			NOT = { has_country_flag = BRG_currently_inciting }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = BRG_blowing_on_the_sparks_flag
		}

		cost = BRG_minor_inciting_cost

		fire_only_once = no

		days_remove = 7
		days_re_enable = 30

		complete_effect = {
			subtract_from_variable = { BRG_supplies = 1 }
			set_country_flag = BRG_currently_inciting
		}

		remove_effect = {
			custom_effect_tooltip = BRG_eta_minor_inciting_increase
			custom_effect_tooltip = BRG_incitment_cost_increase
			hidden_effect = {
				add_to_variable = { BRG_minor_inciting_cost = 5 }
				add_to_variable = { BRG_major_inciting_cost = 10 }
				clr_country_flag = BRG_currently_inciting
				set_country_flag = BRG_incited_eta
				IBR = { country_event = BRG_kondor.6 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_major_activity_boost_cnt = {

		allowed = { tag = BRG }

		available = {
			NOT = { has_country_flag = BRG_currently_inciting }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			has_country_flag = BRG_puppeting_the_terrorists_flag
		}

		cost = BRG_major_inciting_cost

		fire_only_once = no

		days_remove = 14
		days_re_enable = 40

		complete_effect = {
			subtract_from_variable = { BRG_supplies = 2 }
			set_country_flag = BRG_currently_inciting
		}

		remove_effect = {
			custom_effect_tooltip = BRG_cnt_major_inciting_increase
			custom_effect_tooltip = BRG_incitment_cost_increase
			hidden_effect = {
				add_to_variable = { BRG_minor_inciting_cost = 5 }
				add_to_variable = { BRG_major_inciting_cost = 10 }
				clr_country_flag = BRG_currently_inciting
				set_country_flag = BRG_incited_cnt
				IBR = { country_event = BRG_kondor.7 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_major_activity_boost_fslp = {

		allowed = { tag = BRG }

		available = {
			NOT = { has_country_flag = BRG_currently_inciting }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			has_country_flag = BRG_puppeting_the_terrorists_flag
		}

		cost = BRG_major_inciting_cost

		fire_only_once = no

		days_remove = 14
		days_re_enable = 40

		complete_effect = {
			subtract_from_variable = { BRG_supplies = 2 }
			set_country_flag = BRG_currently_inciting
		}

		remove_effect = {
			custom_effect_tooltip = BRG_fslp_major_inciting_increase
			custom_effect_tooltip = BRG_incitment_cost_increase

			hidden_effect = {
				add_to_variable = { BRG_minor_inciting_cost = 5 }
				add_to_variable = { BRG_major_inciting_cost = 10 }
				clr_country_flag = BRG_currently_inciting
				set_country_flag = BRG_incited_fslp
				IBR = { country_event = BRG_kondor.7 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_major_activity_boost_tba = {

		allowed = { tag = BRG }

		available = {
			NOT = { has_country_flag = BRG_currently_inciting }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			has_country_flag = BRG_puppeting_the_terrorists_flag
		}

		cost = BRG_major_inciting_cost

		fire_only_once = no

		days_remove = 14
		days_re_enable = 40

		complete_effect = {
			subtract_from_variable = { BRG_supplies = 2 }
			set_country_flag = BRG_currently_inciting
		}

		remove_effect = {
			custom_effect_tooltip = BRG_tba_minor_inciting_increase
			custom_effect_tooltip = BRG_incitment_cost_increase
			hidden_effect = {
				add_to_variable = { BRG_minor_inciting_cost = 5 }
				add_to_variable = { BRG_major_inciting_cost = 10 }
				clr_country_flag = BRG_currently_inciting
				set_country_flag = BRG_incited_tba
				IBR = { country_event = BRG_kondor.7 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_major_activity_boost_eta = {

		allowed = { tag = BRG }

		available = {
			NOT = { has_country_flag = BRG_currently_inciting }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			has_country_flag = BRG_puppeting_the_terrorists_flag
		}

		cost = BRG_major_inciting_cost

		fire_only_once = no

		days_remove = 14
		days_re_enable = 40

		complete_effect = {
			subtract_from_variable = { BRG_supplies = 2 }
			set_country_flag = BRG_currently_inciting
		}

		remove_effect = {
			custom_effect_tooltip = BRG_eta_major_inciting_increase
			custom_effect_tooltip = BRG_incitment_cost_increase
			hidden_effect = {
				add_to_variable = { BRG_minor_inciting_cost = 5 }
				add_to_variable = { BRG_major_inciting_cost = 10 }
				clr_country_flag = BRG_currently_inciting
				set_country_flag = BRG_incited_eta
				IBR = { country_event = BRG_kondor.7 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_kondor_ignite_the_powder_keg_decision = {

		allowed = { tag = BRG }

		available = {
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_3_supply
				check_variable = { BRG_supplies > 2 }
			}
			has_equipment = { infantry_equipment > 499  }
			has_equipment = { support_equipment > 124  }
			has_equipment = { artillery_equipment > 24  }
		}

		visible = {
			has_country_flag = BRG_ignite_the_powder_keg_flag
		}

		cost = 75

		fire_only_once = yes
		days_remove = 30
		complete_effect = {
			subtract_from_variable = { BRG_supplies = 3 }
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -500
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -125
			}
			add_equipment_to_stockpile = {
				type = artillery_equipment
				amount = -25
			}
		}
		remove_effect = {
			custom_effect_tooltip = BRG_false_flag_benefit
			hidden_effect = {
				IBR = { country_event = { id = BRG_kondor.8 } }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_tba_support = {

		allowed = { tag = BRG }

		available = {
			country_exists = TBA
			has_equipment = { infantry_equipment > 1499 }
			has_equipment = { support_equipment > 499 }
			has_equipment = { artillery_equipment > 249 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = BRG_useful_fools_flag
		}

		cost = 30

		fire_only_once = no

		days_remove = 7
		days_re_enable = 30

		complete_effect = {
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -1500
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -500
			}
			add_equipment_to_stockpile = {
				type = artillery_equipment
				amount = -250
			}
			subtract_from_variable = { BRG_supplies = 1 }
			add_to_variable = { BRG_kondor_invested_supplies_phase_3 = 1 }
		}

		remove_effect = { 
			TBA = {
				random_list = {
					33 = {
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 1500
							producer = GER
						 }
						add_equipment_to_stockpile = {
							type = support_equipment
							amount = 500
							producer = GER
						}
						add_equipment_to_stockpile = {
							type = artillery_equipment
							amount = 250
							producer = GER
						}
					}
					33 = {
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 1500
							producer = USA
						 }
						add_equipment_to_stockpile = {
							type = support_equipment
							amount = 500
							producer = USA
						}
						add_equipment_to_stockpile = {
							type = artillery_equipment
							amount = 250
							producer = USA
						}
					}
					33 = {
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 1500
							producer = ITA
						 }
						add_equipment_to_stockpile = {
							type = support_equipment
							amount = 500
							producer = ITA
						}
						add_equipment_to_stockpile = {
							type = artillery_equipment
							amount = 250
							producer = ITA
						}
					}
				}
			} 
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_splitter_support = {
		allowed = { tag = BRG }

		targets = { GAL ADL CTL BSQ }
		target_trigger = { FROM = { has_war = yes } }

		available = {
			country_exists = FROM
			has_equipment = { infantry_equipment > 1499 }
			has_equipment = { support_equipment > 499 }
			has_equipment = { artillery_equipment > 249 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = BRG_aid_the_splitters_flag
		}

		cost = 30

		fire_only_once = no

		days_remove = 7
		days_re_enable = 30

		complete_effect = {
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -1500
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -500
			}
			add_equipment_to_stockpile = {
				type = artillery_equipment
				amount = -250
			}
			subtract_from_variable = { BRG_supplies = 1 }
			add_to_variable = { BRG_kondor_invested_supplies_phase_3 = 1 }
		}

		remove_effect = { 
			FROM = { 
				random_list = {
					33 = {
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 1500
							producer = GER
						 }
						add_equipment_to_stockpile = {
							type = support_equipment
							amount = 500
							producer = GER
						}
						add_equipment_to_stockpile = {
							type = artillery_equipment
							amount = 250
							producer = GER
						}
					}
					33 = {
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 1500
							producer = USA
						 }
						add_equipment_to_stockpile = {
							type = support_equipment
							amount = 500
							producer = USA
						}
						add_equipment_to_stockpile = {
							type = artillery_equipment
							amount = 250
							producer = USA
						}
					}
					33 = {
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 1500
							producer = ITA
						 }
						add_equipment_to_stockpile = {
							type = support_equipment
							amount = 500
							producer = ITA
						}
						add_equipment_to_stockpile = {
							type = artillery_equipment
							amount = 250
							producer = ITA
						}
					}
				}
			 }
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_support_successors = {

		allowed = { tag = BRG }

		targets = { FZL SPR FSR GNS }
		target_trigger = { FROM = { has_war = yes } }

		available = {
			has_equipment = { infantry_equipment > 2499 }
			has_equipment = { support_equipment > 1249 }
			has_equipment = { artillery_equipment > 499 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			has_country_flag = BRG_support_successors_flag
		}

		cost = 45

		fire_only_once = no

		days_remove = 7
		days_re_enable = 30

		complete_effect = {
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -2500
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -1250
			}
			add_equipment_to_stockpile = {
				type = artillery_equipment
				amount = -500
			}
			subtract_from_variable = { BRG_supplies = 2 }
			add_to_variable = { BRG_kondor_invested_supplies_phase_3 = 2 }
		}

		remove_effect = { 
			FROM = { 
				random_list = {
					33 = {
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 2500
							producer = GER
						 }
						add_equipment_to_stockpile = {
							type = support_equipment
							amount = 1250
							producer = GER
						}
						add_equipment_to_stockpile = {
							type = artillery_equipment
							amount = 500
							producer = GER
						}
					}
					33 = {
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 2500
							producer = USA
						 }
						add_equipment_to_stockpile = {
							type = support_equipment
							amount = 1250
							producer = USA
						}
						add_equipment_to_stockpile = {
							type = artillery_equipment
							amount = 500
							producer = USA
						}
					}
					33 = {
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 2500
							producer = ITA
						 }
						add_equipment_to_stockpile = {
							type = support_equipment
							amount = 1250
							producer = ITA
						}
						add_equipment_to_stockpile = {
							type = artillery_equipment
							amount = 500
							producer = ITA
						}
					}
				}
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_tba_money_extraction = {
		allowed = { always = no }
		available = { NOT = { country_exists = TBA } }
		is_good = yes
		days_mission_timeout = 30
		timeout_effect = {
			custom_effect_tooltip = BRG_tba_gains
			set_temp_variable = { money_reserves_temp = 0.1 } 
			econ_money_reserves_change_raw_money = yes
			activate_mission = BRG_tba_money_extraction
		}
	}

	BRG_kondor_fuck_with_dam = {

		allowed = { tag = BRG }

		available = {
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = BRG_exploit_spanish_arrogance_flag
		}

		cost = 60

		fire_only_once = no

		days_remove = 21

		complete_effect = {
			subtract_from_variable = { BRG_supplies = 1 }
		}

		remove_effect = { IBR = { country_event = { id = BRG_kondor.21 } } }

		ai_will_do = {
			factor = 50
		}
	}

	BRG_kondor_morocco_incident = {

		allowed = { tag = BRG }

		available = {
			has_equipment = { infantry_equipment > 1249 }
			has_equipment = { support_equipment > 499 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			has_country_flag = BRG_globalplan_kondor_morocco_aflame_flag
		}

		cost = 30

		fire_only_once = yes

		days_remove = 21

		complete_effect = {
			custom_effect_tooltip = BRG_morocco_cost
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -1250
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -500
			}
			subtract_from_variable = { BRG_supplies = 2 }
			set_temp_variable = { temp_econ_spending_amount = 0.2 } 
			econ_spend_money_once_effect_raw_money = yes
		}

		remove_effect = { IBR = { country_event = { id = BRG_kondor.22 } } }

		ai_will_do = {
			factor = 50
		}
	}

	BRG_kondor_skeletons_incident = {

		allowed = { tag = BRG }

		available = {
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = BRG_skeletons_in_the_closet_flag
		}

		cost = 75

		fire_only_once = yes

		days_remove = 21

		complete_effect = {
			custom_effect_tooltip = BRG_skeletons_closet_cost
			subtract_from_variable = { BRG_supplies = 1 }
			set_temp_variable = { temp_econ_spending_amount = 0.1 } 
			econ_spend_money_once_effect_raw_money = yes
		}

		remove_effect = { IBR = { country_event = { id = BRG_kondor.23 } } }

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_bribe_salazar_support_bussiness = {

		allowed = { tag = BRG }

		available = {
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = BRG_weaponize_portuguese_idiocy_flag
			NOT = { has_country_flag = BRG_currently_bribing }
		}

		cost = 50

		fire_only_once = no

		days_remove = 28
		days_re_enable = 60

		complete_effect = {
			custom_effect_tooltip = IBR_improve_salazar_businessmen_tt
			custom_effect_tooltip = BRG_bribe_cost
			subtract_from_variable = { BRG_supplies = 1 }
			set_temp_variable = { temp_econ_spending_amount = 0.1 } 
			econ_spend_money_once_effect_raw_money = yes
			set_country_flag = BRG_currently_bribing
		}

		remove_effect = {
			IBR = {
				set_country_flag = BRG_bribing_business
				country_event = { id = BRG_kondor.23 }
			}
			clr_country_flag = BRG_currently_bribing
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_bribe_salazar_support_regionals = {

		allowed = { tag = BRG }

		available = {
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = BRG_weaponize_portuguese_idiocy_flag
			NOT = { has_country_flag = BRG_currently_bribing }
		}

		cost = 50

		fire_only_once = no

		days_remove = 28
		days_re_enable = 60

		complete_effect = {
			custom_effect_tooltip = IBR_improve_salazar_regional_tt
			custom_effect_tooltip = BRG_bribe_cost
			subtract_from_variable = { BRG_supplies = 1 }
			set_temp_variable = { temp_econ_spending_amount = 0.1 } 
			econ_spend_money_once_effect_raw_money = yes
			set_country_flag = BRG_currently_bribing
		}

		remove_effect = {
			IBR = {
				set_country_flag = BRG_bribing_regionals
				country_event = { id = BRG_kondor.23 }
			}
			clr_country_flag = BRG_currently_bribing
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_smuggle_algeria = {
		allowed = { tag = BRG }

		available = {
			has_equipment = { infantry_equipment > 999 }
			has_equipment = { support_equipment > 399 }
			has_equipment = { artillery_equipment > 199 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = BRG_algerian_opportunities_flag
		}

		cost = 25

		fire_only_once = no

		days_remove = 28
		days_re_enable = 60

		complete_effect = {
			subtract_from_variable = { BRG_supplies = 1 }
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -1000
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -400
			}
			add_equipment_to_stockpile = {
				type = artillery_equipment
				amount = -200
			}
		}

		remove_effect = {
			custom_effect_tooltip = BRG_smuggle_algeria_gain
			set_temp_variable = { money_reserves_temp = 0.15 } 
			econ_money_reserves_change_raw_money = yes
			hidden_effect = {
				SLG = {
					random_list = {
						50 = {
							add_equipment_to_stockpile = {
								type = infantry_equipment
								amount = 1000
								producer = GER
							}
							add_equipment_to_stockpile = {
								type = support_equipment
								amount = 400
								producer = GER
							}
							add_equipment_to_stockpile = {
								type = artillery_equipment
								amount = 200
								producer = GER
							}
						}
						50 = {
							add_equipment_to_stockpile = {
								type = infantry_equipment
								amount = 1000
								producer = USA
							}
							add_equipment_to_stockpile = {
								type = support_equipment
								amount = 400
								producer = USA
							}
							add_equipment_to_stockpile = {
								type = artillery_equipment
								amount = 200
								producer = USA
							}
						}
					}
				}
			}
		}
		ai_will_do = {
			factor = 50
		}
	}
	BRG_kondor_false_flag_about_algeria = {

		allowed = { tag = BRG }

		available = {
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
			NOT = {
				country_exists = SLG
				country_exists = ILG
			}
		}

		visible = {
			has_country_flag = BRG_light_the_spark_flag
		}

		cost = 45

		fire_only_once = yes

		days_remove = 28

		remove_effect = {
			IBR = {
				country_event = { id = BRG_kondor.25 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

    ## ADLER ##
    BRG_adler_grow_connections = {

		icon = decision_generic_phone_call
		available = {
			tag = BRG
		}
		visible = {
			BRG_GP_Adler_active = yes
		}
		days_re_enable = 0
		days_remove = 30

		complete_effect = {

		}

		custom_cost_text = GP_supply_cost_1

		remove_effect = {
			add_to_variable = { BRG_supplies = 1 }
			custom_effect_tooltip = BRG_what_is_left.tt
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.05
		}
	}

	BRG_adler_harm_speer_1 = {

		icon = GFX_decision_generic_political_discourse

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		days_re_enable = 30
		days_remove = 15

		visible = {
			has_completed_focus = BRG_stable_no_more
		}
		complete_effect = {
			subtract_from_variable = { BRG_supplies = 1 }
		}

		remove_effect = {
			GER = { decrease_regime_stab_small = yes }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_adler_harm_speer_2 = {

		icon = GFX_decision_generic_political_discourse

		visible = {
			has_completed_focus = BRG_stable_no_more
		}

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}
		days_re_enable = 30
		days_remove = 15
		complete_effect = {
			subtract_from_variable = { BRG_supplies = 2 }
		}

		remove_effect = {
			GER = { decrease_regime_stab_med = yes }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_target_rnd_descision = {

		icon = GFX_decision_generic_political_discourse

		visible = {
			has_completed_focus = BRG_target_rnd
		}

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}
		days_re_enable = 30
		days_remove = 30
		complete_effect = {
			subtract_from_variable = { BRG_supplies = 1 }
		}

		remove_effect = {
			custom_effect_tooltip = BRG_target_rnd_descision.tt
			GER = { subtract_from_variable = { RND_training_lvl = 7 } }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_adler_polarize_the_climate_1 = {

		icon = decision_generic_propaganda

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		days_re_enable = 30
		days_remove = 15
		complete_effect = {
			subtract_from_variable = { BRG_supplies = 1 }
		}

		visible = {
			has_completed_focus = BRG_polarize_the_climate
		}

		remove_effect = {
			GER = { increase_conservative_leaning_small = yes }
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.1
		}
	}

	BRG_adler_polarize_the_climate_2 = {

		icon = decision_generic_propaganda

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}
		days_re_enable = 30
		days_remove = 30
		complete_effect = {
			subtract_from_variable = { BRG_supplies = 2 }
		}

		visible = {
			has_completed_focus = BRG_polarize_the_climate
		}

		remove_effect = {
			GER = { increase_conservative_leaning_medium = yes }
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.1
		}
	}

	BRG_adler_polarize_the_climate_3 = {

		icon = GFX_decision_revolt

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_4_supply
				check_variable = { BRG_supplies > 3 }
			}
		}
		fire_only_once = yes
		days_remove = 30
		complete_effect = {
			subtract_from_variable = { BRG_supplies = 4 }
		}

		visible = {
			has_completed_focus = BRG_polarize_the_climate
		}

		remove_effect = {
			GER = { increase_conservative_leaning_large = yes }
		}

		ai_will_do = {
			factor = 50
		}

	}

	#slave revolt
	BRG_adler_help_schorner_1 = {

		icon = GFX_decision_generic_political_discourse

		visible = {
			has_completed_focus = BRG_load_schroners_die
		}
		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}
		days_re_enable = 30
		days_remove = 19
		complete_effect = {
			subtract_from_variable = { BRG_supplies = 2 }
		}

		remove_effect = {
			custom_effect_tooltip = BRG_help_schroner_2
			GER = { subtract_from_variable = { SGR_escalation_preparedness_var = 7} }
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.1
		}
	}

	BRG_adler_help_schorner_2 = {

		icon = GFX_decision_generic_political_discourse
		visible = {
			has_completed_focus = BRG_load_schroners_die
		}
		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_4_supply
				check_variable = { BRG_supplies > 3 }
			}
		}
		days_re_enable = 35
		days_remove = 24
		complete_effect = {
			subtract_from_variable = { BRG_supplies = 4 }
		}

		remove_effect = {
			GER = { subtract_from_variable = { SGR_escalation_preparedness_var = 15 } }
			custom_effect_tooltip = BRG_help_schroner_2
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.1
		}
	}

	BRG_adler_at_any_cost_1 = {

		icon = GFX_decision_category_generic_political_actions

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}
		visible = {
			has_completed_focus = BRG_whatever_it_takes
		}

		days_re_enable = 35
		days_remove = 24
		complete_effect = {
			TNO_worsen_academic_base_low = yes
		}

		remove_effect = {
			GER = { decrease_regime_stab_med = yes }
		}

		ai_will_do = {
			factor = 50
		}

	}
	BRG_adler_at_any_cost_2 = {

		icon = GFX_decision_mega_farm

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_completed_focus = BRG_whatever_it_takes
		}

		days_re_enable = 12
		days_remove = 24
		complete_effect = {
			TNO_worsen_agriculture_low = yes
		}

		remove_effect = {
			GER = { decrease_regime_stab_small = yes }
		}

		ai_will_do = {
			factor = 50
		}
	}

	######GOERING SHIT#######

	####idea
	#2 militarist opinion hurts
	#2 militarist influence hurts
	#2 power hurts
	#GER_Militarist_Loyalty, GER_Militarist_Influence, GER_Militarist_Power
	#several exchanges + combos (influence + opinion for socdev or himmler loyalty
	BRG_hurt_loyalty = {

		icon = GFX_decision_generic_political_discourse

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_completed_focus = BRG_the_militarist
		}

		days_re_enable = 12
		days_remove = 15

		remove_effect = {
			GER = { subtract_from_variable = { GER_Militarist_Loyalty = -5 } }
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.02
		}
	}

	BRG_hurt_loyalty_2 = {

		icon = GFX_decision_generic_political_discourse

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_completed_focus = BRG_goodbye_goering
		}

		days_re_enable = 12
		days_remove = 24
		complete_effect = {
			subtract_from_variable = { BRG_supplies = 1}
			custom_effect_tooltip = BRG_HIMMLER_LOWERED_5
			hidden_effect = {
				every_owned_state = {
					subtract_from_variable = { HimmlerSupport = 5 }
				}
			}
		}

		remove_effect = {
			GER = {
				#MECHANIC REMOVED GGR_decrease_militarist_loyalty_small = yes
				add_war_support = -0.04
			}
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.08
		}
	}

	BRG_hurt_influence_1 = {

		icon = decision_generic_military_parade

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_completed_focus = BRG_the_militarist
		}

		days_re_enable = 12
		days_remove = 24

		remove_effect = {
			#MECHANIC REMOVED GER = { GGR_increase_militarist_influence_small = yes }
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.05
		}
	}

	BRG_hurt_influence_2 = {

		icon = decision_generic_military_parade

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_completed_focus = BRG_focus_on_weakspots
		}

		days_re_enable = 12
		days_remove = 24
		complete_effect = {
			TNO_worsen_army_professionalism_low = yes
		}

		remove_effect = {
			#MECHANIC REMOVED GER = { GGR_increase_militarist_influence = yes }
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.05
		}
	}

	BRG_hurt_power_1 = {

		icon = decision_generic_assault

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_completed_focus = BRG_goodbye_goering
		}

		days_re_enable = 12
		days_remove = 24


		remove_effect = {
			#MECHANIC REMOVED GER = { GGR_decrease_militarist_influence_small = yes }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_hurt_power_2 = {

		icon = decision_generic_assault

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			has_completed_focus = BRG_cut_the_strings
		}

		days_re_enable = 12
		days_remove = 24

		complete_effect = {
			subtract_from_variable = { BRG_supplies = 1}
			add_stability = -0.02
		}
		remove_effect = {
			GER = {
				#MECHANIC REMOVED GGR_increase_militarist_power = yes
				add_stability = -0.02
			}
		}
	}

	BRG_prepare_attack_on_goering = {

		icon = GFX_decision_mega_farm

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			OR = {
				AND = {
					has_completed_focus = BRG_failure_for_their_friends
					NOT = {
						OR = {
							has_country_flag = BRG_hurt_goering_wpa
							has_country_flag = BRG_hurt_goering_wpb
							has_country_flag = BRG_hurt_goering_wpc
						}
					}
				}
				AND = {
					has_completed_focus = BRG_another_road_block
					has_country_flag = BRG_hurt_goering_wpa
					NOT = {
						OR = {
							has_country_flag = BRG_hurt_goering_wpb
							has_country_flag = BRG_hurt_goering_wpc
						}
					}
				}
				AND = {
					has_completed_focus = BRG_prepare_for_our_turn
					has_country_flag = BRG_hurt_goering_wpa
					has_country_flag = BRG_hurt_goering_wpb
					NOT = { has_country_flag = BRG_hurt_goering_wpc }
				}
			}
		}

		days_re_enable = 12

		complete_effect = {
			subtract_from_variable = { BRG_supplies = 1}
			custom_effect_tooltip = BRG_adler_prepare_invasion
			if = {
				limit = {
					NOT = {
						OR = {
							has_country_flag = BRG_hurt_goering_wpa
							has_country_flag = BRG_hurt_goering_wpb
							has_country_flag = BRG_hurt_goering_wpc
						}
					}
				}
				set_country_flag = BRG_hurt_goering_wpa
			}

			if = {
				limit = {
					has_country_flag = BRG_hurt_goering_wpa
					NOT = {
						OR = {
							has_country_flag = BRG_hurt_goering_wpb
							has_country_flag = BRG_hurt_goering_wpc
						}
					}
				}
				set_country_flag = BRG_hurt_goering_wpb
			}

			if = {
				limit = {
					has_country_flag = BRG_hurt_goering_wpa
					has_country_flag = BRG_hurt_goering_wpb
					NOT = { has_country_flag = BRG_hurt_goering_wpc }
				}
				set_country_flag = BRG_hurt_goering_wpc
			}
			set_country_flag = BRG_himmlers_hurting_goering_0
			set_country_flag = BRG_himmlers_hurting_goering_1
			set_country_flag = BRG_himmlers_hurting_goering_2
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_work_with_loose_ends = {

		icon = GFX_decision_mega_farm

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = BRG_himmlers_hurting_goering_1
		}

		days_re_enable = 0
		days_remove = 12


		remove_effect = {
			clr_country_flag = BRG_himmlers_hurting_goering_1
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.01
		}
	}
	BRG_disinfo = {

		icon = GFX_decision_mega_farm

		visible = {
			has_country_flag = BRG_himmlers_hurting_goering_2
		}

		days_re_enable = 12
		days_remove = 7

		remove_effect = {
			clr_country_flag = BRG_himmlers_hurting_goering_2
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_do_attack_on_goering = {

		icon = GFX_decision_mega_farm

		visible = {
			has_country_flag = BRG_himmlers_hurting_goering_0
			NOT = { has_country_flag = BRG_himmlers_hurting_goering_1 }
			NOT = { has_country_flag = BRG_himmlers_hurting_goering_2 }
		}

		days_re_enable = 12

		complete_effect = {
			subtract_from_variable = { BRG_supplies = 1}
			clr_country_flag = BRG_idea_sabotaged_intelligence
			#hidden_effect = { GER = { country_event = { id = BRG_adler.10 } } }
			GER = {
				add_timed_idea = {
					idea = GGR_Army_Dragging_Feet
					days = 365
				}
				add_war_support = -0.1
				add_stability = -0.05
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_help_goering_enemies = {

		icon = GFX_decision_mega_farm

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}
		visible = {
			OR = {
				AND = {
					has_completed_focus = BRG_equipment_to_their_enemies
					NOT = {
						OR = {
							has_country_flag = BRG_help_enemies_wpa
							has_country_flag = BRG_help_enemies_wpb
							has_country_flag = BRG_help_enemies_wpc
						}
					}
				}
				AND = {
					has_completed_focus = BRG_another_shots
					has_country_flag = BRG_hurt_goering_wpa
					NOT = {
						OR = {
							has_country_flag = BRG_help_enemies_wpb
							has_country_flag = BRG_help_enemies_wpc
						}
					}
				}
				AND = {
					has_completed_focus = BRG_prepare_for_our_turn
					has_country_flag = BRG_help_enemies_wpa
					has_country_flag = BRG_help_enemies_wpb
					NOT = { has_country_flag = BRG_help_enemies_wpc }
				}
			}
		}

		days_re_enable = 12

		complete_effect = {
			custom_effect_tooltip = BRG_adler_prepare_invasion
			subtract_from_variable = { BRG_supplies = 1 }
			if = {
				limit = {
					NOT = {
						OR = {
							has_country_flag = BRG_help_enemies_wpa
							has_country_flag = BRG_help_enemies_wpb
							has_country_flag = BRG_help_enemies_wpc
						}
					}
				}
				set_country_flag = BRG_hurt_goering_wpa
			}

			if = {
				limit = {
					has_country_flag = BRG_hurt_goering_wpa
					NOT = {
						OR = {
							has_country_flag = BRG_help_enemies_wpb
							has_country_flag = BRG_help_enemies_wpc
						}
					}
				}
				set_country_flag = BRG_help_enemies_wpb
			}

			if = {
				limit = {
					has_country_flag = BRG_help_enemies_wpa
					has_country_flag = BRG_help_enemies_wpb
					NOT = { has_country_flag = BRG_help_enemies_wpc }
				}
				set_country_flag = BRG_hurt_goering_wpc
			}
			set_country_flag = BRG_himmlers_helping_baddies_0
			set_country_flag = BRG_himmlers_helping_baddies_1
			set_country_flag = BRG_himmlers_helping_baddies_2
		}

		ai_will_do = {
			factor = 50
		}

	}

	BRG_gather_supplies = {

		icon = GFX_decision_mega_farm

		available = {
			tag = BRG

		}
		custom_cost_trigger = {
			has_equipment = {infantry_equipment > 999}
		}
		visible = {
			has_country_flag = BRG_himmlers_helping_baddies_1
		}
		custom_cost_text = BRG_Cost_Weapon_100

		days_remove = 10


		remove_effect = {
			clr_country_flag = BRG_himmlers_helping_baddies_1
			hidden_effect = {
				ZZZ = {
					add_equipment_to_stockpile = {
						type = infantry_equipment
						amount = 1000
						producer = BRG
					}
				}
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_gather_money = {

		icon = GFX_decision_mega_farm

		visible = {
			has_country_flag = BRG_himmlers_helping_baddies_2
		}

		available = {
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		days_re_enable = 12
		days_remove = 5

		complete_effect = {
			subtract_from_variable = { BRG_supplies = 1 }
		}

		remove_effect = {
			clr_country_flag = BRG_himmlers_helping_baddies_2
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_where_we_dropping_boys = {

		icon = GFX_decision_mega_farm

		visible = {
			has_country_flag = BRG_himmlers_helping_baddies_0
			NOT = {
				has_country_flag = BRG_himmlers_helping_baddies_2
				has_country_flag = BRG_himmlers_helping_baddies_1
			}
		}

		complete_effect = {
			#hidden_effect = { GER = { country_event = { id = BRG_adler.9 } } }
			clr_country_flag = BRG_himmlers_helping_baddies_2
			event_target:GGR_defender = {
				add_equipment_to_stockpile = {
					type = infantry_equipment
					amount = 5000
				}
				custom_effect_tooltip = econ_increase_money_reserves
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	
	#boring man tree AHHHHHHHH 3 days until release
	BRG_within_the_party_power_less_loyal = {

		icon = GFX_decision_mega_farm
		
		available = {
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}
		
		visible = {
			has_completed_focus = BRG_slow_down_abolition
		}

		remove_effect = {
			custom_effect_tooltip = BRG_within_the_party_power_less_loyal_tt
			GER = {
				
				set_variable = { BOR_SIG_AP_i = 0 }
				set_variable = { BOR_SIG_AL_fi = 0 }
				set_variable = { BOR_SIG_AP_v = -3 }
				BOR_SIG_AddLoyalty = yes
				
				set_variable = { BOR_SIG_AP_i = 0 }
				set_variable = { BOR_SIG_AL_fi = 1 }
				set_variable = { BOR_SIG_AP_v = 3 }
				BOR_SIG_AddLoyalty = yes
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	
	BRG_within_the_party_power = {

		icon = GFX_decision_mega_farm

		visible = {
			has_completed_focus = BRG_slow_down_abolition
		}
		
		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}
		
		remove_effect = {
			custom_effect_tooltip = BRG_within_the_party_power_tt
			GER = {
				set_variable = { BOR_SIG_AP_i = 0 }
				set_variable = { BOR_SIG_AP_v = 3 }
				BOR_SIG_AddPower = yes
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	
	BRG_industry_less_loyal = {

		icon = GFX_decision_mega_farm
		
		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}
		
		visible = {
			has_completed_focus = BRG_secure_his_control
		}

		remove_effect = {
			custom_effect_tooltip = BRG_industry_less_loyal_tt
				GER = {
				set_variable = { BOR_SIG_AP_i = 7 }
				set_variable = { BOR_SIG_AL_fi = 0 }
				set_variable = { BOR_SIG_AP_v = -3 }
				BOR_SIG_AddLoyalty = yes
				
				set_variable = { BOR_SIG_AP_i = 7 }
				set_variable = { BOR_SIG_AL_fi = 1 }
				set_variable = { BOR_SIG_AP_v = 3 }
				BOR_SIG_AddLoyalty = yes
				}
			}

		ai_will_do = {
			factor = 50
		}
	}
	
	BRG_industry_change_power = {

		icon = GFX_decision_mega_farm
		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}
		
		visible = {
			has_completed_focus = BRG_secure_his_control
		}

		remove_effect = {
			custom_effect_tooltip = BRG_industry_change_power_tt
			GER = {
				set_variable = { BOR_SIG_AP_i = 7 }
				set_variable = { BOR_SIG_AP_v = 3 }
				BOR_SIG_AddPower = yes
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	
	BRG_industry_make_banks_more_loyal = {

		icon = GFX_decision_mega_farm
		
		visible = {
			has_completed_focus = BRG_secure_his_control
		}
		
		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_3_supply
				check_variable = { BRG_supplies > 2 }
			}
		}
		
		visible = {

		}

		remove_effect = {
			custom_effect_tooltip = BRG_industry_make_banks_more_loyal_tt
			GER = {
				set_variable = { BOR_SIG_AP_i = 11 }
				set_variable = { BOR_SIG_AL_fi = 0 }
				set_variable = { BOR_SIG_AP_v = -3 }
				BOR_SIG_AddLoyalty = yes
				
				set_variable = { BOR_SIG_AP_i = 11 }
				set_variable = { BOR_SIG_AL_fi = 1 }
				set_variable = { BOR_SIG_AP_v = 3 }
				BOR_SIG_AddLoyalty = yes
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	
	BRG_embezzle_from_boringman = {

		icon = GFX_decision_mega_farm
		
		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}
		
		visible = {
			has_completed_focus = BRG_reap_what_we_sow
		}
		fire_only_once = yes
		remove_effect = {
			custom_effect_tooltip = BRG_embezzle_from_boringman_tt
			GER = { 
				add_to_variable = { misc_costs = 95 }
			}
			BRG = {
				add_to_variable = { misc_income = 95 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	
	BRG_steal_info = {

		icon = GFX_decision_mega_farm
		
		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}
		
		visible = {
			has_completed_focus = BRG_reap_what_we_sow
		}
		fire_only_once = yes
		remove_effect = {
			custom_effect_tooltip = BRG_steal_info_tt
			add_to_variable = { BRG_supplies = 3 }
		}

		ai_will_do = {
			factor = 50
		}
	}
	
	BRG_steal_info_propaganda_back_home = {

		icon = GFX_decision_mega_farm
		
		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}
		
		visible = {
			has_completed_focus = BRG_reap_what_we_sow
		}
		fire_only_once = yes
		remove_effect = {
			
			every_owned_state = {
				custom_effect_tooltip = BRG_steal_info_propaganda_back_home_tt
				add_to_variable = { HimmlerSupport = 10 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

    ## BAR ##
    

	##############################################################
	#########
	######### PHASE 2
	#########
	###############################################################

	BRG_bar_helping_Vyatka_Economics = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				country_exists = WSR
				country_exists = VYT
				has_country_flag = BRG_Bar_Two_More_VYT_Support_Econ_flag
			}
		}

		days_re_enable = 45
		days_remove = 15

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Helping_VYT_Economics
		}

		remove_effect = {
			VYT = {
				subtract_from_variable = { national_debt = 100 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_helping_Vyatka_SocDev = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				country_exists = WSR
				country_exists = VYT
				has_country_flag = BRG_Bar_Two_More_VYT_Support_Econ_flag
			}
		}

		days_re_enable = 45
		days_remove = 15

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Helping_VYT_SocDev
		}

		remove_effect = {
			VYT = {
				TNO_improve_academic_base_low = yes
				TNO_improve_industrial_equipment_low = yes
				TNO_improve_industrial_expertise_low = yes
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_helping_Vyatka_War_Support = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				country_exists = WSR
				country_exists = VYT
				has_country_flag = BRG_Bar_Two_More_VYT_Support_Guns_flag
			}
		}

		days_re_enable = 60
		days_remove = 25

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Helping_VYT_Gov
		}

		remove_effect = {
			VYT = {
				add_war_support = 0.04
				add_command_power = 25
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_helping_Vyatka_Equipment = {

		available = {
			tag = BRG
			has_equipment = { infantry_equipment > 199 }
			has_equipment = { support_equipment > 19 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				country_exists = WSR
				country_exists = VYT
				has_country_flag = BRG_Bar_Two_More_VYT_Support_Guns_flag
			}
		}

		days_re_enable = 60
		days_remove = 25

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Helping_VYT_Guns_Bar_Two
		}

		remove_effect = {
			VYT = {
				add_equipment_to_stockpile = { type = infantry_equipment amount = 200 }
				add_equipment_to_stockpile= { type = support_equipment amount  = 20 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_helping_Vyatka_Government = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				country_exists = WSR
				country_exists = VYT
				has_country_flag = BRG_Bar_Two_More_VYT_Support_flag
			}
		}

		days_re_enable = 60
		days_remove = 30

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Helping_VYT_Gov
		}

		remove_effect = {
			VYT = {
				add_stability = 0.04
				add_political_power = 50
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_fuck_west_russia_government = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				country_exists = WSR
				has_country_flag = BRG_fucking_with_west_russia_flag
			}
		}

		days_re_enable = 60
		days_remove = 50

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Fucking_west_russian_government_tt
		}

		remove_effect = {
			WSR = {
				add_stability = -0.02
				add_war_support = -0.02
				country_event = { id = BRG.5016 days = 1 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_bar_fuck_west_russia_equipment = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				country_exists = WSR
				has_country_flag = BRG_fucking_with_west_russia_flag
			}
		}

		days_re_enable = 100
		days_remove = 20

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Fucking_west_russia_guns
		}

		remove_effect = {
			WSR= {
				add_equipment_to_stockpile = { type = infantry_equipment amount = -250 }
				add_equipment_to_stockpile= { type = support_equipment amount  = -20 }
				country_event = { id = BRG.5017 days = 1 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_fuck_west_russia_debt_increase = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				country_exists = WSR
				has_country_flag = BRG_Bar_Ungluing_Russia_Flag
			}
		}

		days_re_enable = 45
		days_remove = 25

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Fucking_west_russia_debt
		}

		remove_effect = {
			WSR = {
				TNO_worsen_poverty_low = yes
				add_to_variable = { national_debt = 50 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_fuck_west_russia_socdev = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				country_exists = WSR
				has_country_flag = BRG_Bar_Ungluing_Russia_Flag
			}
		}

		days_re_enable = 70
		days_remove = 45

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Fucking_west_russia_socdev
		}

		remove_effect = {
			WSR = {
				TNO_worsen_academic_base_low = yes
				TNO_worsen_industrial_expertise_low = yes
			}
		}

		ai_will_do = {
			factor = 50
		}
	}



	BRG_bar_fuck_siberia_government = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				country_exists = WSB
				has_country_flag = BRG_fucking_with_sibs_flag
			}
		}

		days_re_enable = 60
		days_remove = 50

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Fucking_sib_government
		}

		remove_effect = {
			WSB = {
				add_stability = -0.02
				add_war_support = -0.02
				country_event = { id = BRG.5016 days = 1 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_bar_fuck_siberia_equipment = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				country_exists = WSB
				has_country_flag = BRG_fucking_with_sibs_flag
			}
		}

		days_re_enable = 100
		days_remove = 20

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Fucking_sib_guns
		}

		remove_effect = {
			WSB = {
				add_equipment_to_stockpile = { type = infantry_equipment amount = -250 }
				add_equipment_to_stockpile= { type = support_equipment amount  = -20 }
				country_event = { id = BRG.5017 days = 1 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_bar_fuck_siberia_debt_increase = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				country_exists = WSB
				has_country_flag = BRG_Bar_Ungluing_Russia_Flag
			}
		}

		days_re_enable = 45
		days_remove = 25

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Fucking_west_siberia_debt
		}

		remove_effect = {
			WSB = {
				TNO_worsen_poverty_low = yes
				add_to_variable = { national_debt = 50 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_fuck_siberia_socdev = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				country_exists = WSB
				has_country_flag = BRG_Bar_Ungluing_Russia_Flag
			}
		}

		days_re_enable = 70
		days_remove = 45

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Fucking_west_siberia_socdev
		}

		remove_effect = {
			WSB = {
				TNO_worsen_academic_base_low = yes
				TNO_worsen_industrial_expertise_low = yes
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_sabotage_sib_plan_construction = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				country_exists = CSB
				has_country_flag = BRG_Bar_Fucking_Sib_Plan_Flag
			}
		}

		days_re_enable = 40
		days_remove = 20

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Fuckiing_Sib_Plan_Construction_tt
		}

		remove_effect = {
			CSB = {
				add_to_variable = { RUS_siberian_plan_consumer_goods = 0.01 }
				add_to_variable = { RUS_siberian_plan_construction_speed = 0.01 }
				add_to_variable = { RUS_siberian_plan_resources = -0.01 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_bar_sabotage_sib_plan_production = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				country_exists = CSB
				has_country_flag = BRG_Bar_Fucking_Sib_Plan_Flag
			}
		}

		days_re_enable = 40
		days_remove = 20

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Fuckiing_Sib_Plan_Production_tt
		}

		remove_effect = {
			CSB = {
				add_to_variable = { RUS_siberian_plan_efficiency_gain = -0.01 }
				add_to_variable = { RUS_siberian_plan_max_efficiency = -0.01 }
				add_to_variable = { RUS_siberian_plan_ic = -0.01 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_ural_race_sabatoge_western_russia = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				country_exists = WSR
				has_country_flag = BRG_Bar_Fucking_race_for_urals
			}
		}

		days_re_enable = 50
		days_remove = 25

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Fucking_Race_U4_For_Western_Russia
		}

		remove_effect = {
			WSR = {
				add_to_variable = { BRG_Bar_Fucking_U4_WSR = -0.1 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_ural_race_help_western_russia = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				country_exists = WSR
				has_country_flag = BRG_Bar_Fucking_race_for_urals
			}
		}

		days_re_enable = 50
		days_remove = 25

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Helping_Race_U4_For_Western_Russia
		}

		remove_effect = {
			WSR = {
				add_to_variable = { BRG_Bar_Fucking_U4_WSR = 0.1 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_bar_ural_race_sabatoge_western_siberia = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				country_exists = WSB
				has_country_flag = BRG_Bar_Fucking_race_for_urals
			}
		}

		days_re_enable = 50
		days_remove = 25

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Fucking_Race_U4_For_Western_Siberia
		}

		remove_effect = {
			WSB = {
				add_to_variable = { BRG_Bar_Fucking_U4_WSB = -0.1 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_ural_race_help_western_siberia = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				country_exists = WSB
				has_country_flag = BRG_Bar_Fucking_race_for_urals
			}
		}

		days_re_enable = 50
		days_remove = 25

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Helping_Race_U4_For_Western_Siberia
		}

		remove_effect = {
			WSB = {
				add_to_variable = { BRG_Bar_Fucking_U4_WSB = 0.1 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_bar_raise_diplo_unification_tension_little = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				country_exists = WSR
				country_exists = WSB
				has_country_flag = BRG_Bar_Tension_Increasing_Flag
			}
		}

		days_re_enable = 50
		days_remove = 25

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Increasing_Uni_Tension
		}

		remove_effect = {
			RUS_increase_tension_5 = yes
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_raise_diplo_unification_tension_larg = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_3_supply
				check_variable = { BRG_supplies > 2 }
			}
		}

		visible = {
			AND = {
				country_exists = WSR
				country_exists = WSB
				has_country_flag = BRG_Bar_Tension_Increasing_Flag
			}
		}

		days_re_enable = 50
		days_remove = 40

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Increasing_Uni_Tension_Large
		}

		remove_effect = {
			RUS_increase_tension_15 = yes
		}

		ai_will_do = {
			factor = 50
		}
	}






	##############################################################
	#########
	######### PHASE 1
	#########
	###############################################################



	BRG_bar_sowing_chaos_tartar = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				TAR = { any_owned_state = { any_neighbor_state = { is_fully_controlled_by = VYT } } }
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_bar_opening_decisions_flag
			}
		}


		days_re_enable = 45
		days_remove = 15

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Raid_Raiders
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			TAR = {
				country_event = { id = BRG.5001 days = 1  }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_sowing_chaos_AryBrd = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				PRM = { any_owned_state = { any_neighbor_state = { is_fully_controlled_by = VYT } } }
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_bar_opening_decisions_flag
			}
		}

		days_re_enable = 45
		days_remove = 15

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Raid_Raiders
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			PRM = {
				country_event = { id = BRG.5001 days = 1  }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_sowing_chaos_Samara = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				SAM = { any_owned_state = { any_neighbor_state = { is_fully_controlled_by = VYT } } }
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_bar_opening_decisions_flag
			}
		}


		days_re_enable = 45
		days_remove = 15

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Raid_Raiders
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			SAM = {
				country_event = { id = BRG.5001 days = 1  }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_bar_sowing_chaos_Volgada = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				VOL = { any_owned_state = { any_neighbor_state = { is_fully_controlled_by = VYT } } }
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_bar_opening_decisions_flag
			}
		}

		days_re_enable = 45
		days_remove = 15

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Raid_Raiders
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			VOL = {
				country_event = { id = BRG.5001 days = 1  }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_sowing_chaos_Komi = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				KOM = { any_owned_state = { any_neighbor_state = { is_fully_controlled_by = VYT } } }
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_bar_opening_decisions_flag
			}
		}

		days_re_enable = 45
		days_remove = 15

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Raid_Raiders
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			KOM = {
				country_event = { id = BRG.5001 days = 1  }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_sowing_chaos_Front = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				WRS = { any_owned_state = { any_neighbor_state = { is_fully_controlled_by = VYT } } }
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_bar_opening_decisions_flag
			}
		}

		days_re_enable = 45
		days_remove = 15

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_Raid_Raiders
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			WRS = {
				country_event = { id = BRG.5001 days = 1  }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_lending_a_helping_hand_money = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				country_exists = VYT
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_helping_vyatka_decision_flag
				NOT = { country_exists = WSR }
			}
		}

		days_re_enable = 30
		days_remove = 25

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_giving_Vyatka_Money
			add_to_variable = { BRG_supplies = -2 }
		}

		remove_effect = {
			VYT = { add_to_variable = { loot_amount = 1 } VYT_increase_economic_strength_low = yes }
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			industrial_capacity_factory = -0.1
			production_speed_buildings_factor = -0.05
		}
	}


	BRG_bar_lending_a_helping_hand_support = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				country_exists = VYT
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_helping_vyatka_decision_flag
				NOT = { country_exists = WSR }
			}
		}

		days_re_enable = 30
		days_remove = 25

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_giving_Vyatka_support
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			VYT = { VYT_increase_popular_support_low = yes }
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.15
		}
	}

	BRG_bar_send_in_men_to_vyatka = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				country_exists = VYT
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_freikorps_flag
				NOT = { country_exists = WSR }
			}
		}

		days_re_enable = 30
		days_remove = 40

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_giving_Vyatka_men
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			VYT = { country_event = { id = BRG.5002 days = 1 } } # fuck you git
		}

		ai_will_do = { ## FUCKING GIT
			factor = 50
		}

		modifier = {
			weekly_manpower = -1000
		}
	}

	BRG_bar_help_their_army = {

		available = {
			tag = BRG

			has_equipment = { infantry_equipment > 499 }
			has_equipment = { support_equipment > 49 }
			has_equipment = { motorized_equipment > 9 }

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				country_exists = VYT
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_freikorps_flag
				NOT = { country_exists = WSR }
			}
		}

		days_re_enable = 30
		days_remove = 40

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_giving_Vyatka_better_shit
			add_to_variable = { BRG_supplies = -2 }

			add_equipment_to_stockpile = { type = infantry_equipment amount = -500 }
			add_equipment_to_stockpile= { type = support_equipment amount  = -50 }
			add_equipment_to_stockpile = { type =  motorized_equipment amount = -10 }
		}

		remove_effect = {
			VYT = {  TNO_improve_army_professionalism_low = yes  }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_fucking_Vyatka_Expand_Ohkarna_Presence = {
		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				country_exists = SAM
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_fucking_Ohkarana
			}
		}

		days_re_enable = 40
		days_remove = 20

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_fucking_Vyatka_Elections
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			VYT = {
				add_to_variable = { RUS_auth_global_bonus_pop = 0.02 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_fucking_Vyatka_intimidate_opposition = {
		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				country_exists = SAM
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_fucking_Ohkarana
			}
		}

		days_re_enable = 40
		days_remove = 20

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_fucking_Vyatka_Elections_intimidation_time
			add_to_variable = { BRG_supplies = -2 }
		}

		remove_effect = {
			VYT = {
				subtract_from_variable = { RUS_liberal_global_bonus_pop = 0.02 }
				subtract_from_variable = { RUS_conservative_global_bonus_pop = 0.02 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_fucking_WRS_Pre_Leader = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				NOT = { country_exists = WSR }
				country_exists = WRS
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_rotten_structure_flag
			}
		}

		days_re_enable = 30
		days_remove = 25

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_fucking_WRS
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			WRS = {  WRS_increase_factionalism_med = yes  }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_fucking_Komi_Push_Right_Little = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				country_exists = KOM
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_democracy_fuckwit_flag
			}
		}

		days_re_enable = 50
		days_remove = 30

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_fucking_Komi
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			KOM = {  KOM_increase_right_power_low = yes hidden_effect = { country_event = { id = BRG.5007 days = 5 } } }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_fucking_Komi_Push_Right_Lot = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				country_exists = KOM
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_democracy_fuckwit_flag
			}
		}

		days_re_enable = 50
		days_remove = 30

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_fucking_Komi_lots
			add_to_variable = { BRG_supplies = -2 }
		}

		remove_effect = {
			KOM = { KOM_increase_right_power_med = yes hidden_effect = { country_event = { id = BRG.5007 days = 5 } } }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_fucking_AB_destroying_army = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				country_exists = PRM
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_fucking_Quote_brotherhood_unqoute_flag
			}
		}

		days_re_enable = 20
		days_remove = 15

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_fucking_Bars_Army
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			PRM = { subtract_from_variable = { PRM_aryan_strength = 1 } country_event = { id = BRG.5008 days = 2 } }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_fucking_AB_lowering_dynamic_mod  = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_3_supply
				check_variable = { BRG_supplies > 2 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				country_exists = PRM
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_fucking_Quote_brotherhood_unqoute_flag
			}
		}

		days_re_enable = 150
		days_remove = 50

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_fucking_Brotherhoods_slave_industry
			add_to_variable = { BRG_supplies = -3 }
		}

		remove_effect = {
			country_event = { id = BRG.5009 days = 2 }
			PRM = {
				subtract_from_variable = { PRM_slavery_factory_conversion = 0.02 }
				subtract_from_variable = { PRM_slavery_equipment_conversion = 0.03 }
				subtract_from_variable = { PRM_slavery_max_efficiency = 0.02 }
				subtract_from_variable = { PRM_slavery_efficiency_gain = 0.02 }
				subtract_from_variable = { PRM_slavery_start_efficiency = 0.02 }
				subtract_from_variable = { PRM_slavery_line_change_efficiency = 0.02 }
				country_event = { id = BRG.5009 days = 2 } }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_fucking_Sammara_Corruption = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				country_exists = SAM
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_fucking_Samara_flag
			}
		}

		days_re_enable = 30
		days_remove = 20

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_fucking_Samara_Economy
			add_to_variable = { BRG_supplies = -2 }
		}

		remove_effect = {
			SAM = {
				add_to_variable = { SAM_smuggling_network = 2 }
				add_to_variable = { SAM_civilian_morale = 1 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_bar_fucking_Sammara_Expand_Oktan_Influence = {
		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				country_exists = SAM
				BRG_GP_Bar_active = yes
				has_country_flag = BRG_fucking_Samara_flag
			}
		}

		days_re_enable = 40
		days_remove = 30

		complete_effect = {
			custom_effect_tooltip = BRG_Bar_fucking_Samara_Oktan
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			SAM = {
				add_to_variable = { SAM_ROA_support = -1 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

    ## PUMA ##
    
	BRG_puma_increase_npp_election_interference = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Election_Interferencing_Is_A_Go
				USA = { has_country_flag = USA_campaigning_for_NPP }
			}
		}

		days_re_enable = 30
		days_remove = 15

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_Raise_NPP
			add_to_variable = { BRG_supplies = 1 }
		}

		remove_effect = {
			USA = { add_to_variable = { USA_campaigning_multiplier = -0.05 } }
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.1
		}
	}

	BRG_puma_decrease_npp_election_interference = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Election_Interferencing_Is_A_Go
				USA = { has_country_flag = USA_campaigning_for_NPP }
			}

		}

		days_re_enable = 30
		days_remove = 15

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_Lower_NPP
			add_to_variable = { BRG_supplies = 1 }
		}

		remove_effect = {
			USA = { add_to_variable = { USA_campaigning_multiplier = -0.05 } }
		}

		modifier = {
			political_power_gain = -0.1
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_puma_increase_RD_election_interference = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Election_Interferencing_Is_A_Go
				USA = { has_country_flag = USA_campaigning_for_RD }
			}
		}

		days_re_enable = 30
		days_remove = 15

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_Raise_RD
			add_to_variable = { BRG_supplies = 1 }
		}

		remove_effect = {
			USA = { add_to_variable = { USA_campaigning_multiplier = -0.05 } }
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.1
		}
	}

	BRG_puma_decrease_RD_election_interference = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Election_Interferencing_Is_A_Go
				USA = { has_country_flag = USA_campaigning_for_RD }
			}

		}

		days_re_enable = 30
		days_remove = 15

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_Lower_RD
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			USA = { add_to_variable = { USA_campaigning_multiplier = -0.05 } }
		}

		modifier = {
			political_power_gain = -0.1
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_puma_radicalize_klan = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
			has_equipment = { infantry_equipment > 349  }
			has_equipment = { support_equipment > 49  }
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Infiltrated_The_Klan
			}

		}

		days_re_enable = 120
		days_remove = 20

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_radicalizing_klan_tt
			add_to_variable = { BRG_supplies = 1 }
		}

		remove_effect = {

			USA = {  add_to_variable = { FR_to_Y_drift_level = 0.005 } }

			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -350
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -50
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_puma_expanding_klan_influence = {

		available = {
			tag = BRG

			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Infiltrated_The_Klan
			}

		}

		days_re_enable = 60
		days_remove = 30

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_Expanding_Klan_Influence
			add_to_variable = { BRG_supplies = -2 }
		}

		remove_effect = {

			hidden_effect = {

				random_list = {

					33 = { ### SouthWest
						every_owned_state = {
							limit = { check_variable = { nationality = 86 } } #SouthWest
							set_temp_variable = { popularity_bonus = 0.005 }
							add_to_variable = { NPP_FR_bonus_popularity = popularity_bonus }
							add_to_variable = { NPP_popularity = popularity_bonus }
							subtract_from_variable = { RD_popularity = popularity_bonus }
						}
					}

					34 = { ### South
						every_owned_state = {
							limit = { check_variable = { nationality = 83 } } #South
							set_temp_variable = { popularity_bonus = 0.005 }
							add_to_variable = { NPP_FR_bonus_popularity = popularity_bonus }
							add_to_variable = { NPP_popularity = popularity_bonus }
							subtract_from_variable = { RD_popularity = popularity_bonus }
						}
					}

					33 = { ## Rockies
						every_owned_state = {
							limit = { check_variable = { nationality = 87 } } #Rockies
							set_temp_variable = { popularity_bonus = 0.005 }
							add_to_variable = { NPP_FR_bonus_popularity = popularity_bonus }
							add_to_variable = { NPP_popularity = popularity_bonus }
							subtract_from_variable = { RD_popularity = popularity_bonus }
						}
					}
				}
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_puma_money_laundering_In_America = {

		available = {
			tag = BRG
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Infiltrated_Wall_Street
			}
		}

		days_re_enable = 40
		days_remove = 20

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_Get_Into_Wall_Street
		}

		remove_effect = {
			add_to_variable = { BRG_supplies = 2 }
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.15
			consumer_goods_factor = 0.1
		}
	}


	BRG_puma_raise_RD_Unity = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Infiltrated_RD
			}
		}

		days_re_enable = 60
		days_remove = 40

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_Raising_RD_Unity_tt
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			USA = { add_to_variable = { USA_RD_Unity = 1 } }
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_puma_lower_RD_Unity = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Infiltrated_RD
			}
		}

		days_re_enable = 60
		days_remove = 40

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_Lowering_RD_Unity_tt
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			USA = { add_to_variable = { USA_RD_Unity = -1 } }
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_puma_raise_NPP_Unity = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Infiltrated_NPP
			}
		}

		days_re_enable = 60
		days_remove = 40

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_Raising_NPP_Unity_tt
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			USA = { add_to_variable = { USA_NPP_Unity = 1 } }
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_puma_lower_NPP_Unity = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Infiltrated_NPP
			}
		}

		days_re_enable = 60
		days_remove = 40

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_Lowering_NPP_Unity_tt
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			USA = { add_to_variable = { USA_NPP_Unity = -1 } }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_puma_Radicalize_the_left = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Infiltrated_NPP
			}
		}

		days_re_enable = 100
		days_remove = 20

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_radicalize_the_left
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			USA = { add_to_variable = {  C_to_L_drift_level = 0.005 } }
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.1
		}
	}



	##################################################
	####### RFK
	##################################################


	BRG_puma_RFK_increasing_congressional_support = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Whispering_Shadows_flag
				USA = { has_country_flag =  USA_64_C_NPP }
				USA = { NOT = { has_country_flag =  RFK_CRA_Passed} }
			}
		}

		days_re_enable = 40
		days_remove = 20

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_increase_RFK_support_congresionally
			add_to_variable = { BRG_supplies = -2 }
		}

		remove_effect = {
			USA = {
				add_to_variable = { USA_RFK_Republican_Goodwill = 1 }
				add_to_variable = { rfk_party_above_all_var = 2 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_puma_RFK_dissuade_southern_senators = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Puma_Ripping_Open_Flag
				USA = { has_country_flag =  USA_64_C_NPP }
				USA = { NOT = { has_country_flag =  RFK_CRA_Passed} }
			}
		}

		days_re_enable = 100
		days_remove = 40

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_RFK_dissaude_southerners
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			add_to_variable = { RFK_CRA_Filibuster_Chance = -1 }
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_puma_raise_anger_against_RFK = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Puma_RFK_raising_hate_flag
				USA = { has_country_flag =  USA_64_C_NPP }
			}
		}

		days_re_enable = 100
		days_remove = 20

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_anger_against_RFK_tt
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			USA = { add_to_variable = { RFK_Assassination_Level = 2  } }
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.1
		}
	}

	BRG_Arm_Klan_Part_2 = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_3_supply
				check_variable = { BRG_supplies > 2 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Puma_RFK_Hate_Up
				USA = { has_country_flag =  USA_64_C_NPP }
				has_equipment = { infantry_equipment > 499 }
				has_equipment = { support_equipment > 74 }
			}
		}

		days_re_enable = 100
		days_remove = 30

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_hate_against_RFK
			add_to_variable = { BRG_supplies = -3 }
		}

		remove_effect = {
			USA = { add_to_variable = { RFK_Assassination_Level = 4 } }

			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -500
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -75
			}
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_puma_push_RFK_left = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Puma_Crusading_RFK
				USA = { has_country_flag =  USA_64_C_NPP }
			}
		}
		days_re_enable = 30
		days_remove = 30

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_anger_against_RFK_tt
			add_to_variable = { BRG_supplies = -2 }
		}

		remove_effect = {
			USA = { add_to_variable = { RFK_Liberalism = 1  } add_to_variable = { USA_NPP_Unity = -1  } }
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_puma_RFK_angers_unions = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_Puma_Crusading_RFK
				USA = { has_country_flag =  USA_64_C_NPP }
			}
		}

		days_re_enable = 30
		days_remove = 30

		complete_effect = {
			custom_effect_tooltip = BRG_Puma_anger_against_RFK_tt
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			USA = { add_to_variable = { RFK_Union_Satisfaction = 1  } add_to_variable = { USA_NPP_Unity = -1  } }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_puma_rfk_dark_money = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_3_supply
				check_variable = { BRG_supplies > 2 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_dark_money_flag
				USA = { has_country_flag = USA_64_C_NPP }
			}
		}

		days_re_enable = 100
		days_remove = 50

		complete_effect = {
			custom_effect_tooltip = BRG_puma_rfk_dark_money_tt
			add_to_variable = { BRG_supplies = -3 }
		}

		remove_effect = {
			hidden_effect = {
				USA = {
					every_owned_state = {
						limit = { check_variable = { nationality = 86 } } #SouthWest
						set_temp_variable = { popularity_bonus = 0.03 }
						add_to_variable = { NPP_FR_bonus_popularity = popularity_bonus }
						add_to_variable = { NPP_popularity = popularity_bonus }
						subtract_from_variable = { RD_popularity = popularity_bonus }
					}

					every_owned_state = {
						limit = { check_variable = { nationality = 83 } } #SouthWest
						set_temp_variable = { popularity_bonus = 0.03 }
						add_to_variable = { NPP_FR_bonus_popularity = popularity_bonus }
						add_to_variable = { NPP_popularity = popularity_bonus }
						subtract_from_variable = { RD_popularity = popularity_bonus }
					}

					every_owned_state = {
						limit = { check_variable = { nationality = 87 } } #SouthWest
						set_temp_variable = { popularity_bonus = 0.03 }
						add_to_variable = { NPP_FR_bonus_popularity = popularity_bonus }
						add_to_variable = { NPP_popularity = popularity_bonus }
						subtract_from_variable = { RD_popularity = popularity_bonus }
					}
				}
			}
		}

		ai_will_do = {
			factor = 50
		}
	}




	##################################################
	####### Wallace
	##################################################


	BRG_puma_wallace_lobby_for_big_buisness_small = { ##using thompson


		available = {
			tag = BRG
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_puma_wallace_buisness_flag
				USA = { has_country_flag = USA_64_FR_NPP }
			}
		}

		days_re_enable = 120
		days_remove = 35

		complete_effect = {
			custom_effect_tooltip = BRG_puma_wallace_push_right_tt
		}

		remove_effect = {
			add_to_variable = { BRG_supplies = 2 }
			USA = { add_to_variable = { WAL64_Business = 2 } }
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.1
		}
	}


	BRG_puma_wallace_lobby_for_big_buisness_big = { ##using thompson


		available = {
			tag = BRG
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_puma_wallace_buisness_flag
				USA = { has_country_flag = USA_64_FR_NPP }
			}
		}

		days_re_enable = 150
		days_remove = 50

		complete_effect = {
			custom_effect_tooltip = BRG_puma_wallace_big_buisness_large_tt
		}

		remove_effect = {
			add_to_variable = { BRG_supplies = 3 }
			USA = { add_to_variable = { WAL64_Business = 3 } }
		}

		ai_will_do = {
			factor = 50
		}

		modifier = {
			political_power_gain = -0.15
		}
	}

	BRG_puma_wallace_push_Wallace_Right = {


		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_devil_flag
				USA = { has_country_flag = USA_64_FR_NPP }
			}
		}

		days_re_enable = 50
		days_remove = 25

		complete_effect = {
			custom_effect_tooltip = BRG_puma_wallace_push_right_tt
			add_to_variable = { BRG_supplies = -2 }
		}

		remove_effect = {
			USA = { add_to_variable = { WAL_SEGREGATION = 1 } }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_puma_wallace_push_Wallace_Right_Large = {


		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_3_supply
				check_variable = { BRG_supplies > 2 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_devil_flag
				USA = { has_country_flag = USA_64_FR_NPP }
			}
		}

		days_re_enable = 50
		days_remove = 25

		complete_effect = {
			custom_effect_tooltip = BRG_puma_wallace_push_right_tt
			add_to_variable = { BRG_supplies = -3 }
		}

		remove_effect = {
			USA = { add_to_variable = { WAL_SEGREGATION = 2 } }
		}

		ai_will_do = {
			factor = 50
		}
	}




	BRG_puma_wallace_push_Wallace_Left = {


		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_making_liar_flag
				USA = { has_country_flag = USA_64_FR_NPP }
			}
		}

		days_re_enable = 50
		days_remove = 25

		complete_effect = {
			custom_effect_tooltip = BRG_puma_wallace_push_left_tt
			add_to_variable = { BRG_supplies = -2 }
		}

		remove_effect = {
			USA = { add_to_variable = { WAL_SEGREGATION = -1 } }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_puma_wallace_push_Wallace_Left_Large = {


		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_3_supply
				check_variable = { BRG_supplies > 2 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_making_liar_flag
				USA = { has_country_flag = USA_64_FR_NPP }
			}
		}

		days_re_enable = 50
		days_remove = 25

		complete_effect = {
			custom_effect_tooltip = BRG_puma_wallace_push_left_big_tt
			add_to_variable = { BRG_supplies = -3 }
		}

		remove_effect = {
			USA = { add_to_variable = { WAL_SEGREGATION = -2 } }
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_puma_wallace_destroy_congressional_support = {


		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_puma_wallace_lose_congresional_support
				USA = { has_country_flag = USA_64_FR_NPP }
			}
		}

		days_re_enable = 30
		days_remove = 40

		complete_effect = {
			custom_effect_tooltip = BRG_puma_destroy_senate_support
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			USA = { USA_wallace_impeachment_support_small_decrease = yes  }
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_puma_wallace_raise_segregationist_expectations = {


		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_acceleration_flag
				USA = { has_country_flag = USA_64_FR_NPP }
			}
		}

		days_re_enable = 60
		days_remove = 30

		complete_effect = {
			custom_effect_tooltip = BRG_puma_wallace_raise_seg_expectations_tt
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			USA = { add_to_variable = { WAL_SEGREGATION_expectation = 1  } }
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_puma_wallace_dems_to_far_right = {


		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_acceleration_flag
				USA = { has_country_flag = USA_64_FR_NPP }
			}
		}

		days_re_enable = 150
		days_remove = 50

		complete_effect = {
			custom_effect_tooltip = BRG_puma_wallace_accelerationsim_yockey
			add_to_variable = { BRG_supplies = -2 }
		}

		remove_effect = {
			USA = { add_to_variable = { FR_to_Y_drift_level = 0.01 }  }
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_puma_wallace_states_rights_var_up = {


		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			AND = {
				tag = BRG
				BRG_GP_Puma_active = yes
				has_country_flag = BRG_states_rights_flag
				USA = { has_country_flag = USA_64_FR_NPP }
			}
		}

		days_re_enable = 20
		days_remove = 30

		complete_effect = {
			custom_effect_tooltip = BRG_puma_wallace_states_rights_up_tt
			add_to_variable = { BRG_supplies = -1 }
		}

		remove_effect = {
			USA = {add_to_variable = { WAL_STATES_RIGHTS = 2 } }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_sabotage_glenn_jet_propulsion_research_decision = {

		available = {
			tag = BRG
			has_completed_focus = BRG_volatility_of_rocketry
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_country_flag = BRG_academic_espionage_flag
			USA = {
				has_country_flag = USA_68_R_RD
			}
		}

		fire_only_once = no

		days_remove = 60

		complete_effect = {
			USA = {
				subtract_from_variable = {
					USA_GLN_NASA_Science_Points = 10
				}
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	BRG_sabotage_glenn_rocketry_investment_repeatable_decision = { #reduces investment into each mission

		available = {
			tag = BRG
			has_completed_focus = BRG_volatility_of_rocketry

		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_country_flag = BRG_volatility_of_rocketry_flag
			USA = {
				has_country_flag = USA_68_R_RD
			}
		}

		cost = 30

		fire_only_once = no

		days_remove = 60

		complete_effect = {
			USA = {
				subtract_from_variable = {
					USA_GLN_NASA_Mission_Investment = 10
				}
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	BRG_sabotage_glenn_rocketry_progress_bouns_repeatable_decision = { #reduces preparedness

		available = {
			tag = BRG
			has_completed_focus = BRG_volatility_of_rocketry

		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_country_flag = BRG_volatility_of_rocketry_flag
			USA = {
				has_country_flag = USA_68_R_RD
			}
		}

		cost = 30

		fire_only_once = no

		days_remove = 60

		complete_effect = {
			USA = {
				subtract_from_variable = {
					USA_GLN_NASA_Manned_Mission_Boost = 1
				}
			}
		}

		ai_will_do = {
			factor = 10
		}
	}

	###GOLDWATER###
	BRG_GLD_push_goldwater_to_unions = {

		available = {
			tag = BRG
			USA = { NOT = { has_completed_focus = USA_gld_68_dealing_with_the_labor_unions } }
		}

		visible = {
			has_completed_focus = BRG_corruption_runs_deep
			tag = BRG
			USA = {
				has_country_flag = USA_68_D_RD
			}

		}

		cost = 75

		fire_only_once = yes

		complete_effect = {
			set_country_flag = BRG_rush_unions
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_GLD_falsify_evidence = {

		available = {
			tag = BRG
			has_completed_focus = USA_gld_68_dealing_with_the_labor_unions
		}

		visible = {
			has_completed_focus = USA_gld_68_dealing_with_the_labor_unions
			tag = BRG
			USA = {
				has_country_flag = USA_68_D_RD
			}

		}

		cost = 50

		fire_only_once = yes

		complete_effect = {
			USA = {
				custom_effect_tooltip = BRG_GLD_falsify_evidence.tt
				add_to_variable = { GLD_Union_Evidence = 1 }
				add_to_variable = { GLD_Shady_Stuff = 1 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_GLD_interrupt_methods = {

		available = {
			tag = BRG
			has_completed_focus = USA_gld_68_dealing_with_the_labor_unions
		}

		visible = {
			has_completed_focus = USA_gld_68_dealing_with_the_labor_unions
			tag = BRG
			USA = {
				has_country_flag = USA_68_D_RD
			}

		}

		cost = 50

		fire_only_once = yes

		complete_effect = {
			USA = {
				custom_effect_tooltip = BRG_GLD_interrupt_methods.tt
				add_to_variable = { GLD_Covert_Meassures = -1 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_GLD_push_goldwater_hard_regan = {

		available = {
			tag = BRG
			has_completed_focus = BRG_Plant_New_Ideas
			USA = { NOT = { has_completed_focus = USA_gld_68_go_with_regan } }
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			USA = {
				has_country_flag = USA_68_D_RD
			}
		}

		cost = 75

		fire_only_once = yes

		complete_effect = {
			set_country_flag = BRG_encouraging_regan
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_GLD_push_goldstandard = {

		available = {
			tag = BRG
			USA = { NOT = { has_completed_focus = USA_gld_68_the_gold_standard } }
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			USA = {
				has_country_flag = USA_68_D_RD
			}
			has_completed_focus = BRG_point_towards_the_old
		}

		cost = 2

		fire_only_once = yes

		complete_effect = {
			set_country_flag = BRG_force_goldstandard
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_GLD_push_goldstandard_failure = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_country_flag = BRG_force_goldstandard
			USA = {
				has_country_flag = USA_68_D_RD
			}
		}

		cost = 50

		fire_only_once = yes

		complete_effect = {
			set_country_flag = BRG_force_goldstandard_bad
			custom_effect_tooltip = BRG_GLD_push_goldstandard_failure.tt
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_GLD_rush_green_tree = {

		available = {
			tag = BRG

			USA = { NOT = { has_completed_focus = USA_gld_68_a_green_future } }
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			USA = {
				has_country_flag = USA_68_D_RD
			}
		}

		cost = 75

		fire_only_once = yes

		complete_effect = {
			set_country_flag = BRG_GLD_rush_green_tree_flag
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_GLD_push_socialist_purge = {

		available = {
			tag = BRG
			USA = { NOT = { has_completed_focus = USA_gld_68_focus_on_the_socialists } }
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_a_time_for_choosing
			USA = {
				has_country_flag = USA_68_D_RD
			}
		}

		cost = 80

		fire_only_once = yes

		complete_effect = {
			set_country_flag = BRG_force_socialist_attack
			custom_effect_tooltip = BRG_GLD_push_socialist_purge.tt
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_GLD_raise_yockey_backlash = {

		available = {
			tag = BRG

		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_country_flag = BRG_force_socialist_attack
			USA = {
				has_country_flag = USA_68_D_RD
			}
		}

		cost = 90

		fire_only_once = yes

		complete_effect = {
			USA = { add_to_variable = { GLD68_growing_radical_opposite = 0.02 } }
			custom_effect_tooltip = USA_NPP_R_popularity_grows
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_GLD_anger_republicans_about_regan = {

		available = {
			tag = BRG

		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_provides_ripe_profit_oppertunities
			USA = { has_completed_focus = USA_gld_68_reganomics }
			USA = {
				has_country_flag = USA_68_D_RD
			}
		}

		cost = 10

		fire_only_once = yes

		complete_effect = {
			USA = { add_to_variable = { USA_RD_Unity = -1 } }
			custom_effect_tooltip = USA_subtract_RD_unity
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_GLD_blame_him = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_provides_ripe_profit_oppertunities
			USA = {
				has_country_flag = USA_68_D_RD
			}
		}

		cost = 15

		fire_only_once = yes

		complete_effect = {
			USA = { add_to_variable = { USA_RD_Unity = -1 } }
			custom_effect_tooltip = USA_subtract_RD_unity
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_GLD_gold_is_stagnation = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_provides_ripe_profit_oppertunities
			USA = {
				has_country_flag = USA_68_D_RD
			}
			USA = { has_completed_focus = USA_gld_68_the_gold_standard }
		}

		cost = 25

		fire_only_once = yes

		complete_effect = {
			USA = {
				every_owned_state = {
					limit = {
						can_have_elections_in_state = yes
						OR = {
						check_variable = { nationality = 82 } #Yankee
						check_variable = { nationality = 85 } #Midwestern
						check_variable = { nationality = 88 } #Pacific
						}
					}
					add_to_variable = { NPP_popularity = 0.12 }
				}
				custom_effect_tooltip = USA_NPP_popularity_grows
				custom_effect_tooltip = econ_decrease_GDP_growth
				add_to_variable = { GDP_growth = -0.008 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
####################################
#######LBJ GANG, NPP TARDS OWNT#####
####################################
BRG_LBJ_increase_costs_of_great_society = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_a_disparate_society
		}

		cost = 40
		days_remove = 24
		fire_only_once = yes

		remove_effect = {
			USA = {
				custom_effect_tooltip = BRG_LBJ_increase_costs_of_great_society.tt
				add_to_variable = { LBJ_exhuastion = 1 }
				add_to_variable = { misc_costs = 10 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

BRG_LBJ_incite_race_riots = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_all_men_are_born_unequal
			OR = {
				has_idea = USA_LBJ_race_riots_1
				has_idea = USA_LBJ_race_riots_2
				has_idea = USA_LBJ_race_riots_3
				has_idea = USA_LBJ_race_riots_4
			}
		}

		cost = 70
		days_remove = 24

		fire_only_once = yes

		remove_effect = {
			USA = {
				USA_LBJ_increase_race_riots = yes
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

BRG_LBJ_encourage_party_breaking = {

		available = {
			tag = BRG
			has_completed_focus = BRG_the_great_riot
			USA = {
				NOT = {
					OR = {
						has_completed_focus = USA_lbj_64_break_with_democrats
						has_completed_focus = USA_lbj_64_unity_above_all
					}
				}
			}
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_country_flag = USA_64_R_RD
		}

		cost = 50

		fire_only_once = yes

		complete_effect = {
			custom_effect_tooltip = BRG_LBJ_encourage_party_breaking.tt
			set_country_flag = BRG_encouraging_party_breaking
		}

		ai_will_do = {
			factor = 50
		}
	}

BRG_LBJ_encourage_party_breaking_repeatable = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_the_great_riot
		}

		cost = 95
		days_remove = 12
		days_re_enable = 30
		remove_effect = {
			USA = {
				custom_effect_tooltip = USA_subtract_RD_unity
				add_to_variable = { USA_RD_Unity = -0.25 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

BRG_LBJ_further_infiltrating_the_npp = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_all_men_are_born_unequal
		}

		cost = 100
		days_remove = 7
		fire_only_once = yes

		remove_effect = {
			set_country_flag = LBJ_NPP_Inf
			custom_effect_tooltip = BRG_LBJ_further_infiltrating_the_npp_tt
		}

		ai_will_do = {
			factor = 50
		}
	}

BRG_LBJ_radicalize_npp_against_johnson = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_country_flag = LBJ_NPP_Inf
			has_completed_focus = BRG_march_against_washington
		}

		cost = 75
		days_remove = 22
		fire_only_once = yes

		remove_effect = {
			USA = { USA_WAL_NPP_radicalizes = yes }
		}

		ai_will_do = {
			factor = 50
		}
	}

BRG_LBJ_radical_protests_against_johnson = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_corrupt_the_youth
			has_country_flag = LBJ_NPP_Inf

		}

		cost = 90
		days_remove = 16

		fire_only_once = yes

		remove_effect = {
			every_owned_state = {
				limit = {
					can_have_elections_in_state = yes
					OR = {
						check_variable = { nationality = 83 } #Dixie
						check_variable = { nationality = 84 } #African American
						check_variable = { nationality = 86 } #Southwestern
					}
				}
				add_to_variable = { NPP_popularity = 0.1 }
			}
			custom_effect_tooltip = USA_NPP_popularity_grows
		}

		ai_will_do = {
			factor = 50
		}
	}
BRG_LBJ_normalize_yockey_LBJ = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_corrupt_the_youth
		}

		cost = 100
		days_remove = 15

		fire_only_once = yes

		remove_effect = {
			USA = { USA_WAL_NPP_radicalizes_Y = yes }
		}

		ai_will_do = {
			factor = 50
		}
	}

BRG_LBJ_propaganda_against_great_society = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_shadow_over_capitol_hill
		}

		cost = 60
		days_remove = 12

		days_re_enable = 30

		remove_effect = {
			add_to_variable = { LBJ_exhuastion = 0.25 }
			every_owned_state = {
				limit = {
					can_have_elections_in_state = yes
					OR = {
						check_variable = { nationality = 83 } #Dixie
						check_variable = { nationality = 84 } #African American
						check_variable = { nationality = 86 } #Southwestern
					}
				}
				add_to_variable = { NPP_popularity = 0.025 }
			}
			custom_effect_tooltip = USA_NPP_popularity_grows_low
		}

		ai_will_do = {
			factor = 50
		}
	}

####THE SILVER KING RESIDES HERE, LET HIS NAME NOT BE FORGOTTEN####
    ######################WALLACE F. BENNETT###################

	BRG_WFB_fuck_the_silver_act = {

		available = {
			tag = BRG
			USA = {
				has_completed_focus = USA_wfb_64_financial_reform
				NOT = { has_completed_focus = USA_wfb_64_silver_act }
			}
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_the_niagara_bombings
		}

		cost = 60
		days_remove = 12

		days_re_enable = 30

		remove_effect = {

			USA = {
			custom_effect_tooltip = BRG_WFB_fuck_the_silver_act_tt
			add_to_variable = { WFB_C_SA_Support = -5 }
			add_to_variable = { WFB_FR_SA_Support = -5 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_WFB_fuck_the_silver_act_2 = {

		available = {
			tag = BRG
			USA = {
				has_completed_focus = USA_wfb_64_financial_reform
				NOT = { has_completed_focus = USA_wfb_64_silver_act }
			}
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_the_niagara_bombings

		}

		cost = 85
		days_remove = 12

		days_re_enable = 30

		remove_effect = {

			USA = {
			custom_effect_tooltip = BRG_WFB_fuck_the_silver_act_2_tt
			add_to_variable = { WFB_R_SA_Support = -10 }
			add_to_variable = { USA_RD_Unity = -0.25 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_WFB_dont_rock_the_boat = {

		available = {
			tag = BRG
			USA = {
				NOT = {
					OR = {
						has_completed_focus = USA_wfb_64_token_reform
					}

					OR = {
						has_completed_focus = USA_wfb_64_dont_rock_boat
					}
				}
			}
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_blackmailing_bankers
		}

		cost = 60
		fire_only_once = yes

		complete_effect = {
			custom_effect_tooltip = BRG_WFB_dont_rock_the_boat_tt
			set_country_flag = BRG_WFB_dont_rock_the_boat_flag
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_WFB_leave_it_to_experts = {

		available = {
			tag = BRG
			USA = {
				NOT = {
					OR = {
						has_completed_focus = USA_wfb_64_leave_to_experts
					}

					OR = {
						has_completed_focus = USA_wfb_64_voices_of_people
					}
				}
			}
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_blackmailing_bankers

		}

		cost = 80
		fire_only_once = yes

		complete_effect = {
			custom_effect_tooltip = BRG_WFB_leave_it_to_experts_tt
			set_country_flag = BRG_WFB_leave_it_to_experts_flag
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_WFB_under_lock_and_key = {

		available = {
			tag = BRG
			USA = {
				NOT = {
					OR = {
						has_completed_focus = USA_wfb_64_lock_and_key
					}

					OR = {
						has_completed_focus = USA_wfb_64_leave_door_open
					}
				}
			}
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_regardless_of_damage
		}

		cost = 100
		fire_only_once = yes

		complete_effect = {
			custom_effect_tooltip = BRG_WFB_under_lock_and_key_tt
			set_country_flag = BRG_WFB_under_lock_and_key_flag
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_WFB_empower_dems = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_regardless_of_damage
		}

		cost = 120

		fire_only_once = yes

		complete_effect = {
			set_country_flag = BRG_WFB_empower_dems_flag
			custom_effect_tooltip = BRG_WFB_empower_dems_tt
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_WFB_sabotage_lds_relations = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_economic_chaos
		}

		cost = 60
		days_remove = 12

		days_re_enable = 30

		remove_effect = {
			custom_effect_tooltip = BRG_WFB_sabotage_lds_relations_tt
			USA = {add_to_variable = { WFB_Mormon_Relationship = -5 } }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_WFB_sabotage_lds_relations_super = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_economic_chaos
		}
		fire_only_once = yes
		cost = 120
		days_remove = 12

		days_re_enable = 30

		remove_effect = {
			custom_effect_tooltip = BRG_WFB_sabotage_lds_relations_super_tt
			USA = { country_event = { id = BRG_puma.181 } }
			USA = {add_to_variable = { WFB_Mormon_Relationship = -20 } }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_WFB_fuck_the_ofn = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_split_the_ofn
		}

		cost = 60
		days_remove = 12

		days_re_enable = 30

		remove_effect = {
			USA = {
			custom_effect_tooltip = BRG_WFB_fuck_the_ofn_tt
			subtract_from_variable = { WFB_OFN_Business = 10 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_WFB_fuck_the_ofn_2 = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_split_the_ofn
		}

		cost = 60
		days_remove = 12

		days_re_enable = 30

		remove_effect = {
			USA = {
			custom_effect_tooltip = BRG_WFB_fuck_the_ofn_2_tts
			subtract_from_variable = { USA_OFN_Unity = 0.25 }
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	#####if you are reading this, fuck glenn gang####
	BRG_GLN_hurt_public_support_for_nasa = {

		available = {
			tag = BRG
		}

		visible = {
			has_completed_focus = BRG_unleashing_their_frustration
		}

		cost = 20
		days_remove = 12

		days_re_enable = 30

		remove_effect = {
			USA = { subtract_from_variable = { USA_GLN_Public_Support = 5 } }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_GLN_hurt_nuke_socdev = {

		available = {
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_lifting_the_veil
		}

		cost = 90
		days_remove = 12
		fire_only_once = yes
		days_re_enable = 30

		remove_effect = {
			USA = { TNO_worsen_nuclear_stockpile_low = yes }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_GLN_hurt_nuke_socdev_2 = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			has_completed_focus = BRG_lifting_the_veil
		}

		cost = 85
		days_remove = 12
		fire_only_once = yes
		days_re_enable = 30

		remove_effect = {
			USA = { TNO_worsen_nuclear_stockpile_med = yes }
			subtract_from_variable = { BRG_supplies = 2 }
		}

		ai_will_do = {
			factor = 50
		}
	}


	BRG_GLN_help_nuke_socdev_jap = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_completed_focus = BRG_lifting_the_veil
		}
		fire_only_once = yes
		cost = 100
		days_remove = 12

		days_re_enable = 30

		remove_effect = {
			subtract_from_variable = { BRG_supplies = 1 }
			JAP = { country_event = BRG_puma.431 }
			effect_tooltip = { JAP = { TNO_improve_nuclear_stockpile_low = yes } }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_GLN_help_nuke_socdev_ger = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_completed_focus = BRG_lifting_the_veil
		}

		cost = 100
		days_remove = 12

		days_re_enable = 30

		remove_effect = {
			GER = { country_event = BRG_puma.430 }
			effect_tooltip = { GER = { TNO_improve_nuclear_stockpile_low = yes } }
			subtract_from_variable = { BRG_supplies = 1 }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_GLN_lose_research_points = {

		available = {
			tag = BRG
		}

		visible = {
			has_completed_focus = BRG_flaming_their_hate
		}

		cost = 30
		days_remove = 12

		days_re_enable = 30

		remove_effect = {
			subtract_from_variable = { USA_GLN_NASA_Science_Points = 10 }
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_GLN_boost_yockey = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
			tooltip = BRG_GLN_boost_yockey.tt
			USA = { check_variable = { USA_GLN_Public_Support < 39 } }
			}
		}

		visible = {
			has_completed_focus = BRG_flaming_their_hate
		}

		cost = 20
		days_remove = 12
		fire_only_once = yes
		days_re_enable = 30

		remove_effect = {
			USA = {
				every_owned_state = {
					limit = { can_have_elections_in_state = yes }
				}
				add_to_variable = { NPP_popularity = 0.025 }
				add_to_variable = { NPP_R_bonus_popularity = 0.025 }
				custom_effect_tooltip = USA_NPP_R_popularity_grows_low
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	#####And on the 7th day, God said, Why did Margaret Chase Smith?######

	BRG_MCS_encourage_rog = {

		available = {
			tag = BRG
		}

		visible = {

			has_completed_focus = BRG_Push_The_Window
		}

		cost = 30
		days_remove = 12
		fire_only_once = yes
		days_re_enable = 30

		remove_effect = {
			custom_effect_tooltip = BRG_encourage_rog_tt
			set_country_flag = BRG_encourage_rog
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_MCS_worse_rog = {

		available = {
			tag = BRG
			USA = { has_country_flag = revolt_of_the_generals_active }
		}

		visible = {
			USA = { is_ai = yes }
			has_completed_focus = BRG_Push_The_Window
		}

		cost = 100
		days_remove = 12
		fire_only_once = yes
		days_re_enable = 30

		remove_effect = {
			USA = { add_to_variable = { op23_evidence = -1 } }
			custom_effect_tooltip = BRG_MCS_worse_rog_tt
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_push_MCS_fascist_decision = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_whispering_poision_into_their_ears
		}

		cost = 90
		days_re_enable = 30
		complete_effect = {
			custom_effect_tooltip = BRG_push_MCS_fascist_decision_tt
			USA = {
				add_to_variable = {
					mcs_change_influence_fascist = 0.1
				}
				hidden_effect = {
					set_variable = { mcs_divisiveness = 5 }
					mcs_influence_calculation = yes
					mcs_unity_check = yes
				}
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_entrench_mcs_rightist_decision = {

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_The_Uneven_Scales
		}

		cost = 45
		days_re_enable = 30

		complete_effect = {
			custom_effect_tooltip = BRG_entrench_mcs_rightist_decision_tt
			USA = {
				add_to_variable = {
					mcs_change_influence_south = 0.1
				}
				hidden_effect = {
					set_variable = { mcs_divisiveness = 5 }
					mcs_influence_calculation = yes
					mcs_unity_check = yes
				}
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_push_away_mcs_leftist_decision = {

		available = {
			tag = BRG

		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_once_more_unto_the_breach
		}

		cost = 50
		days_re_enable = 30

		remove_effect = {
			custom_effect_tooltip = BRG_push_away_mcs_leftist_decision_tt
			USA = {
				subtract_from_variable = {
					mcs_left_satisfaction_change = 0.1
				}
				hidden_effect = {
					set_variable = { mcs_divisiveness = 5 }
					mcs_influence_calculation = yes
					mcs_unity_check = yes
				}
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_force_harrington_siding = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			NOT = { has_country_flag = BRG_forced_wallace }
			has_completed_focus = BRG_The_Uneven_Scales
		}

		cost = 100
		days_remove = 7
		fire_only_once = yes

		remove_effect = {
			custom_effect_tooltip = BRG_force_harrington_siding_tt
			set_country_flag = BRG_forced_harrington
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_force_wallace_siding = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			NOT = { has_country_flag = BRG_forced_harrington }
			has_completed_focus = BRG_The_Uneven_Scales
		}

		cost = 100
		days_remove = 7
		fire_only_once = yes

		remove_effect = {
			custom_effect_tooltip = BRG_force_wallace_siding_tt
			set_country_flag = BRG_forced_wallace
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_push_away_mcs_centre_decision = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_once_more_unto_the_breach
		}

		cost = 65

		fire_only_once = yes

		complete_effect = {
			custom_effect_tooltip = BRG_push_away_mcs_centre_decision_tt
			USA = {
				subtract_from_variable = {
					mcs_center_satisfaction_change = 0.1
				}
				hidden_effect = {
					set_variable = { mcs_divisiveness = 5 }
					mcs_influence_calculation = yes
					mcs_unity_check = yes
				}
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	###harrington puma. thank you walker for all your hardwork on harrington love u
	BRG_raise_fatigue = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_indignance_of_the_rich
		}

		cost = 0
		days_re_enable = 30
		days_remove = 12
		remove_effect = {
			custom_effect_tooltip = BRG_raise_fatigue_tt
			subtract_from_variable = { BRG_supplies = 1 }
				USA = {
					add_to_variable = { USA_HAR_rich_enthusiasm = -5 }
					USA_HAR_calculate_enthusiasm = yes
				}
			}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_rich_get_richer = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_indignance_of_the_rich
		}

		cost = 50
		days_re_enable = 30
		days_remove = 7
		remove_effect = {
			custom_effect_tooltip = BRG_rich_get_richer_tt
			USA = {
				add_to_variable = { USA_HAR_rich_influence = 5 }
				USA_HAR_calculate_enthusiasm = yes
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_poor_get_poorer = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_welfare_woes
		}

		cost = 40
		days_remove = 7
		remove_effect = {
			custom_effect_tooltip = BRG_poor_get_poorer_tt
			USA = {
				add_to_variable = { USA_HAR_poor_influence = -5 }
				USA_HAR_calculate_enthusiasm = yes
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_poor_get_racister = {

		available = {
			tag = BRG
		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_an_insurmountable_divide
		}

		cost = 120
		days_re_enable = 30

		days_remove = 12
		remove_effect = {
			custom_effect_tooltip = BRG_poor_get_racister_tt
			USA = {
				add_to_variable = { USA_HAR_poor_influence = 5 }
				add_to_variable = { USA_HAR_poor_enthusiasm = -5 }
				USA_HAR_calculate_enthusiasm = yes
				custom_effect_tooltip = USA_NPP_R_popularity_grows_low
				every_owned_state = {
					limit = {
						can_have_elections_in_state = yes
						OR = {
							check_variable = { nationality = 83 } #Dixie
							check_variable = { nationality = 84 } #African American
							check_variable = { nationality = 86 } #Southwestern
						}
					}
					add_to_variable = { NPP_R_bonus_popularity = 0.025 }
				}
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_hurt_poor_support = {

		available = {
			tag = BRG

		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_welfare_woes
		}
		days_re_enable = 30
		cost = 70


		complete_effect = {
			custom_effect_tooltip = BRG_hurt_poor_support_tt
			USA = {
				add_to_variable = { USA_HAR_poor_enthusiasm = -5 }
				USA_HAR_calculate_enthusiasm = yes
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_middle_influence_for_poor_influence = {

		available = {
			tag = BRG

		}

		allowed = {

			
			tag = BRG

		}

		visible = {
			has_completed_focus = BRG_anger_over_their_burdens
		}
		days_re_enable = 30
		cost = 30


		complete_effect = {
			custom_effect_tooltip = BRG_middle_influence_for_poor_influence_tt
			USA = {
				add_to_variable = { USA_HAR_poor_enthusiasm = -5 }
				add_to_variable = { USA_HAR_poor_influence = 5 }
				add_to_variable = { USA_HAR_rich_influence = -5 }
				USA_HAR_calculate_enthusiasm = yes
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_hurt_poor_support_turn_them_fr = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}
		days_re_enable = 30
		allowed = {
			tag = BRG
		}
		visible = {
			has_completed_focus = BRG_anger_over_their_burdens
		}

		cost = 90

		complete_effect = {
			custom_effect_tooltip = BRG_hurt_poor_support_turn_them_fr_tt
			subtract_from_variable = { BRG_supplies = 2 }
			USA = {
				add_to_variable = { USA_HAR_poor_enthusiasm = -2 }
				USA_HAR_calculate_enthusiasm = yes
				every_owned_state = {
					limit = {
						can_have_elections_in_state = yes
						OR = {
							check_variable = { nationality = 83 } #Dixie
							check_variable = { nationality = 84 } #African American
							check_variable = { nationality = 86 } #Southwestern
						}
					}
					add_to_variable = { NPP_popularity = 0.025 }
				}
					custom_effect_tooltip = USA_NPP_FR_popularity_grows_low
				}
			}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_break_party_senate = {

		available = {
			tag = BRG
			custom_trigger_tooltip = {
				tooltip = HAR_active_bill
			}
		}

		allowed = {
			tag = BRG
		}

		visible = {
			USA = {
				is_ai = yes
			}
			has_completed_focus = BRG_doesnt_he_look_tired
		}
		days_re_enable = 60
		cost = 105


		complete_effect = {
			custom_effect_tooltip = BRG_break_party_senate_tt
			USA = {
				custom_effect_tooltip = HAR_hurt_bill_support
				hidden_effect = {
					set_temp_variable = { new_bill_support = -7 }
					add_to_variable = {NPP_C_supporting_senators = -7}
					clamp_variable = {
						var = NPP_C_supporting_senators
						min = 0
						max = NPP_C_senators
					}
			        add_to_variable = {supporting_senators = new_bill_support}
				    clamp_variable = {
						var = NPP_C_supporting_senators
						min = 0
						max = NPP_C_senators
					}
				}
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

    ## WOLF ##
    
	BRG_wolf_destabilize_ime = {

		allowed = { tag = BRG }

		available = {
			IME = { NOT = { has_idea = BRG_wolf_destabalization } }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = view_Wolf_actions
			has_country_flag = BRG_wolf_black_sun_over_the_levant_flag
			BRG_GP_Wolf_active = yes
			NOT = { has_global_flag = IME_TUR_peace_deal }
		}

		cost = 20

		fire_only_once = no

		days_re_enable = 180

		complete_effect = {
			IME = {
				hidden_effect = { country_event = { id = BRG_wolf.100 } }
				add_timed_idea = {
					idea = BRG_wolf_destabalization
					days = 180
				}
			}
			subtract_from_variable = { BRG_supplies = 1 }
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_wolf_destabilize_tur = {

		allowed = { tag = BRG }

		available = {
			TUR = { NOT = { has_idea = BRG_wolf_destabalization } }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = view_Wolf_actions
			has_country_flag = BRG_wolf_black_sun_over_the_levant_flag
			BRG_GP_Wolf_active = yes
			NOT = { has_global_flag = IME_TUR_peace_deal }
		}

		cost = 20

		fire_only_once = no

		days_re_enable = 180

		complete_effect = {
			TUR = {
				hidden_effect = { country_event = { id = BRG_wolf.100 } }
				add_timed_idea = {
					idea = BRG_wolf_destabalization
					days = 180
				}
			}
			subtract_from_variable = { BRG_supplies = 1 }
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_wolf_fuck_ime_infrastructure = {

		allowed = { tag = BRG }

		available = {
			has_equipment = { infantry_equipment > 499 }
			has_equipment = { support_equipment > 124 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = view_Wolf_actions
			has_country_flag = BRG_levantine_homes_flag
			BRG_GP_Wolf_active = yes
			NOT = { has_global_flag = IME_TUR_peace_deal }
		}

		cost = 15

		fire_only_once = no

		days_re_enable = 180

		complete_effect = {
			IME = { country_event = { id = BRG_wolf.101 } }
			subtract_from_variable = { BRG_supplies = 1 }
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -500
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -125
			}
		}

		ai_will_do = {
			factor = 50
		}
	}

	BRG_funnel_arms_to_ime = {

		allowed = { tag = BRG }

		visible = {
			has_country_flag = view_Wolf_actions
			has_country_flag = BRG_wolf_levantine_guns_and_arms_flag
			BRG_GP_Wolf_active = yes
			NOT = { has_global_flag = IME_TUR_peace_deal }
		}

		available = {
			has_equipment = { infantry_equipment > 749 }
			has_equipment = { support_equipment > 199 }
			has_equipment = { artillery_equipment > 99 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		fire_only_once = no

		days_re_enable = 90

		cost = 30

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision BRG_funnel_arms_to_turkey complete"
			IME = { country_event = { id = BRG_wolf.102 } }
			custom_effect_tooltip = BRG_minor_smuggling_gain
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -750
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -200
			}
			add_equipment_to_stockpile = {
				type = artillery_equipment
				amount = -100
			}
			subtract_from_variable = { BRG_supplies = 1 }
			set_temp_variable = { money_reserves_temp = 0.2 } 
			econ_money_reserves_change_raw_money = yes
		}
	}
	BRG_funnel_arms_to_tur = {

		allowed = { tag = BRG }

		visible = {
			has_country_flag = view_Wolf_actions
			has_country_flag = BRG_wolf_guns_to_the_turks_flag
			BRG_GP_Wolf_active = yes
			NOT = { has_global_flag = IME_TUR_peace_deal }
		}

		available = {
			has_equipment = { infantry_equipment > 749 }
			has_equipment = { support_equipment > 199 }
			has_equipment = { artillery_equipment > 99 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		fire_only_once = no

		days_re_enable = 90

		cost = 30

		complete_effect = {
			log = "[GetDateText]: [Root.GetName]: Decision BRG_funnel_arms_to_turkey complete"
			TUR = { country_event = { id = BRG_wolf.102 } }
			custom_effect_tooltip = BRG_minor_smuggling_gain
			add_equipment_to_stockpile = {
				type = infantry_equipment
				amount = -750
			}
			add_equipment_to_stockpile = {
				type = support_equipment
				amount = -200
			}
			add_equipment_to_stockpile = {
				type = artillery_equipment
				amount = -100
			}
			subtract_from_variable = { BRG_supplies = 1 }
			set_temp_variable = { money_reserves_temp = 0.2 } 
			econ_money_reserves_change_raw_money = yes
		}
	}
	BRG_wolf_buff_tur = {

		allowed = { tag = BRG }

		available = {
			TUR = { NOT = { has_idea = BRG_wolf_tur_buff } }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = view_Wolf_actions
			has_country_flag = BRG_wolf_provoke_the_bull_flag
			BRG_GP_Wolf_active = yes
			NOT = { has_global_flag = IME_TUR_peace_deal }
		}

		cost = 40

		fire_only_once = no

		days_re_enable = 180

		complete_effect = {
			add_timed_idea = {
				idea = BRG_wolf_tur_buff
				days = 180
			}
			subtract_from_variable = { BRG_supplies = 1 }
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_wolf_leech_farouk_small = {

		allowed = { tag = BRG }

		visible = {
			has_country_flag = view_Wolf_actions
			has_country_flag = BRG_wolf_the_opportunity_flag
			BRG_GP_Wolf_active = yes
			NOT = { has_completed_focus = BRG_wolf_the_third_circle }
		}

		cost = 50

		fire_only_once = no

		days_re_enable = 90

		complete_effect = {
			custom_effect_tooltip = BRG_gain_1_supplies
			add_to_variable = { BRG_supplies = 1 }
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_wolf_leech_farouk_big = {

		allowed = { tag = BRG }

		visible = {
			has_country_flag = view_Wolf_actions
			has_country_flag = BRG_wolf_the_opportunity_flag
			BRG_GP_Wolf_active = yes
			NOT = { has_completed_focus = BRG_wolf_the_third_circle }
		}

		cost = 75

		fire_only_once = no

		days_re_enable = 120

		complete_effect = {
			custom_effect_tooltip = BRG_gain_2_supplies
			add_to_variable = { BRG_supplies = 2 }
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_wolf_aid_iranian_faction = {
		allowed = { tag = BRG }

		targets = { PER IRL IRC IRB IRA IRI }
		target_trigger = { FROM = { has_war = yes } }

		available = {
			FROM = { num_of_military_factories > 0 }
			has_equipment = { infantry_equipment > 2499 }
			has_equipment = { support_equipment > 1249 }
			has_equipment = { artillery_equipment > 499 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			has_country_flag = view_Wolf_actions
			BRG_GP_Wolf_active = yes
			has_country_flag = BRG_wolf_the_black_sun_over_the_desert_flag
		}

		cost = 45

		fire_only_once = no

		days_remove = 15
		days_re_enable = 45

		complete_effect = { subtract_from_variable = { BRG_supplies = 2 } }

		remove_effect = {
			FROM = {
				random_list = {
					33 = {
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 2500
							producer = GER
						 }
						add_equipment_to_stockpile = {
							type = support_equipment
							amount = 1250
							producer = GER
						}
						add_equipment_to_stockpile = {
							type = artillery_equipment
							amount = 500
							producer = GER
						}
					}
					33 = {
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 2500
							producer = USA
						 }
						add_equipment_to_stockpile = {
							type = support_equipment
							amount = 1250
							producer = USA
						}
						add_equipment_to_stockpile = {
							type = artillery_equipment
							amount = 500
							producer = USA
						}
					}
					33 = {
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 2500
							producer = ITA
						 }
						add_equipment_to_stockpile = {
							type = support_equipment
							amount = 1250
							producer = ITA
						}
						add_equipment_to_stockpile = {
							type = artillery_equipment
							amount = 500
							producer = ITA
						}
					}
				}
				if = {
					limit = { NOT = { has_country_flag = BRG_supported_this_iranian_faction } }
					set_country_flag = BRG_supported_this_iranian_faction
				}
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_wolf_aid_saudi_faction_arms = {
		allowed = { tag = BRG }

		target_trigger = {
			FROM = {
				has_war = yes
				OR = {
					tag = SAU
					is_in_faction_with = SAU
				}
			}
		}

		available = {
			has_equipment = { infantry_equipment > 1349 }
			has_equipment = { support_equipment > 599 }
			has_equipment = { artillery_equipment > 299 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = view_Wolf_actions
			BRG_GP_Wolf_active = yes
			has_country_flag = BRG_wolf_ensure_profitability_flag
		}

		cost = BRG_saudi_support_cost_medium

		fire_only_once = no

		days_remove = 7
		days_re_enable = 30

		complete_effect = { subtract_from_variable = { BRG_supplies = 1 } }

		remove_effect = {
			FROM = {
				random_list = {
					50 = {
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 1350
							producer = GER
						 }
						add_equipment_to_stockpile = {
							type = support_equipment
							amount = 600
							producer = GER
						}
						add_equipment_to_stockpile = {
							type = artillery_equipment
							amount = 300
							producer = GER
						}
					}
					50 = {
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 1350
							producer = USA
						 }
						add_equipment_to_stockpile = {
							type = support_equipment
							amount = 600
							producer = USA
						}
						add_equipment_to_stockpile = {
							type = artillery_equipment
							amount = 300
							producer = USA
						}
					}
				}
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_wolf_aid_saudi_faction_buffs = {
		allowed = { tag = BRG }

		target_trigger = {
			FROM = {
				has_war = yes
				OR = {
					tag = SAU
					is_in_faction_with = SAU
				}
			}
		}

		available = {
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			has_country_flag = view_Wolf_actions
			BRG_GP_Wolf_active = yes
			has_country_flag = BRG_wolf_ensure_profitability_flag
		}

		cost = BRG_saudi_support_cost_large

		fire_only_once = no

		days_re_enable = 180

		complete_effect = {
			subtract_from_variable = { BRG_supplies = 1 }
			FROM = {
				add_timed_idea = {
					idea = BRG_wolf_oil_crisis_buff
					days = 180
				}
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_wolf_aid_uar_faction_arms = {
		allowed = { tag = BRG }

		targets = { EGB SYR BIR NYM OMB GUL PAL }

		target_trigger = {
			FROM = {
				has_war = yes
				OR = {
					tag = SYR
					is_in_faction_with = SYR
				}
			}
		}

		available = {
			has_equipment = { infantry_equipment > 1349 }
			has_equipment = { support_equipment > 599 }
			has_equipment = { artillery_equipment > 299 }
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_1_supply
				check_variable = { BRG_supplies > 0 }
			}
		}

		visible = {
			has_country_flag = view_Wolf_actions
			BRG_GP_Wolf_active = yes
			has_country_flag = BRG_wolf_ensure_tension_flag
		}

		cost = BRG_uar_support_cost_medium

		fire_only_once = no

		days_remove = 7
		days_re_enable = 30

		complete_effect = { subtract_from_variable = { BRG_supplies = 1 } }

		remove_effect = {
			FROM = {
				random_list = {
					50 = {
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 1350
							producer = GER
						 }
						add_equipment_to_stockpile = {
							type = support_equipment
							amount = 600
							producer = GER
						}
						add_equipment_to_stockpile = {
							type = artillery_equipment
							amount = 300
							producer = GER
						}
					}
					50 = {
						add_equipment_to_stockpile = {
							type = infantry_equipment
							amount = 1350
							producer = USA
						 }
						add_equipment_to_stockpile = {
							type = support_equipment
							amount = 600
							producer = USA
						}
						add_equipment_to_stockpile = {
							type = artillery_equipment
							amount = 300
							producer = USA
						}
					}
				}
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
	BRG_wolf_aid_uar_faction_buffs = {
		allowed = { tag = BRG }

		targets = { EGB SYR BIR NYM OMB GUL PAL }

		target_trigger = {
			FROM = {
				has_war = yes
				OR = {
					tag = SYR
					is_in_faction_with = SYR
				}
			}
		}

		available = {
			custom_trigger_tooltip = {
				tooltip = BRG_Cost_2_supply
				check_variable = { BRG_supplies > 1 }
			}
		}

		visible = {
			has_country_flag = view_Wolf_actions
			BRG_GP_Wolf_active = yes
			has_country_flag = BRG_wolf_ensure_tension_flag
		}

		cost = BRG_uar_support_cost_large

		fire_only_once = no

		days_re_enable = 180

		complete_effect = {
			subtract_from_variable = { BRG_supplies = 1 }
			FROM = {
				add_timed_idea = {
					idea = BRG_wolf_oil_crisis_buff
					days = 180
				}
			}
		}

		ai_will_do = {
			factor = 50
		}
	}
}