# 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.

coretex_composition = {
	levy_size = 6
	heavy_infantry = 750
	knights = 200
	archers = 250
	pikemen = 300
}

fanboys_composition = {
	levy_size = 6
	heavy_infantry = 750
	knights = 300
	archers = 250
	pikemen = 200
}

love_gurus_composition = {
	levy_size = 6
	heavy_infantry = 750
	knights = 200
	archers = 350
	pikemen = 200
}