MEL_anti_soviet_sabotage = {

	MEL_sabotage_military_depots = {
		icon = GFX_decision_generic_sabotage
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			has_intelligence_agency = yes
			any_state = { is_controlled_by = SOV }
		}
		
		cost = 50
		days_remove = 30
		
		ai_will_do = {
			factor = 80
		}
		
		complete_effect = {
			SOV = { 
				add_war_support = -0.05
				remove_equipment = { type = infantry_equipment_1 amount = 3000 }
				remove_equipment = { type = artillery_equipment_1 amount = 500 }
			}
			add_experience = 15
		}
	}

	MEL_destroy_infrastructure = {
		icon = GFX_decision_generic_destroy_infrastructure
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			has_intelligence_agency = yes
		}
		
		cost = 35
		days_remove = 25
		
		ai_will_do = {
			factor = 70
		}
		
		complete_effect = {
			SOV = { 
				add_manpower = -10000
			}
			random_controlled_state = {
				limit = { is_controlled_by = SOV }
				remove_building = infrastructure
			}
		}
	}

	MEL_spread_anti_soviet_propaganda = {
		icon = GFX_decision_generic_propaganda
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			has_political_power > 70
		}
		
		cost = 40
		days_remove = 30
		
		ai_will_do = {
			factor = 90
		}
		
		complete_effect = {
			SOV = {
				add_stability = -0.08
				add_war_support = -0.06
			}
			add_political_power = 25
		}
	}

	MEL_sabotage_railways = {
		icon = GFX_decision_generic_destroy_railway
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			any_state = { is_controlled_by = SOV }
		}
		
		cost = 30
		days_remove = 20
		
		complete_effect = {
			random_controlled_state = {
				limit = { is_controlled_by = SOV }
				add_state_modifier = {
					name = railway_sabotage
					duration = 30
				}
			}
		}
	}

	MEL_destroy_supply_depots = {
		icon = GFX_decision_generic_destroy_supply
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			has_intelligence_agency = yes
		}
		
		cost = 45
		days_remove = 35
		
		complete_effect = {
			SOV = {
				remove_equipment = { type = support_equipment amount = 1500 }
				remove_equipment = { type = artillery_equipment amount = 800 }
				remove_equipment = { type = infantry_equipment amount = 5000 }
			}
		}
	}

	MEL_spread_defeatism_red_army = {
		icon = GFX_decision_generic_propaganda_war
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			SOV = { war_support > 0.4 }
		}
		
		cost = 55
		days_remove = 40
		
		complete_effect = {
			SOV = {
				add_war_support = -0.10
				add_war_support = -0.05
			}
		}
	}

	MEL_sabotage_airfields = {
		icon = GFX_decision_generic_destroy_airfield
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			has_intelligence_agency = yes
		}
		
		cost = 60
		days_remove = 45
		
		complete_effect = {
			SOV = {
				remove_equipment = { type = fighter amount = 50 }
				remove_equipment = { type = close_air_support amount = 30 }
				add_air_experience = -75
			}
		}
	}

	MEL_organize_partisan_units = {
		icon = GFX_decision_generic_resistance
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			manpower > 0.08
		}
		
		cost = 70
		days_remove = 60
		
		complete_effect = {
			SOV = {
				add_manpower = -15000
				add_stability = -0.05
			}
			add_experience = 30
		}
	}

	MEL_increase_party_popularity = {
		icon = GFX_decision_generic_political_pressure
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			has_political_power > 50
		}
		
		cost = 35
		days_remove = 30
		
		ai_will_do = {
			factor = 85
		}
		
		complete_effect = {
			SOV = {
				add_stability = -0.03
			}
		}
	}

	MEL_spread_separatist_sentiment = {
		icon = GFX_decision_generic_nationalism
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			has_intelligence_agency = yes
		}
		
		cost = 45
		days_remove = 35
		
		complete_effect = {
			SOV = {
				add_stability = -0.07
				add_war_support = -0.04
				add_manpower = -20000
			}
		}
	}

	MEL_corrupt_soviet_officials = {
		icon = GFX_decision_generic_corruption
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			has_political_power > 80
		}
		
		cost = 60
		days_remove = 50
		
		complete_effect = {
			SOV = {
				add_political_power = -50
			}
			add_political_power = 40
		}
	}

	MEL_spread_pacifist_movement = {
		icon = GFX_decision_generic_pacifism
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			SOV = { war_support > 0.3 }
		}
		
		cost = 40
		days_remove = 30
		
		complete_effect = {
			SOV = {
				add_war_support = -0.08
			}
		}
	}

	MEL_support_anti_communist_groups = {
		icon = GFX_decision_generic_support_opposition
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			has_intelligence_agency = yes
		}
		
		cost = 55
		days_remove = 40
		
		complete_effect = {
			SOV = {
				add_stability = -0.06
				add_political_power = -30
			}
		}
	}

	MEL_spread_mari_nationalism = {
		icon = GFX_decision_generic_cultural_identity
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			any_state = { is_core_of = MEL is_controlled_by = SOV }
		}
		
		cost = 50
		days_remove = 35
		
		complete_effect = {
			SOV = {
				add_stability = -0.09
				add_manpower = -25000
			}
			add_war_support = 0.05
			add_stability = 0.03
		}
	}

	MEL_disrupt_soviet_propaganda = {
		icon = GFX_decision_generic_counter_propaganda
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			has_political_power > 60
		}
		
		cost = 45
		days_remove = 30
		
		complete_effect = {
			SOV = {
				add_war_support = -0.07
				add_stability = -0.04
			}
			add_political_power = 35
		}
	}

	MEL_encourage_desertion = {
		icon = GFX_decision_generic_desertion
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			SOV = { manpower > 0.5 }
		}
		
		cost = 65
		days_remove = 45
		
		complete_effect = {
			SOV = {
				add_manpower = -30000
				add_war_support = -0.05
			}
			add_manpower = 10000
		}
	}

	MEL_sabotage_industry = {
		icon = GFX_decision_generic_sabotage_industry
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			has_intelligence_agency = yes
		}
		
		cost = 55
		days_remove = 40
		
		complete_effect = {
			SOV = {
				random_owned_state = {
					add_state_modifier = {
						name = industrial_sabotage
						duration = 30
					}
				}
			}
		}
	}

	MEL_disrupt_trade = {
		icon = GFX_decision_generic_disrupt_trade
		
		allowed = {
			original_tag = MEL
		}
		
		available = {
			has_war_with = SOV
			has_intelligence_agency = yes
		}
		
		cost = 40
		days_remove = 35
		
		complete_effect = {
			SOV = {
				add_opinion_modifier = {
					target = ROOT
					modifier = trade_disruption
				}
			}
		}
	}
}