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

wolftails_composition = {
	levy_size = 4
	archers = 250
	pikemen = 100
	heavy_infantry = 100
}

red_dragons_composition = {
	levy_size = 3
	knights = 400
	archers = 500
	heavy_infantry = 500
}

fianna_composition = {
	levy_size = 6
	heavy_infantry = 600
	light_infantry = 300
	archers = 400
}

gwydion_composition = {
	levy_size = 3
	knights = 250
	archers = 400
	heavy_infantry = 600
}