eeu_decision_category_balance_of_power = {
	eeu_decision_bop_gain_unification_pp = {
		cost = 25

		available = {
			power_balance_value = {
				id = eeu_balance_of_power
				value < 0.93
			}
		}

		days_remove = 25

		complete_effect = {
			add_power_balance_value = {
				id = eeu_balance_of_power
				value = 0.07
			}
		}
	}
	eeu_decision_bop_gain_unification_pp2 = {
		cost = 75

		available = {
			power_balance_value = {
				id = eeu_balance_of_power
				value < 0.85
			}
		}

		days_remove = 50

		complete_effect = {
			add_power_balance_value = {
				id = eeu_balance_of_power
				value = 0.15
			}
		}
	}

	eeu_decision_bop_gain_unification_army = {
		visible = {
			has_country_flag = eeu_flag_bop_allow_parades
		}

		available = {
			power_balance_value = {
				id = eeu_balance_of_power
				value < 0.95
			}
		}

		custom_cost_trigger = {
			has_army_experience > 15
		}
		custom_cost_text = eeu_cost_15_army

		days_remove = 25

		complete_effect = {
			hidden_effect = {
				army_experience = -15
			}
			add_power_balance_value = {
				id = eeu_balance_of_power
				value = 0.05
			}
		}
	}
	eeu_decision_bop_gain_unification_air = {
		visible = {
			has_country_flag = eeu_flag_bop_allow_parades
		}
		available = {
			power_balance_value = {
				id = eeu_balance_of_power
				value < 0.95
			}
		}
		custom_cost_trigger = {
			has_air_experience > 15
		}
		custom_cost_text = eeu_cost_15_air

		days_remove = 25

		complete_effect = {
			hidden_effect = {
				air_experience = -15
			}
			add_power_balance_value = {
				id = eeu_balance_of_power
				value = 0.05
			}
		}
	}

	eeu_decision_bop_gain_unification_repression = {
		visible = {
			has_country_flag = eeu_flag_bop_allow_repression
		}
		available = {
			power_balance_value = {
				id = eeu_balance_of_power
				value < 0.875
			}
		}

		cost = 5

		days_remove = 25

		complete_effect = {
			every_controlled_state = {
				add_resistance = 0.10
			}
			add_power_balance_value = {
				id = eeu_balance_of_power
				value = 0.125
			}
		}
	}

	eeu_decision_bop_gain_unification_church = {
		visible = {
			has_country_flag = eeu_flag_bop_allow_church
		}
		available = {
			power_balance_value = {
				id = eeu_balance_of_power
				value < 0.95
			}
		}
		cost = 20

		days_remove = 30

		complete_effect = {
			add_power_balance_value = {
				id = eeu_balance_of_power
				value = 0.05
			}
		}
	}
}