#########################################################################
# OPINION MODIFIERS
##########################################################################
# value
# min_trust
# max_trust
# decay
# months/years/days = timer
# trade = yes/no

opinion_modifiers = {
    #Permanent modifiers
	
	POR_increase_very_small = { value = 5 }
	POR_decrease_very_small = { value = -5 }
	POR_increase_small = { value = 10 } 
	POR_decrease_small = { value = -10 } 
	POR_increase_opinion = { value = 15 } 
	POR_decrease_opinion = { value = -15 }
	POR_increase_medium = { value = 20 } 
	POR_decrease_medium = { value = -20 }
	#Temporary modifiers
	
	test_order_guns = { value = 20 months = 24 }
	
	POR_trade_deal = { value = 10 }
	POR_kingdom_and_empire = { value = 10 }
	POR_new_management = { value = 10 }
}