Correct me if I am wrong, but I thought Aid was a level 1 life spell. However when I play with level 1 life, I am unable to see the spell anywhere nor use it.
I looked in the core files and I see the following:
<SpellDef InternalName="Aid">
<DisplayName>Aid</DisplayName>
<Description>Heals target unit by 8 (+2 per life shard).</Description>
<FormattedDescription>Heals target unit by %d.</FormattedDescription>
<Image>T_Heal_Painting.png</Image>
<IconFG>T_Aid_Icon.png</IconFG>
<AutoUnlock>1</AutoUnlock>
<SpellBookSortCategory>Unit</SpellBookSortCategory>
<SpellBookSortSubCategory>Heal</SpellBookSortSubCategory>
<SpellType>Tactical</SpellType>
<SpellClass>Defensive</SpellClass>
<SpellSubClass>Heal</SpellSubClass>
<SpellTargetType>FriendlyUnit</SpellTargetType>
<Prereq>
<Type>AbilityBonusOption</Type>
<Attribute>LifeAdept1</Attribute>
</Prereq>
My sovereign shows as having: <SelectedAbilityBonusOption>Life1</SelectedAbilityBonusOption>
Have I misunderstood the Aid spell being available as a Life 1 spell?