elections_reworked__parties_influence = {
	grant_democratic_party_more_influence = {
		icon = decision_icon_grant_democratic_party_more_influence
		cost = 0
		days_remove = 15
		days_re_enable = 7
		available = {
			check_variable = { var = ROOT.party_power value = 30 compare = greater_than_or_equals }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 30 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs1_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
			modifier = {
				has_government = democratic
				add = 10
			}
			modifier = {
				NOT = {
					has_government = democratic
				}
				AND = {
					has_stability < 0.5
					check_variable = { ROOT.Dem_inf < 33 }
				}
				add = 1
			}
			modifier = {
				NOT = {
					has_government = democratic
				}
				AND = {
					has_stability > 0.5
					check_variable = { ROOT.Dem_inf > 33 }
				}
				add = -5
			}
		}
		complete_effect = {
			add_to_variable = { ROOT.party_power = -30 }
		}
		remove_effect = {
			add_popularity = {
				ideology = democratic
				popularity = 0.025
			}
			add_to_variable = { ROOT.Dem_inf = 5.00 }
			custom_effect_tooltip = tt_d_inf
		}
	}
	grant_communism_party_more_influence = {
		icon = decision_icon_grant_communism_party_more_influence
		cost = 0
		days_remove = 15
		days_re_enable = 7
		available = {
			check_variable = { var = ROOT.party_power value = 30 compare = greater_than_or_equals }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 30 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs1_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
			modifier = {
				has_government = communism
				add = 10
			}
			modifier = {
				NOT = {
					has_government = communism
				}
				AND = {
					industrial_capacity_factory < 0.55
					check_variable = { ROOT.Com_inf < 33 }
				}
				add = 1
			}
			modifier = {
				NOT = {
					has_government = communism
				}
				AND = {
					industrial_capacity_factory > 0.55
					check_variable = { ROOT.Com_inf > 33 }
				}
				add = -5
			}
		}
		complete_effect = {
			add_to_variable = { ROOT.party_power = -30 }
		}
		remove_effect = {
			add_popularity = {
				ideology = communism
				popularity = 0.025
			}
			add_to_variable = { ROOT.Com_inf = 5.00 }
			custom_effect_tooltip = tt_c_inf
		}
	}
	grant_fascism_party_more_influence = {
		icon = decision_icon_grant_fascism_party_more_influence
		cost = 0
		days_remove = 15
		days_re_enable = 7
		available = {
			check_variable = { var = ROOT.party_power value = 30 compare = greater_than_or_equals }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 30 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs1_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
			modifier = {
				has_government = fascism
				add = 10
			}
			modifier = {
				NOT = {
					has_government = fascism
				}
				AND = {
					war_support_factor < 0.45
					check_variable = { ROOT.Fas_inf < 33 }
				}
				add = 1
			}
			modifier = {
				NOT = {
					has_government = fascism
				}
				AND = {
					war_support_factor > 0.45
					check_variable = { ROOT.Fas_inf > 33 }
				}
				add = -5
			}
		}
		complete_effect = {
			add_to_variable = { ROOT.party_power = -30 }
		}
		remove_effect = {
			add_popularity = {
				ideology = fascism
				popularity = 0.025
			}
			add_to_variable = { ROOT.Fas_inf = 5.00 }
			custom_effect_tooltip = tt_f_inf
		}
	}
	grant_authoritarian_party_more_influence = {
		icon = decision_icon_grant_authoritarian_party_more_influence
		cost = 0
		days_remove = 15
		days_re_enable = 7
		available = {
			check_variable = { var = ROOT.party_power value = 30 compare = greater_than_or_equals }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 30 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs1_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
			modifier = {
				has_government = neutrality
				add = 10
			}
			modifier = {
				NOT = {
					has_government = neutrality
				}
				AND = {
					political_power_gain < 2.4
					check_variable = { ROOT.Neu_inf < 33 }
				}
				add = 1
			}
			modifier = {
				NOT = {
					has_government = neutrality
				}
				AND = {
					political_power_gain > 2.4
					check_variable = { ROOT.Neu_inf > 33 }
				}
				add = -5
			}
		}
		complete_effect = {
			add_to_variable = { ROOT.party_power = -30 }
		}
		remove_effect = {
			add_popularity = {
				ideology = neutrality
				popularity = 0.025
			}
			add_to_variable = { ROOT.Neu_inf = 5.00 }
			custom_effect_tooltip = tt_n_inf
		}
	}
	arrange_a_rout_against_democratic_party = {
		icon = decision_icon_arrange_a_rout_against_democratic_party
		cost = 0
		days_remove = 25
		days_re_enable = 9
		available = {
			NOT = {
				has_government = democratic
			}
			check_variable = { var = ROOT.party_power value = 20 compare = greater_than_or_equals }
         custom_trigger_tooltip = {
          tooltip = tt_d_up	
           NOT = { check_variable = { ROOT.Dem_inf < 15.00 } }		  
          }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 20 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs2_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
			modifier = {
				NOT = {
					has_government = democratic
				}
				check_variable = { ROOT.Dem_inf > 33 }
				add = 1
			}
			modifier = {
				has_government = fascism
				check_variable = { ROOT.Dem_inf < 35 }
				add = -2
			}
			modifier = {
				has_government = communism
				check_variable = { ROOT.Dem_inf < 35 }
				add = -2
			}
			modifier = {
				has_government = neutrality
				check_variable = { ROOT.Dem_inf < 35 }
				add = -2
			}
		}
		complete_effect = {
			add_to_variable = { ROOT.party_power = -20 }
		}
		remove_effect = {
		
		custom_effect_tooltip = tt_d_comp
		
		hidden_effect = {
		
			if = {
				limit = {
					has_government = fascism
				}
				if = {
					limit = {
						check_variable = { ROOT.Fas_inf > ROOT.Dem_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.2 }
						}
						75 = {
							country_event = { id = partiesinfluence.1 }
						}
					}
				}
				if = {
					limit = {
						check_variable = { ROOT.Fas_inf < ROOT.Dem_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.1 }
						}
						75 = {
							country_event = { id = partiesinfluence.2 }
						}
					}
				}
			}
			if = {
				limit = {
					has_government = communism
				}
				if = {
					limit = {
						check_variable = { ROOT.Com_inf > ROOT.Dem_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.2 }
						}
						75 = {
							country_event = { id = partiesinfluence.1 }
						}
					}
				}
				if = {
					limit = {
						check_variable = { ROOT.Com_inf < ROOT.Dem_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.1 }
						}
						75 = {
							country_event = { id = partiesinfluence.2 }
						}
					}
				}
			}
			if = {
				limit = {
					has_government = neutrality
				}
				if = {
					limit = {
						check_variable = { ROOT.Neu_inf > ROOT.Dem_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.2 }
						}
						75 = {
							country_event = { id = partiesinfluence.1 }
						}
					}
				}
				if = {
					limit = {
						check_variable = { ROOT.Neu_inf < ROOT.Dem_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.1 }
						}
						75 = {
							country_event = { id = partiesinfluence.2 }
						}
					}
				}
			}
		}
	  }	
	}
	arrange_a_rout_against_communism_party = {
		icon = decision_icon_arrange_a_rout_against_communism_party
		cost = 0
		days_remove = 25
		days_re_enable = 9
		available = {
			NOT = {
				has_government = communism
			}
			check_variable = { var = ROOT.party_power value = 20 compare = greater_than_or_equals }
         custom_trigger_tooltip = {
          tooltip = tt_c_up	
           NOT = { check_variable = { ROOT.Com_inf < 15.00 } }		  
          }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 20 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs2_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
			modifier = {
				has_government = communism
				check_variable = { ROOT.Com_inf > 33 }
				add = 1
			}
			modifier = {
				has_government = fascism
				check_variable = { ROOT.Com_inf < 35 }
				add = -2
			}
			modifier = {
				has_government = democratic
				check_variable = { ROOT.Com_inf < 35 }
				add = -2
			}
			modifier = {
				has_government = neutrality
				check_variable = { ROOT.Com_inf < 35 }
				add = -2
			}
		}
		complete_effect = {
			add_to_variable = { ROOT.party_power = -20 }
		}
		remove_effect = {
		
		custom_effect_tooltip = tt_c_comp
		
		hidden_effect = {
		
			if = {
				limit = {
					has_government = fascism
				}
				if = {
					limit = {
						check_variable = { ROOT.Fas_inf > ROOT.Com_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.4 }
						}
						75 = {
							country_event = { id = partiesinfluence.3 }
						}
					}
				}
				if = {
					limit = {
						check_variable = { ROOT.Fas_inf < ROOT.Com_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.3 }
						}
						75 = {
							country_event = { id = partiesinfluence.4 }
						}
					}
				}
			}
			if = {
				limit = {
					has_government = democratic
				}
				if = {
					limit = {
						check_variable = { ROOT.Dem_inf > ROOT.Com_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.4 }
						}
						75 = {
							country_event = { id = partiesinfluence.3 }
						}
					}
				}
				if = {
					limit = {
						check_variable = { ROOT.Dem_inf < ROOT.Com_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.3 }
						}
						75 = {
							country_event = { id = partiesinfluence.4 }
						}
					}
				}
			}
			if = {
				limit = {
					has_government = neutrality
				}
				if = {
					limit = {
						check_variable = { ROOT.Neu_inf > ROOT.Com_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.4 }
						}
						75 = {
							country_event = { id = partiesinfluence.3 }
						}
					}
				}
				if = {
					limit = {
						check_variable = { ROOT.Neu_inf < ROOT.Com_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.3 }
						}
						75 = {
							country_event = { id = partiesinfluence.4 }
						}
					}
				}
			}
		}
	  }	
	}
	arrange_a_rout_against_fascism_party = {
		icon = decision_icon_arrange_a_rout_against_fascism_party
		cost = 0
		days_remove = 25
		days_re_enable = 9
		available = {
			NOT = {
				has_government = fascism
			}
			check_variable = { var = ROOT.party_power value = 20 compare = greater_than_or_equals }
		  custom_trigger_tooltip = {
          tooltip = tt_f_up	
           NOT = { check_variable = { ROOT.Fas_inf < 15.00 } }		  
          }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 20 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs2_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
			modifier = {
				NOT = {
					has_government = fascism
				}
				check_variable = { ROOT.Fas_inf > 33 }
				add = 1
			}
			modifier = {
				has_government = communism
				check_variable = { ROOT.Fas_inf < 35 }
				add = -2
			}
			modifier = {
				has_government = democratic
				check_variable = { ROOT.Fas_inf < 35 }
				add = -2
			}
			modifier = {
				has_government = neutrality
				check_variable = { ROOT.Fas_inf < 35 }
				add = -2
			}
		}
		complete_effect = {
			add_to_variable = { ROOT.party_power = -20 }
		}
		remove_effect = {
		
		custom_effect_tooltip = tt_f_comp
		
		hidden_effect = {
		
			if = {
				limit = {
					has_government = communism
				}
				if = {
					limit = {
						check_variable = { ROOT.Com_inf > ROOT.Fas_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.6 }
						}
						75 = {
							country_event = { id = partiesinfluence.5 }
						}
					}
				}
				if = {
					limit = {
						check_variable = { ROOT.Com_inf < ROOT.Fas_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.5 }
						}
						75 = {
							country_event = { id = partiesinfluence.6 }
						}
					}
				}
			}
			if = {
				limit = {
					has_government = democratic
				}
				if = {
					limit = {
						check_variable = { ROOT.Dem_inf > ROOT.Fas_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.6 }
						}
						75 = {
							country_event = { id = partiesinfluence.5 }
						}
					}
				}
				if = {
					limit = {
						check_variable = { ROOT.Dem_inf < ROOT.Fas_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.5 }
						}
						75 = {
							country_event = { id = partiesinfluence.6 }
						}
					}
				}
			}
			if = {
				limit = {
					has_government = neutrality
				}
				if = {
					limit = {
						check_variable = { ROOT.Neu_inf > ROOT.Fas_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.6 }
						}
						75 = {
							country_event = { id = partiesinfluence.5 }
						}
					}
				}
				if = {
					limit = {
						check_variable = { ROOT.Neu_inf < ROOT.Fas_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.5 }
						}
						75 = {
							country_event = { id = partiesinfluence.6 }
						}
					}
				}
			}
		}
	  }	
	}
	arrange_a_rout_against_authoritarian_party = {
		icon = decision_icon_arrange_a_rout_against_authoritarian_party
		cost = 0
		days_remove = 25
		days_re_enable = 9
		available = {
			NOT = {
				has_government = neutrality
			}
			check_variable = { var = ROOT.party_power value = 20 compare = greater_than_or_equals }
		custom_trigger_tooltip = {
          tooltip = tt_n_up	
           NOT = { check_variable = { ROOT.Neu_inf < 15.00 } }		  
          }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 20 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs2_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
			modifier = {
				NOT = {
					has_government = neutrality
				}
				check_variable = { ROOT.Neu_inf > 33 }
				add = 1
			}
			modifier = {
				has_government = communism
				check_variable = { ROOT.Neu_inf < 35 }
				add = -2
			}
			modifier = {
				has_government = democratic
				check_variable = { ROOT.Neu_inf < 35 }
				add = -2
			}
			modifier = {
				has_government = neutrality
				check_variable = { ROOT.Neu_inf < 35 }
				add = -2
			}
		}
		complete_effect = {
			add_to_variable = { ROOT.party_power = -20 }
		}
		remove_effect = {
		
		custom_effect_tooltip = tt_n_comp
		
		hidden_effect = {		
		
			if = {
				limit = {
					has_government = communism
				}
				if = {
					limit = {
						check_variable = { ROOT.Com_inf > ROOT.Neu_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.8 }
						}
						75 = {
							country_event = { id = partiesinfluence.7 }
						}
					}
				}
				if = {
					limit = {
						check_variable = { ROOT.Com_inf < ROOT.Neu_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.7 }
						}
						75 = {
							country_event = { id = partiesinfluence.8 }
						}
					}
				}
			}
			if = {
				limit = {
					has_government = democratic
				}
				if = {
					limit = {
						check_variable = { ROOT.Dem_inf > ROOT.Neu_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.8 }
						}
						75 = {
							country_event = { id = partiesinfluence.7 }
						}
					}
				}
				if = {
					limit = {
						check_variable = { ROOT.Dem_inf < ROOT.Neu_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.7 }
						}
						75 = {
							country_event = { id = partiesinfluence.8 }
						}
					}
				}
			}
			if = {
				limit = {
					has_government = fascism
				}
				if = {
					limit = {
						check_variable = { ROOT.Fas_inf > ROOT.Neu_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.8 }
						}
						75 = {
							country_event = { id = partiesinfluence.7 }
						}
					}
				}
				if = {
					limit = {
						check_variable = { ROOT.Fas_inf < ROOT.Neu_inf }
					}
					random_list = {
						25 = {
							country_event = { id = partiesinfluence.7 }
						}
						75 = {
							country_event = { id = partiesinfluence.8 }
						}
					}
				}
		
		    }
		  }
		}
		
	}
}

   elections_reworked__parties_control = {
   
       raid_democratic = {
		icon = decision_icon_raid_democratic
		cost = 0
		days_remove = 60
		days_re_enable = 7
		available = {
			check_variable = { var = ROOT.party_power value = 20 compare = greater_than_or_equals }
		custom_trigger_tooltip = {
          tooltip = tt_d_infnm	
           NOT = {
			has_idea = high_democratic_influence
			has_idea = very_high_democratic_influence
			}	  
          }
		  democratic > 0.1
		  NOT = { has_government = democratic }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 20 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs2_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		modifier = { democratic_drift = -0.1 }
		complete_effect = {
			add_to_variable = { ROOT.party_power = -20 }
		}
		remove_effect = {
		}
	}
	
	raid_communism = {
		icon = decision_icon_raid_communism
		cost = 0
		days_remove = 60
		days_re_enable = 7
		available = {
			check_variable = { var = ROOT.party_power value = 20 compare = greater_than_or_equals }
		custom_trigger_tooltip = {
          tooltip = tt_c_infnm	
           NOT = {
			has_idea = high_communist_influence
			has_idea = very_high_communist_influence
			}	  
          }
		  communism > 0.1
		  NOT = { has_government = communism }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 20 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs2_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		modifier = { communism_drift = -0.1 }
		complete_effect = {
			add_to_variable = { ROOT.party_power = -20 }
		}
		remove_effect = {
		}
	}
	
	raid_fascism = {
		icon = decision_icon_raid_fascism
		cost = 0
		days_remove = 60
		days_re_enable = 7
		available = {
			check_variable = { var = ROOT.party_power value = 20 compare = greater_than_or_equals }
		custom_trigger_tooltip = {
          tooltip = tt_f_infnm	
           NOT = {
			has_idea = high_fascism_influence
			has_idea = very_high_fascism_influence
			}	  
          }
		  fascism > 0.1
		  NOT = { has_government = fascism }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 20 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs2_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		modifier = { fascism_drift = -0.1 }
		complete_effect = {
			add_to_variable = { ROOT.party_power = -20 }
		}
		remove_effect = {
		}
	}
	
	raid_neutrality = {
		icon = decision_icon_raid_neutrality
		cost = 0
		days_remove = 60
		days_re_enable = 7
		available = {
			check_variable = { var = ROOT.party_power value = 20 compare = greater_than_or_equals }
		custom_trigger_tooltip = {
          tooltip = tt_n_infnm	
           NOT = {
			has_idea = high_neutrality_influence
			has_idea = very_high_neutrality_influence
			}	  
          }
		  neutrality > 0.1
		  NOT = { has_government = neutrality }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 20 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs2_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		modifier = { neutrality_drift = -0.1 }
		complete_effect = {
			add_to_variable = { ROOT.party_power = -20 }
		}
		remove_effect = {
		}
	}
	
	democratic_party_actions = {
		icon = decision_icon_democratic_party_actions
		cost = 0
		days_remove = -1
		days_re_enable = 0
		available = {
			always = no
		}
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		complete_effect = {
		}
		remove_effect = {
		}
	}
	
	attract_foreign_investments = {
		icon = decision_icon_attract_foreign_investments
		cost = 0
		days_remove = 365
		days_re_enable = 60
		available = {
			check_variable = { var = ROOT.party_power value = 30 compare = greater_than_or_equals }
			custom_trigger_tooltip = {
          tooltip = tt_d_infm	
           OR = {
			has_idea = medium_democratic_influence
			has_idea = high_democratic_influence
			has_idea = very_high_democratic_influence
			}	  
          }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 30 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs1_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		modifier = {
        production_speed_buildings_factor = 0.2
		production_speed_industrial_complex_factor = 0.25 
		production_speed_arms_factory_factor = 0.1
		political_power_factor = -0.1
		base_fuel_gain_factor = -0.1
		local_resources_factor = -0.1
				
		}
		complete_effect = {
		  add_to_variable = { ROOT.party_power = -30 }
		  custom_effect_tooltip = tt_c_time60
		}
		remove_effect = {
		}
	}
	
	freedom_nation = {
		icon = decision_icon_freedom_nation
		cost = 0
		days_remove = 90
		days_re_enable = 60
		available = {
			check_variable = { var = ROOT.party_power value = 50 compare = greater_than_or_equals }
			custom_trigger_tooltip = {
          tooltip = tt_d_infh	
           OR = {
			has_idea = high_democratic_influence
			has_idea = very_high_democratic_influence
			}	  
          }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 50 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs3_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		modifier = { 
		political_power_factor = 0.05
		stability_weekly = 0.002
		consumer_goods_factor = 0.1
		}
		complete_effect = {
		  add_to_variable = { ROOT.party_power = -50 }
		  custom_effect_tooltip = tt_c_time60
		}
		remove_effect = {
		}
	}
	
	war_bondse = {
		icon = decision_icon_war_bondse
		cost = 0
		days_remove = 185
		days_re_enable = 60
		available = {
			check_variable = { var = ROOT.party_power value = 75 compare = greater_than_or_equals }
			custom_trigger_tooltip = {
          tooltip = tt_d_infvh	
			has_idea = very_high_democratic_influence	  
          }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 75 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs4_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		modifier = { 
		send_volunteers_tension = -1
		lend_lease_tension = -1
		guarantee_tension = -0.25
		industrial_capacity_factory = 0.1
		justify_war_goal_time = 0.25
		}
		complete_effect = {
		  add_to_variable = { ROOT.party_power = -75 }
		  custom_effect_tooltip = tt_c_time60
		}
		remove_effect = {
		}
	}
	
	communism_party_actions = {
		icon = decision_icon_communism_party_actions
		cost = 0
		days_remove = -1
		days_re_enable = 0
		available = {
			always = no
		}
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		complete_effect = {
		}
		remove_effect = {
		}
	}
	
	shock_work = {
		icon = decision_icon_shock_work
		cost = 0
		days_remove = 30
		days_re_enable = 60
		available = {
			check_variable = { var = ROOT.party_power value = 30 compare = greater_than_or_equals }
			custom_trigger_tooltip = {
          tooltip = tt_c_infm	
           OR = {
			has_idea = medium_communist_influence
			has_idea = high_communist_influence
			has_idea = very_high_communist_influence
			}	  
          }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 30 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs1_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		modifier = { 
        production_speed_buildings_factor = 2
        industrial_capacity_factory = -0.2		
		}
		complete_effect = {
		  add_to_variable = { ROOT.party_power = -30 }
		  custom_effect_tooltip = tt_c_time60
		}
		remove_effect = {
		}
	}
	
	red_volunteers = {
		icon = decision_icon_red_volunteers
		cost = 0
		days_remove = 185
		days_re_enable = 60
		available = {
			check_variable = { var = ROOT.party_power value = 50 compare = greater_than_or_equals }
			custom_trigger_tooltip = {
          tooltip = tt_c_infh	
           OR = {
			has_idea = high_communist_influence
			has_idea = very_high_communist_influence
			}	  
          }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 50 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs3_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		modifier = { 
        conscription = 0.005
		war_support_weekly_factor = 0.1
		defensive_war_stability_factor = 0.25
		production_factory_efficiency_gain_factor = -0.1
		}
		complete_effect = {
		  add_to_variable = { ROOT.party_power = -50 }
		  custom_effect_tooltip = tt_c_time60
		}
		remove_effect = {
		}
	}
	
	everything_for_front = {
		icon = decision_icon_everything_for_front
		cost = 0
		days_remove = 150
		days_re_enable = 60
		available = {
			check_variable = { var = ROOT.party_power value = 75 compare = greater_than_or_equals }
			custom_trigger_tooltip = {
          tooltip = tt_c_infvh	
			has_idea = very_high_communist_influence	  
          }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 75 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs4_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		modifier = { 
        production_factory_efficiency_gain_factor = 0.4
		production_factory_max_efficiency_factor = 0.25
		production_lack_of_resource_penalty_factor = -0.3 
		production_speed_bunker_factor = 0.6
		consumer_goods_factor = -0.1
        stability_factor = -0.15
		political_power_factor = -0.4
		attrition = -0.2
		conversion_cost_civ_to_mil_factor = -0.25
		industrial_capacity_factory = 0.1
		industrial_capacity_dockyard = 0.1
		land_reinforce_rate = 0.2
		}
		complete_effect = {
		  add_to_variable = { ROOT.party_power = -75 }
		  custom_effect_tooltip = tt_c_time60
		}
		remove_effect = {
		}
	}
	
	fascism_party_actions = {
		icon = decision_icon_fascism_party_actions
		cost = 0
		days_remove = -1
		days_re_enable = 0
		available = {
			always = no
		}
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		complete_effect = {
		}
		remove_effect = {
		}
	}
	
	militarization_politics = {
		icon = decision_icon_militarization_politics
		cost = 0
		days_remove = 90
		days_re_enable = 60
		available = {
			check_variable = { var = ROOT.party_power value = 30 compare = greater_than_or_equals }
			custom_trigger_tooltip = {
          tooltip = tt_f_infm	
           OR = {
			has_idea = medium_fascism_influence
			has_idea = high_fascism_influence
			has_idea = very_high_fascism_influence
			}	  
          }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 30 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs1_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		modifier = { 
        war_support_weekly = 0.002
		experience_gain_army = 0.2
		stability_factor = -0.1
		offensive_war_stability_factor = 0.2
		mobilization_speed = 0.3
		
		}
		complete_effect = {
		  add_to_variable = { ROOT.party_power = -30 }
		  custom_effect_tooltip = tt_c_time60
		}
		remove_effect = {
		}
	}
	
	forced_industry = {
		icon = decision_icon_forced_industry
		cost = 0
		days_remove = 185
		days_re_enable = 60
		available = {
			check_variable = { var = ROOT.party_power value = 50 compare = greater_than_or_equals }
			custom_trigger_tooltip = {
          tooltip = tt_f_infh	
           OR = {
			has_idea = high_fascism_influence
			has_idea = very_high_fascism_influence
			}	  
          }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 50 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs3_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		modifier = { 
		stability_factor = -0.1
		industrial_capacity_factory = 0.1
		conversion_cost_civ_to_mil_factor = -0.3
		production_speed_arms_factory_factor = 0.2 
		}
		complete_effect = {
		  add_to_variable = { ROOT.party_power = -50 }
		  custom_effect_tooltip = tt_c_time60
		}
		remove_effect = {
		}
	}
	
	focus_on_war = {
		icon = decision_icon_focus_on_war
		cost = 0
		days_remove = 180
		days_re_enable = 60
		available = {
			check_variable = { var = ROOT.party_power value = 75 compare = greater_than_or_equals }
			custom_trigger_tooltip = {
          tooltip = tt_f_infvh	
			has_idea = very_high_fascism_influence	  
          }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 75 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs4_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		modifier = { 
		stability_factor = -0.1
		consumer_goods_factor = -0.05
		experience_gain_army_factor = 0.1
		experience_gain_army_unit_factor = 0.2
		land_reinforce_rate = 0.1
		army_org_factor = 0.1
		production_speed_buildings_factor = -0.25		
		
		}
		complete_effect = {
		  add_to_variable = { ROOT.party_power = -75 }
		  custom_effect_tooltip = tt_c_time60
		}
		remove_effect = {
		}
	}
	
	neutrality_party_actions = {
		icon = decision_icon_neutrality_party_actions
		cost = 0
		days_remove = -1
		days_re_enable = 0
		available = {
			always = no
		}
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		complete_effect = {
		}
		remove_effect = {
		}
	}
	
	trade_benefits = {
		icon = decision_icon_trade_benefits
		cost = 0
		days_remove = 730
		days_re_enable = 60
		available = {
			check_variable = { var = ROOT.party_power value = 30 compare = greater_than_or_equals }
			custom_trigger_tooltip = {
          tooltip = tt_n_infm	
           OR = {
			has_idea = medium_neutrality_influence
			has_idea = high_neutrality_influence
			has_idea = very_high_neutrality_influence
			}	  
          }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 30 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs1_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		modifier = { 
        trade_opinion_factor = 1
		min_export = 0.05
		drift_defence_factor = -0.2
		}
		complete_effect = {
		  add_to_variable = { ROOT.party_power = -30 }
		  custom_effect_tooltip = tt_c_time60
		}
		remove_effect = {
		}
	}
	
	relieve_bureaucracy = {
		icon = decision_icon_relieve_bureaucracy
		cost = 0
		days_remove = 185
		days_re_enable = 60
		available = {
			check_variable = { var = ROOT.party_power value = 50 compare = greater_than_or_equals }
			custom_trigger_tooltip = {
          tooltip = tt_n_infh	
           OR = {
			has_idea = high_neutrality_influence
			has_idea = very_high_neutrality_influence
			}	  
          }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 50 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs3_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		modifier = { 
        political_power_factor = 0.2
		local_building_slots_factor = 0.2
		production_speed_buildings_factor = 0.2
		mobilization_speed = -0.2
		conversion_cost_civ_to_mil_factor = -0.1
		conversion_cost_mil_to_civ_factor = -0.1
		industrial_capacity_factory = -0.05
		industrial_capacity_dockyard = -0.05
		}
		complete_effect = {
		  add_to_variable = { ROOT.party_power = -50 }
		  custom_effect_tooltip = tt_c_time60
		}
		remove_effect = {
		}
	}
	
	mutually_beneficial_assistance = {
		icon = decision_icon_mutually_beneficial_assistance
		cost = 0
		days_remove = 180
		days_re_enable = 60
		available = {
			check_variable = { var = ROOT.party_power value = 75 compare = greater_than_or_equals }
			custom_trigger_tooltip = {
          tooltip = tt_n_infvh	
			has_idea = very_high_neutrality_influence	  
          }
		}
		custom_cost_trigger = {
		check_variable = { var = ROOT.party_power value = 75 compare = greater_than_or_equals }
        }
        custom_cost_text = tt_part_vs4_cost
		visible = {
			always = yes
		}
		ai_will_do = {
			base = 1
		}
		modifier = { 
		political_power_factor = -0.1        
		join_faction_tension = -1
		enemy_declare_war_tension = 0.2
		opinion_gain_monthly_same_ideology_factor = 0.2
		
		}
		complete_effect = {
		  add_to_variable = { ROOT.party_power = -75 }
		  custom_effect_tooltip = tt_c_time60
		}
		remove_effect = {
		}
	}
   
   
   
   
   
   
   
   
   }
