# Event-Added Modifiers

infiltration = { # on Province
	local_intel_to_enemies = 2
	army_defence_factor = -0.8
}

### VOLUNTEER LIMITS ###

# To be used in combination with add_relation_modifier
# Example:
# add_relation_modifier = {
#	target = TAG
#	modifier = volunteer_limit_plus_three
# }

volunteer_limit_plus_three = { #modifier tooltip volunteer_limit_plus_three_tt
	send_volunteer_size = 3
}

volunteer_limit_plus_two = { #modifier tooltip volunteer_limit_plus_two_tt
	send_volunteer_size = 2
}

volunteer_limit_plus_one = { #modifier tooltip volunteer_limit_plus_one_tt
	send_volunteer_size = 1
}

volunteer_limit_plus_fifty_percent = { #modifier tooltip volunteer_limit_plus_fifty_percent_tt
	send_volunteer_factor = 0.5
}

volunteer_limit_plus_hundred_percent = { #modifier tooltip volunteer_limit_plus_hundred_percent_tt
	send_volunteer_factor = 1
}
