I'd like to add a familiar to a class from within a custom ability.
I tried using the minion button on the custom ability, and copying this from minion.dat to get the correct values for the various choices:
That mostly works, but when you go to the familiar and choose a race, the list includes all the races, not just the familiars.
I got better results by bootstrapping cArcFamil to the custom ability - that gives the character all the appropriate familiar abilities, but the familiar's AC and intelligence don't increase with the character's levels and the within 1 mile checkbox doesn't add the appropriate skill bonus. Also, the familiar's list of races still includes every race.
I also tried adding the familiar to the class, and adding a condition statement to the bootstrap that adds, but I can't figure out how I can use a condition to look for a specific custom ability.
I tried using the minion button on the custom ability, and copying this from minion.dat to get the correct values for the various choices:
Code:
<minion id="ArcFamil" inherit="yes">
<tag group="Hero" tag="NoAdvance"/>
<tag group="Hero" tag="AnyLangOK"/>
<bootstrap thing="cArcFImpEv"/>
<bootstrap thing="xSplRs"/>
</minion>
That mostly works, but when you go to the familiar and choose a race, the list includes all the races, not just the familiars.
I got better results by bootstrapping cArcFamil to the custom ability - that gives the character all the appropriate familiar abilities, but the familiar's AC and intelligence don't increase with the character's levels and the within 1 mile checkbox doesn't add the appropriate skill bonus. Also, the familiar's list of races still includes every race.
I also tried adding the familiar to the class, and adding a condition statement to the bootstrap that adds, but I can't figure out how I can use a condition to look for a specific custom ability.