leader_skills = {

	### NAVY ###
	1 = {
		cost = 100
		type = navy
		modifier = {
			naval_hit_chance = 0.05
			naval_coordination = 0.01
		}
	}

	2 = {
		cost = 200
		type = navy
		modifier = {
			naval_hit_chance = 0.1
			naval_coordination = 0.03
		}
	}

	3 = {
		cost = 400
		type = navy
		modifier = {
			naval_hit_chance = 0.15
			naval_coordination = 0.05
		}
	}

	4 = {
		cost = 800
		type = navy
		modifier = {
			naval_hit_chance = 0.2
			naval_coordination = 0.07
		}
	}

	5 = {
		cost = 1600
		type = navy
		modifier = {
			naval_hit_chance = 0.25
			naval_coordination = 0.09
		}
	}

	6 = {
		cost = 3200
		type = navy
		modifier = {
			naval_hit_chance = 0.3
			naval_coordination = 0.12
		}
	}

	7 = {
		cost = 6400
		type = navy
		modifier = {
			naval_hit_chance = 0.35
			naval_coordination = 0.14
		}
	}

	8 = {
		cost = 12800
		type = navy
		modifier = {
			naval_hit_chance = 0.40
			naval_coordination = 0.16
		}
	}

	9 = {
		cost = 25600
		type = navy
		modifier = {
			naval_hit_chance = 0.45
			naval_coordination = 0.18
		}
	}

	### Corps Commander ###
	1 = {
		cost = 100
		type = corps_commander
		modifier = {
			offence = 0.05
			defence = 0.05
		}
	}
		
	2 = {
		cost = 200
		type = corps_commander
		modifier = {
			offence = 0.1
			defence = 0.1
		}
	}
	
	
	3 = {
		cost = 400
		type = corps_commander
		modifier = {
			offence = 0.15
			defence = 0.15
		}
	}
	
	4 = {
		cost = 800
		type = corps_commander
		modifier = {
			offence = 0.2
			defence = 0.2
		}
	}
	
	5 = {
		cost = 1600
		type = corps_commander
		modifier = {
			offence = 0.25
			defence = 0.25
		}
	}

	6 = {
		cost = 3200
		type = corps_commander
		modifier = {
			offence = 0.3
			defence = 0.3
		}
	}

	7 = {
		cost = 6400
		type = corps_commander
		modifier = {
			offence = 0.35
			defence = 0.35
		}
	}

	8 = {
		cost = 12800
		type = corps_commander
		modifier = {
			offence = 0.40
			defence = 0.40
		}
	}

	9 = {
		cost = 25600
		type = corps_commander
		modifier = {
			offence = 0.45
			defence = 0.45
		}
	}
	
	
	### Field Marshal ###
	1 = {
		cost = 100
		type = field_marshal
		modifier = {
			offence = 0.05
			defence = 0.05
		}
	}
	
	
	2 = {
		cost = 200
		type = field_marshal
		modifier = {
			offence = 0.1
			defence = 0.1
		}
	}
	
	
	3 = {
		cost = 400
		type = field_marshal
		modifier = {
			offence = 0.15
			defence = 0.15
		}
	}
	
	4 = {
		cost = 800
		type = field_marshal
		modifier = {
			offence = 0.2
			defence = 0.2
		}
	}
	
	5 = {
		cost = 1600
		type = field_marshal
		modifier = {
			offence = 0.25
			defence = 0.25
		}
	}

	6 = {
		cost = 3200
		type = field_marshal
		modifier = {
			offence = 0.3
			defence = 0.3
		}
	}	

	7 = {
		cost = 6400
		type = field_marshal
		modifier = {
			offence = 0.35
			defence = 0.35
		}
	}	

	8 = {
		cost = 12800
		type = field_marshal
		modifier = {
			offence = 0.4
			defence = 0.4
		}
	}	

	9 = {
		cost = 25600
		type = field_marshal
		modifier = {
			offence = 0.45
			defence = 0.45
		}
	}	
}