sympathy_elves = {
	
	potential = {
		NOT = { culture_group = elven }
	}

	same_opinion = 15
	elven_opinion = 15

	customizer = no
	random = no
}
sympathy_human = {
	birth = 100
	
	potential = {
		OR = {
			culture_group = draconian
			culture_group = elven
			culture_group = ork
		}
	}

	same_opinion = 15
	general_opinion = 5

	customizer = no
}

human_trait = {

	opposites = {
		undead_trait
		elf_trait
		dragon_trait
		drakken_trait
		ork_trait
		half_blood_elf
		half_blood_dragon
		half_blood_drakken
		half_blood_ork
	}
	
	potential = {
		NOR = {
			graphical_culture = draugrgfx
			graphical_culture = mummygfx
			graphical_culture = etherealelvengfx
			graphical_culture = etherealdrakkengfx
			graphical_culture = highelvengfx
			graphical_culture = darkelvengfx
			graphical_culture = forestelvengfx
			graphical_culture = dragongfx
			graphical_culture = drakkengfx
			graphical_culture = orkgfx
		}
	}

	opposite_opinion = -5

	customizer = no
	random = no
}

undead_trait = {

	opposites = {
		human_trait
		elf_trait
		dragon_trait
		drakken_trait
		ork_trait
		half_blood_elf
		half_blood_dragon
		half_blood_drakken
		half_blood_ork
	}
	
	# potential = {
		# OR = {
			# graphical_culture = draugrgfx
			# graphical_culture = mummygfx
			# graphical_culture = etherealgfx
			# graphical_culture = etherealdrakkengfx
			# graphical_culture = etherealelvengfx
		# }
	# }

	general_opinion = -20

	customizer = no
	random = no
}

elf_trait = {

	opposites = {
		human_trait
		undead_trait
		dragon_trait
		drakken_trait
		ork_trait
		half_blood_elf
		half_blood_dragon
		half_blood_drakken
		half_blood_ork
	}
	
	# potential = {
		# OR = {
			# graphical_culture = etherealelvengfx
			# graphical_culture = highelvengfx
			# graphical_culture = darkelvengfx
			# graphical_culture = forestelvengfx
		# }
	# }

	health = 5
	fertility_penalty = -0.1

	customizer = no
	random = no
}
dragon_trait = {

	opposites = {
		human_trait
		undead_trait
		elf_trait
		drakken_trait
		ork_trait
		half_blood_elf
		half_blood_dragon
		half_blood_drakken
		half_blood_ork
	}
	
	#potential = { graphical_culture = dragongfx }

	health = 6
	fertility = -10.0
	martial = 8
	combat_rating = 50

	customizer = no
	random = no
}
drakken_trait = {

	opposites = {
		human_trait
		undead_trait
		elf_trait
		dragon_trait
		ork_trait
		half_blood_elf
		half_blood_dragon
		half_blood_drakken
		half_blood_ork
	}
	
	# potential = {
		# OR = {
			# graphical_culture = etherealdrakkengfx
			# graphical_culture = drakkengfx
		# }
	# }

	martial = 2
	combat_rating = 10

	customizer = no
	random = no
}
ork_trait = {

	opposites = {
		human_trait
		undead_trait
		elf_trait
		dragon_trait
		drakken_trait
		half_blood_elf
		half_blood_dragon
		half_blood_drakken
		half_blood_ork
	}
	
	#potential = { graphical_culture = orkgfx }

	health_penalty = -2
	martial = 4
	combat_rating = 10
	same_opinion = 5

	customizer = no
	random = no
}

