[Bug] Summoner Champion History has PathOfTheMage as a Prereq?

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>

 

2,162 views 2 replies
Reply #1 Top

The ability is working fine in the display screen. These abilities do not show up as round circles but as text above the unit. When you select Prociponee you see the top say "Summoner". That is the ability chosen in the champion history. Start a game with them and see if they have the summoner ability (which they will). You can also go into the screen and select the summoner ability and it shows up on the custom unit as well.

For completeness, the champion history items shouldn't have prereqs with them, but it is not causing any problems being there (at the moment)

Reply #2 Top

I've removed the prereq, but as Parrottmath says it isn't causing an issue.