I working making a custom race based off the Shaikan from the game Spell Force 2 and I want to know if it was possibe to:
1. Make a Dragon Champion
2. Have a Champion spawn in the game along with a sovereign at game start.
I've figured out the second question, a little, and created a custom history that allows a non-Champion Dragon to appear in the game with my sovereign, but I haven't been able to do the same with a champion. What I've figured out so far is below, could use some help.
<AbilityBonusOption InternalName = "Shaikan_Chieften">
<DisplayName>Lord of the Shaikan</DisplayName>
<Description>Marks this channeler as a chief of the anicent Shaikan Clan and lets them start the game with a Dragon companion.</Description>
<Icon>Shaikan_Lord.png</Icon>
<GameModifier InternalName="SummonUnit">
<ModType>Map</ModType>
<Attribute>SummonUnit</Attribute>
<UnitClass>ShaikanDragon</UnitClass>
<StrVal>Amere</StrVal>
</GameModifier>
</AbilityBonusOption>