half_blood_elf = {

	opposites = {
		human_trait
		undead_trait
		elf_trait
		dragon_trait
		drakken_trait
		ork_trait
		half_blood_dragon
		half_blood_drakken
		half_blood_ork
	}
	
	# potential = {
		# NOR = {
			# graphical_culture = highelvengfx
			# graphical_culture = darkelvengfx
			# graphical_culture = forestelvengfx
		# }
	# }

	health = 3
	same_opinion = 15

	#customizer = no
	random = no
	
	ruler_designer_cost = 12
}
half_blood_dragon = {

	opposites = {
		human_trait
		undead_trait
		elf_trait
		dragon_trait
		drakken_trait
		ork_trait
		half_blood_elf
		half_blood_drakken
		half_blood_ork
	}
	
	# potential = {
		# NOT = { graphical_culture = dragongfx }
	# }

	health = 3
	martial = 4
	combat_rating = 20
	same_opinion = 15

	#customizer = no
	random = no
	
	ruler_designer_cost = 24
}
half_blood_drakken = {

	opposites = {
		human_trait
		undead_trait
		elf_trait
		dragon_trait
		drakken_trait
		ork_trait
		half_blood_elf
		half_blood_dragon
		half_blood_ork
	}
	
	# potential = {
		# NOT = { graphical_culture = drakkengfx }
	# }

	martial = 1
	same_opinion = 15

	#customizer = no
	random = no
	
	ruler_designer_cost = 6
}
half_blood_ork = {

	opposites = {
		human_trait
		undead_trait
		elf_trait
		dragon_trait
		drakken_trait
		ork_trait
		half_blood_elf
		half_blood_dragon
		half_blood_drakken
	}
	
	# potential = {
		# NOT = { graphical_culture = orkgfx }
	# }

	health_penalty = -1
	martial = 2
	combat_rating = 10
	same_opinion = 15

	#customizer = no
	random = no
	
	ruler_designer_cost = 12
}

monster_hunter = {
	birth = 5

	potential = {
		NOT = { culture_group = ork }
	}

	lifestyle = yes

	opposites = { 
		vampire
		werewolf
	}

	martial = 4
	learning = 2
	health = 1
	monthly_character_piety = 0.4
	church_opinion = 20
}
vampire = {
	birth = 10
	cached = yes

	opposites = {
		werewolf
		monster_hunter
	}

	is_visible = {
		OR = {
			character = FROM
			FROM = { culture_group = undead }
			#FROM = { has_character_modifier = known_vampire }
			has_global_flag = magical_age_restored
			trait = vampire
			culture_group = undead
		}
	}
	
	immortal = yes

	same_opinion = 45
	opposite_opinion = -100
	#christian_opinion = -50
	#muslim_opinion = -50
	#jewish_opinion = -50
	
	fertility = -1
	diplomacy = 2
	martial = 6
	intrigue = 2
	learning = 2
	
	ai_rationality = 20
	ai_honor = -20
}
werewolf = {
	#birth = 5
	cached = yes

	opposites = {
		vampire
		monster_hunter
	}
	
	is_visible = {
		OR = {
			character = FROM
			FROM = { culture_group = undead }
			#FROM = { has_character_modifier = known_werewolf }
			has_global_flag = magical_age_restored
			trait = werewolf
			culture_group = undead
		}
	}
	
	immortal = yes
	customizer = no
	random = no

	same_opinion = 30
	opposite_opinion = -75
	#christian_opinion = -30
	#muslim_opinion = -30
	#jewish_opinion = -30
	
	diplomacy = -1
	martial = 10
	intrigue = -1
}

has_drakkodin = {
	cached = yes

	is_epidemic = yes
	is_illness = yes
	
	customizer = no
	random = no
	
	health = 10
	monthly_character_prestige = -0.5
	christian_opinion = -15
	draconian_opinion = 25
	
	diplomacy = -4
	sex_appeal_opinion = -10
	fertility_penalty = -0.2
	
	ai_rationality = -50
	
	male_insult = INSULT_FREAK
	female_insult = INSULT_FREAK
	child_insult = INSULT_FREAK
	male_insult_adj = INSULT_HEINOUS
	female_insult_adj = INSULT_HEINOUS
	child_insult_adj = INSULT_HEINOUS
}

deity = {
	cached = yes

	opposites = {
		immortal
	}
	
	diplomacy = 5
	stewardship = 5
	martial = 5
	intrigue = 5
	learning = 5
	health = 10
	
	same_religion_opinion = 50
	infidel_opinion = -25
	
	ai_zeal = 10
	random = no
	customizer = no
	immortal = yes
}

on_quest = {
	health = -0.5
	monthly_character_prestige = 0.1
	
	pilgrimage = yes    # Will need a regent, but can still be guardian to children
	customizer = no
}

