
is_amazonian = { # Amazonian
	attribute = martial
	education = no
	random = no
	potential = {
		is_female = yes
		age = 13
	}	

	command_modifier = {
		siege = 0.1
	}
	
	male_opinion = -10
	same_opinion = 15		# there's no 'hates men' modifier, so they like other amazonians a lot 
	opposite_opinion = -50

	ai_honor = 50
	
	opposites = { 
		giant_lord
		giant_king
	}
	
	male_insult = INSULT_UPSTART
	female_insult = INSULT_UPSTART
	male_compliment = COMPL_CONQUEROR
	female_compliment = COMPL_CONQUEROR
	child_compliment_adj = COMPL_GOOD
	child_insult_adj = INSULT_FARTMASTER
}

is_amazonian_immortal = { # Legendary Amazonian
	attribute = martial
	education = no
	random = no
	immortal = yes
	potential = {
		is_female = yes
		age = 16
	}
	
	combat_rating = 25
	command_modifier = {
		siege = 0.5
	}
	
	male_opinion = -15
	opposite_opinion = -100

	ai_rationality = 100
	ai_zeal = 100
	ai_greed = -50
	ai_honor = 100
	ai_ambition = 50
	
	opposites = { 
		giant_lord
		giant_king
	}
	
	male_insult = INSULT_UPSTART
	female_insult = INSULT_UPSTART
	male_compliment = COMPL_CONQUEROR
	female_compliment = COMPL_CONQUEROR
	child_compliment_adj = COMPL_GOOD
	child_insult_adj = INSULT_FARTMASTER
}

amazonian_leader = { # Heroine
	leader = yes
	education = no
	random = no
	
	potential = {
		is_female = yes
	}
	
	combat_rating = 15
	global_levy_size = 0.12
	sex_appeal_opinion = 10
	
	ai_honor = 100
	
}	
	
giant_lord = {	# Giant Lord
	attribute = martial
	education = no
	random = no
	
	potential = {
		is_female = no
		trait = giant
	}
		
	martial = 10
	intrigue = 5
	combat_rating = 20
	command_modifier = {
		siege = 0.2
		morale_offence = 0.2
		heavy_infantry = 0.2
		speed = -0.1
	}
	
	general_opinion = -10
	opposite_opinion = -50
	
	ai_greed = 50
	ai_honor = -50
	ai_ambition = 250
	
	opposites = { 
		is_amazonian
		is_amazonian_immortal
	}
	
	male_insult_adj = INSULT_MONSTROUS
	female_insult_adj = INSULT_EVIL
	child_insult_adj = INSULT_UGLY
	
}	

giant_king = {	# Giant King
	immortal = yes
	attribute = martial
	education = no
	random = no
	
	potential = {
		is_female = no
		trait = giant
	}
	
	martial = 20
	intrigue = 10
	combat_rating = 50
	command_modifier = {
		siege = 1.0
		morale_offence = 0.5
		heavy_infantry = 0.5
		speed = -0.15
	}
	
	general_opinion = -20
	same_opinion = -50
	opposite_opinion = -100
	
	ai_greed = 100
	ai_honor = -100
	ai_ambition = 500
	
	opposites = { 
		is_amazonian
		is_amazonian_immortal
	}
	
	male_insult_adj = INSULT_MONSTROUS
	female_insult_adj = INSULT_EVIL
	child_insult_adj = INSULT_UGLY
	
}


