
# 
opinion_nuker2 = {
	opinion = {
		base = 0
		modifier = {
			add = -100
			NOT = { has_ethic = "ethic_militarist" }
			NOT = { has_ethic = "ethic_fanatic_militarist" }
			NOT = { is_country_type = fallen_empire }
		}		
		modifier = {
			add = -50
			has_ethic = "ethic_pacifist"
			NOT = { is_country_type = fallen_empire }
		}
		modifier = {
			add = -100
			has_ethic = "ethic_fanatic_pacifist"
			NOT = { is_country_type = fallen_empire }
		}
		modifier = {
			add = -50
			has_ai_personality = fallen_empire_xenophile
		}			
	}
	
	min = -1000
	
	accumulative = yes

	decay = {
		base = 2
	}
}

# ˸
opinion_nuker3 = {
	opinion = {
		base = 0
		modifier = {
			add = -100
			NOT = { has_ethic = "ethic_militarist" }
			NOT = { has_ethic = "ethic_fanatic_militarist" }
			NOT = { is_country_type = fallen_empire }
		}		
		modifier = {
			add = -50
			has_ethic = "ethic_pacifist"
			NOT = { is_country_type = fallen_empire }
		}
		modifier = {
			add = -100
			has_ethic = "ethic_fanatic_pacifist"
			NOT = { is_country_type = fallen_empire }
		}
		modifier = {
			add = -50
			has_ai_personality = fallen_empire_xenophile
		}			
	}
	
	min = -1000
	
	accumulative = yes

	decay = {
		base = 2
	}
}


