#########################################################################
# OPINION MODIFIERS
##########################################################################
# value
# min_trust
# max_trust
# decay
# Decay uses the unit you use for the modifier (timer), and is calculated normally.
# This means a positive decay is required to annul negative modifiers, and the other way around applies for positive modifiers.
# Further Research implies decay is always per month (?) and can use non-whole numbers (like 2.3)
# If a unit of time is put, but no decay - is the modifier removed after that time? Further testing required
# months/years/days = timer
# trade = yes/no
opinion_modifiers = {
	
	NA_N_cooperative_tribe_opinion_modifier = {
		value = 25
	}
	
	NA_N_history_of_alliances_opinion_modifier = {
		value = 50
	}
	
	NA_N_history_of_conflict_opinion_modifier = {
		value = -100
	}
	
	NA_N_territory_disputes_opinion_modifier = {
		value = -100
	}
	
	first_nations_colonial_encroacher_opinion_modifier = {
		value = -100
	}
	
	acw_first_nations_choose_USA_strong_opinion_modifier = {
		value = 100
		years = 10
	}
	
	acw_first_nations_choose_CSA_strong_opinion_modifier = {
		value = 100
		years = 10
	}
	
	acw_first_nations_choose_USA_normal_opinion_modifier = {
		value = 75
		years = 10
	}
	
	acw_first_nations_choose_CSA_normal_opinion_modifier = {
		value = 75
		years = 10
	}
	
	acw_first_nations_choose_USA_weak_opinion_modifier = {
		value = 50
		years = 10
	}
	
	acw_first_nations_choose_CSA_weak_opinion_modifier = {
		value = 50
		years = 10
	}
	
	acw_first_nations_choose_USA_negative_opinion_modifier = {
		value = -100
		years = 10
	}
	
	acw_first_nations_choose_CSA_negative_opinion_modifier = {
		value = -100
		years = 10
	}
	
	NA_N_removed_settlers_opinion_modifier = {
		value = -25
		years = 10
	}
	
}
