advcm_add_throughput = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			add_modifier = advcm_add_building_throughput
		}
	}
}

advcm_remove_throughput = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			remove_modifier = advcm_add_building_throughput
		}
	}
}

advcm_add_goods_input_reduction = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			add_modifier = advcm_add_building_input_reduction
		}
	}
}

advcm_remove_goods_input_reduction = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			remove_modifier = advcm_add_building_input_reduction
		}
	}
}

advcm_add_offense_modifier = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			add_modifier = advcm_add_offense
		}
	}
}

advcm_remove_offense_modifier = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			remove_modifier = advcm_add_offense
		}
	}
}

advcm_add_defense_modifier = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			add_modifier = advcm_add_defense
		}
	}
}

advcm_remove_defense_modifier = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			remove_modifier = advcm_add_defense
		}
	}
}

advcm_add_kill_rate_modifier = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			add_modifier = advcm_add_kill_rate
		}
	}
}

advcm_remove_kill_rate_modifier = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			remove_modifier = advcm_add_kill_rate
		}
	}
}

advcm_add_recovery_rate_modifier = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			add_modifier = advcm_add_recovery_rate
		}
	}
}

advcm_remove_recovery_rate_modifier = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			remove_modifier = advcm_add_recovery_rate
		}
	}
}

advcm_add_assimilation_modifier = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			add_modifier = advcm_add_assimilation
		}
	}
}

advcm_remove_assimilation_modifier = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			remove_modifier = advcm_add_assimilation
		}
	}
}

advcm_add_education_modifier = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			add_modifier = advcm_add_education
		}
	}
}

advcm_remove_education_modifier = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			remove_modifier = advcm_add_education
		}
	}
}

advcm_add_income_modifier = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			add_modifier = advcm_add_income
		}
	}
}

advcm_remove_income_modifier = {
	scope = country
	
	effect = {
		var:advcm_selected_country = {
			remove_modifier = advcm_add_income
		}
	}
}

