Well the company is represented by the leader, who will be (unless historical characters are provided) a randomly-generated character of that culture/religion. They are also based in the province specified as their capital, hence my above point about the Mamluks being vassals of the Fatimids. I assume the Varangians are specified as being Byzantine vassals, which obviously makes sense.
Here are their landed_titles.txt entries:
Code:
d_varangian_guard = {
color={ 180 180 180 }
color2={ 255 255 255 }
capital = 290 # Uppland
# Parent Religion
religion = orthodox
culture = swedish
mercenary = yes
title = "CAPTAIN"
foa = "CAPTAIN_FOA"
# Always exists
landless = yes
# Cannot be held as a secondary title
primary = yes
modifier = d_varangian_guard_modifier
strength_growth_per_century = 0.10
}
d_mamluks = {
color={ 80 160 80 }
color2={ 255 255 255 }
capital = 796 # Cairo
# Hire Trigger
allow = {
religion_group = muslim
}
# Parent Religion
religion = shiite
mercenary = yes
title = "CAPTAIN"
foa = "CAPTAIN_FOA"
# Always exists
landless = yes
# Cannot be held as a secondary title
primary = yes
modifier = d_mamluks_modifier
strength_growth_per_century = 0.25
}
I'm pretty sure the Mamluks ought to be Sunni, though.