# buff trying to give everyone some benefit to rebalance the problems bring by additional dev.
# 试图平衡因为更多发展度导致的一系列问题 如吃地变慢等

country_decisions = {

	Try_to_balance_everyone_governing_capacity_decision = {
		major = yes
		color = { 187 80 78 }
		potential = {	
			NOT = {
				has_country_modifier = TY_governing_capacity_modifier
			}
		}
		
		allow = {
			always = yes
		}
		
		effect = {
			custom_tooltip = every_country_get_20_governing_capacity_month_tt
			hidden_effect = {
				every_country = {
					add_country_modifier = {
						name = TY_governing_capacity_modifier
						duration = -1
					}	
				}
			}
		}
		ai_will_do = {
			factor = 0
		}
	}

	Try_to_balance_everyone_missionary_strgenth_decision = {
		major = yes
		color = { 187 80 78 }
		potential = {	
			NOT = {
				has_country_modifier = TY_missionary_strgenth_modifier
			}
		}
		
		allow = {
			always = yes
		}
		
		effect = {
			custom_tooltip = every_country_get_missionary_strgenth_modifier_tt
			hidden_effect = {
				every_country = {
					add_country_modifier = {
						name = TY_missionary_strgenth_modifier
						duration = -1
					}	
				}
			}
		}
		ai_will_do = {
			factor = 0
		}
	}

	Try_to_balance_everyone_lower_warscore_decision = {
		major = yes
		color = { 187 80 78 }
		potential = {	
			NOT = {
				has_country_modifier = TY_province_warscore_cost_modifier
			}
		}
		
		allow = {
			always = yes
		}
		
		effect = {
			custom_tooltip = every_country_get_20_province_warscore_tt
			hidden_effect = {
				every_country = {
					add_country_modifier = {
						name = TY_province_warscore_cost_modifier
						duration = -1
					}	
				}
			}
		}
		ai_will_do = {
			factor = 0
		}
	}

	Try_to_balance_everyone_loyal_subject_decision = {
		major = yes
		color = { 187 80 78 }
		potential = {	
			NOT = {
				has_country_modifier = TY_liberty_desire_modifier
			}
		}
		
		allow = {
			always = yes
		}
		
		effect = {
			custom_tooltip = every_country_get_minus_15_liberty_desire_tt
			hidden_effect = {
				every_country = {
					add_country_modifier = {
						name = TY_liberty_desire_modifier
						duration = -1
					}	
				}
			}
		}
		ai_will_do = {
			factor = 0
		}
	}

	Try_to_balance_everyone_core_creation_cost_decision = {
		major = yes
		color = { 187 80 78 }
		potential = {	
			NOT = {
				has_country_modifier = TY_ccc_modifier
			}
		}
		
		allow = {
			always = yes
		}
		
		effect = {
			custom_tooltip = every_country_get_10_ccc_tt
			hidden_effect = {
				every_country = {
					add_country_modifier = {
						name = TY_ccc_modifier
						duration = -1
					}	
				}
			}
		}
		ai_will_do = {
			factor = 0
		}
	}

	Try_to_balance_everyone_dev_cost_decision = {
		major = yes
		color = { 187 80 78 }
		potential = {	
			NOT = {
				has_country_modifier = TY_development_cost_modifier
			}
		}
		
		allow = {
			always = yes
		}
		
		effect = {
			custom_tooltip = every_country_get_10_dev_cost_tt
			hidden_effect = {
				every_country = {
					add_country_modifier = {
						name = TY_development_cost_modifier
						duration = -1
					}	
				}
			}
		}
		ai_will_do = {
			factor = 0
		}
	}

	Try_to_balance_everyone_more_pp_decision = {
		major = yes
		color = { 187 80 78 }
		potential = {	
			NOT = {
				has_country_modifier = TY_monthly_pp_modifier
			}
		}
		
		allow = {
			always = yes
		}
		
		effect = {
			custom_tooltip = every_country_get_1pp_each_type_per_month_tt
			hidden_effect = {
				every_country = {
					add_country_modifier = {
						name = TY_monthly_pp_modifier
						duration = -1
					}	
				}
			}
		}
		ai_will_do = {
			factor = 0
		}
	}

	Try_to_balance_everyone_lower_ae_decision = {
		major = yes
		color = { 187 80 78 }
		potential = {	
			NOT = {
				has_country_modifier = TY_reduced_ae_modifier
			}
		}
		
		allow = {
			always = yes
		}
		
		effect = {
			custom_tooltip = every_country_get_-10_ae_tt
			hidden_effect = {
				every_country = {
					add_country_modifier = {
						name = TY_reduced_ae_modifier
						duration = -1
					}	
				}
			}
		}
		ai_will_do = {
			factor = 0
		}
	}
}