ideas = {
	## Taxes
	taxes = { 
		law = yes
		tax_minimal = {
		
			available = {
				OR = {
					AND = {
						has_stability > 0.75
						has_government = communism
					}
					AND = {
						has_stability > 0.75
						has_government = fascism
					}
					has_government = democratic
					}
			}
			
			cost = 150
			removal_cost = -1
			
			modifier = {
				consumer_goods_factor = 0.1
				
				production_speed_industrial_complex_factor = 0.1
				production_speed_arms_factory_factor = 0.1
				production_speed_dockyard_factor = 0.1
				industrial_capacity_factory = -0.15
				industrial_capacity_dockyard = -0.15
				production_factory_max_efficiency_factor = 0.15
				line_change_production_efficiency_factor = 0.15
				
				political_power_factor = 0.15
				
				
				
				
				stability_factor = 0.15
				war_support_factor = 0.15
				
				
			}
			on_add = {
				set_country_flag = tax_minimal
				clr_country_flag = tax_high
				clr_country_flag = tax_low
				clr_country_flag = tax_average
				clr_country_flag = tax_extreme
				custom_effect_tooltip = taxes_TT
			}
			
			cancel_if_invalid = no
			
			ai_will_do = {
				factor = 0
				modifier = {
					factor = 100
					AND = {
					has_government = democratic
					has_war = no
					has_manpower > 1000000
					}
				}
			}
		}
		tax_low = {
			available = {
				
			}
			cost = 150
			removal_cost = -1
			
			modifier = {
				consumer_goods_factor = 0.05
			
				production_speed_industrial_complex_factor = 0.05
				production_speed_arms_factory_factor = 0.05
				production_speed_dockyard_factor = 0.05
				
				industrial_capacity_factory = -0.1
				industrial_capacity_dockyard = -0.1
				production_factory_max_efficiency_factor = 0.05
				line_change_production_efficiency_factor = 0.05
				
				political_power_factor = 0.1
				stability_factor = 0.1
				war_support_factor = 0.1
				
								  
						
							
							  
				
	
			}
			on_add = {
				set_country_flag = tax_low
				clr_country_flag = tax_high
				clr_country_flag = tax_minimal
				clr_country_flag = tax_average
				clr_country_flag = tax_extreme
				custom_effect_tooltip = taxes_TT
			}

			
			cancel_if_invalid = no
			
			ai_will_do = {
				factor = 0
				modifier = {
					factor = 0
					OR = {
						has_government = fascism
						has_government = communism
					}
				}
				modifier = {
					factor = 0
					has_war = yes
				}
				modifier = {
					factor = 0
					has_manpower < 1000000
					is_major = yes
					has_war = yes
				}
				modifier = {
					factor = 0
					has_manpower < 500000
					is_major = no
					has_war = yes
				}
			}
		}
		tax_average = {
			
			available = {
				
			}
			default = yes
			cost = 150
			removal_cost = -1
			
			modifier = {
				consumer_goods_factor = -0.05
			
				production_speed_industrial_complex_factor = -0.05
				production_speed_arms_factory_factor = -0.05
				production_speed_dockyard_factor = -0.05
				
				industrial_capacity_factory = 0.05
				industrial_capacity_dockyard = 0.05
				
				political_power_factor = 0.05
			}
			on_add = {
				set_country_flag = tax_average
				clr_country_flag = tax_minimal
				clr_country_flag = tax_low
				clr_country_flag = tax_high
				clr_country_flag = tax_extreme
				custom_effect_tooltip = taxes_TT
			}
			cancel_if_invalid = no

			ai_will_do = {
   				factor = 20
	
			}
		}
		tax_high = {
			
			available = {	
				OR = {
					AND = {
						has_stability > 0.75
						has_government = democratic
					}
					NOT = {
						has_government = democratic
					}
				}
			}
			
			cost = 150
			removal_cost = -1
			
			modifier = {
				consumer_goods_factor = -0.1
				
				production_speed_industrial_complex_factor = -0.1
				production_speed_arms_factory_factor = -0.1
				production_speed_dockyard_factor = -0.1
				
				industrial_capacity_factory = 0.1
				industrial_capacity_dockyard = 0.1
				production_factory_max_efficiency_factor = -0.05
				line_change_production_efficiency_factor = -0.05
				
				political_power_factor = -0.1
				stability_factor = -0.1
				war_support_factor = -0.1
				
			}
			
			on_add = {
				set_country_flag = tax_high
				clr_country_flag = tax_minimal
				clr_country_flag = tax_low
				clr_country_flag = tax_average
				clr_country_flag = tax_extreme
				custom_effect_tooltip = taxes_TT
			}
			
			cancel_if_invalid = no

			ai_will_do = {
   				factor = 50
				modifier = {
					factor = 100
					has_war = yes
				}
				modifier = {
					factor = 10
					OR = {
						has_government = fascism
						has_government = communism
					}
				}
				modifier = {
					factor = 10
					has_manpower < 500000
					is_major = yes
					has_war = yes
				}
				modifier = {
					factor = 10
					has_manpower < 250000
					is_major = no
					has_war = yes
				}
				modifier = {
					factor = 5
					threat > 0.30
					OR = {
						has_government = democratic
					}
				}
			}
		}
		tax_extreme = {
			
			available = {
				OR = { 
					AND = {
						has_stability > 0.9
						has_government = democratic
					}
					has_government = fascism
					has_government = communism
					has_government = neutrality
				}
			}
			
			cost = 150
			removal_cost = -1
			
			modifier = {
			consumer_goods_factor = -0.15
				
				production_speed_industrial_complex_factor = -0.15
				production_speed_arms_factory_factor = -0.15
				production_speed_dockyard_factor = -0.15
				
				industrial_capacity_factory = 0.15
				industrial_capacity_dockyard = 0.15
				production_factory_max_efficiency_factor = -0.15
				line_change_production_efficiency_factor = -0.1
				
	
				political_power_factor = -0.15
				stability_factor = -0.15
				war_support_factor = -0.15
			}
			
			on_add = {
				set_country_flag = tax_extreme
				clr_country_flag = tax_minimal
				clr_country_flag = tax_low
				clr_country_flag = tax_average
				clr_country_flag = tax_high
				custom_effect_tooltip = taxes_TT
			}
			
			cancel_if_invalid = no

			ai_will_do = {
   				factor = 1
				modifier = {
					factor = 0
					has_manpower > 750000
					is_major = no
					has_war = no
				}
				modifier = {
					factor = 0
					has_manpower > 200000
					is_major = yes
					has_war = no
					has_government = democratic
					has_government = neutrality
				}
			}
		}	
	}
}
### EOF ###