# Define mercenary types here now instead of in the static_composition.txt file
# Also remember to tell the landed title to use this mercenary type instead.
# Several titles can refer to the same type as well now.

sickles_composition = {
	levy_size = 6
	heavy_infantry = 500
	knights = 250
	horse_archers = 250
}

steel_composition = {
	levy_size = 6
	heavy_infantry = 500
	pikemen = 300
	archers = 450
	knights = 300
}

hellenic_composition = {
	levy_size = 6
	heavy_infantry = 1000
	archers = 500
}

sacred_band_composition = {
	levy_size = 6
	heavy_infantry = 800
	pikemen = 500
	archers = 200
}

#myrmidon_composition = {
#	levy_size = 6
#	heavy_infantry = 500
#}