Hi guys,
99% sure this is a bug. Why does the Summoner (Champion History) have PathOfTheMage as a Prereq?
It appears to prevent the Summoner ability showing up on the "Who are you?" Sov selection screen.... just check Procipinee, the ability doesn't get displayed.
Prereq should be removed I believe.
<AbilityBonusOption InternalName="Summoner">
<DisplayName>Summoner</DisplayName>
<Description>+2 level for Summons, unlocks the Summon Shadow Warg spell</Description>
<Icon>Ability_Summoner_Icon.png</Icon>
<GameModifier>
<ModType>Unit</ModType>
<Attribute>AdjustUnitStat</Attribute>
<StrVal>UnitStat_BonusSummonLevel</StrVal>
<Value>2</Value>
<Provides>+2 level for Summons, unlocks the Summon Shadow Warg spell</Provides>
</GameModifier>
<Cost>1</Cost>
<HideWhenUpgraded>0</HideWhenUpgraded>
<Type>Spell</Type>
<Prereq>
<Type>AbilityBonusOption</Type>
<Target>Unit</Target>
<Attribute>PathOfTheMage</Attribute>
</Prereq>
<AIData AIPersonality="AI_General">
<AIPriority>5</AIPriority>
</AIData>
</AbilityBonusOption>