slave = {
	lifestyle = yes

	opposites = {
		slaver
	}
	
	cannot_marry = yes
	cannot_inherit = yes
	
	customizer = no
	random = no
	
	fertility = -0.25
	diplomacy = -3
	intrigue = -3
	learning = -4
	health = -1
	opposite_opinion = -100
}
slaver = {
	lifestyle = yes

	opposites = {
		slave
	}
	
	customizer = no
	random = no
	
	diplomacy = -1
	intrigue = 1
	martial = 2
	same_opinion = 15
	christian_opinion = -30
	muslim_opinion = -30
	jewish_group_opinion = -30
	indian_group_opinion = -30
	taoist_opinion = -30
	
	ai_greed = 15
	ai_honor = -5
	ai_zeal = 5
	ai_ambition = 10
}

wizard = {

	potential = {
		NOT = { culture_group = ork }
		OR = {
			trait = wizard
			culture_group = elven
			culture_group = undead
			NOT = { has_global_flag = magical_age_not_restored }
		}
	}
	
	lifestyle = yes
	
	opposites = {
		sorcerer
		mystic
	}
	
	learning = 4
	health = 2
	
	same_opinion = 20
	opposite_opinion = -20
}
sorcerer = {

	potential = {
		NOT = { culture_group = ork }
		OR = {
			trait = sorcerer
			culture_group = elven
			culture_group = undead
			NOT = { has_global_flag = magical_age_not_restored }
		}
	}

	lifestyle = yes
	
	opposites = {
		wizard
		mystic
	}
	
	learning = 3
	intrigue = 1
	health = 2
	
	same_opinion = 20
	opposite_opinion = -20
}
apprentice_wizard = {

	potential = {
		NOT = { culture_group = ork }
		NOT = { age = 16 }
		OR = {
			trait = apprentice_wizard
			culture_group = elven
			culture_group = undead
			NOT = { has_global_flag = magical_age_not_restored }
		}
	}

	lifestyle = yes
	
	opposites = {
		apprentice_sorcerer
		sorcerer
	}
	
	learning = 2
	health = 0.5
	
	same_opinion = 10
	opposite_opinion = -10
	
	customizer = no
	random = no
}
apprentice_sorcerer = {

	potential = {
		NOT = { culture_group = ork }
		NOT = { age = 16 }
		OR = {
			trait = apprentice_sorcerer
			culture_group = elven
			culture_group = undead
			NOT = { has_global_flag = magical_age_not_restored }
		}
	}

	lifestyle = yes
	
	opposites = {
		apprentice_wizard
		wizard
	}
	
	learning = 1
	health = 0.5
	
	same_opinion = 10
	opposite_opinion = -10
	
	customizer = no
	random = no
}

familiar_wisp = {

	potential = {
		NOT = { culture_group = ork }
	}

	opposites = {
		familiar_horse
		familiar_snake
		familiar_raven
		familiar_rat
	}
	
	learning = 2
	intrigue = 1
	health = 0.5
	
	general_opinion = 5
	mythical_religion_group_opinion = 10
	
	customizer = no
	random = no
}
familiar_horse = {

	potential = {
		NOT = { culture_group = ork }
	}

	opposites = {
		familiar_wisp
		familiar_snake
		familiar_raven
		familiar_rat
	}
	
	stewardship = 2
	martial = 1
	health = 0.5
	
	combat_rating = 10
	
	customizer = no
	random = no
}
familiar_snake = {

	potential = {
		NOT = { culture_group = ork }
	}

	opposites = {
		familiar_wisp
		familiar_horse
		familiar_raven
		familiar_rat
	}
	
	martial = 2
	intrigue = 1
	health = 0.5
	
	combat_rating = 10
	
	customizer = no
	random = no
}
familiar_raven = {

	potential = {
		NOT = { culture_group = ork }
	}

	opposites = {
		familiar_wisp
		familiar_horse
		familiar_rat
	}
	
	intrigue = 2
	martial = 1
	health = 0.5
	
	combat_rating = 10
	
	customizer = no
	random = no
}
familiar_rat = {

	potential = {
		NOT = { culture_group = ork }
	}

	opposites = {
		familiar_wisp
		familiar_horse
		familiar_raven
	}
	
	stewardship = 2
	intrigue = 2
	health = 0.5
	
	general_opinion = -5
	
	customizer = no
	random = no
}