TCArknight
Well-known member
I've got a Class Ability that adds a custom Animal Companion. Based on the companion chosen, the character adds a specific spell X to their spell known list.
I've got the custom companion race adding a Custom.AniSpi<race> tag to the Companion.
What kind of condition on the bootstrap do I need to use to see if the Companion chosen has a specific race's tag?
I tried specifically for a Badger-like companion (count:hero.minion.tagcount[Custom.AnSpiBadger] >=1) but I get an error that invalid tag template specified.
I guess I'm not understanding how to transition from master to minion for the most part...
Any help?
I've got the custom companion race adding a Custom.AniSpi<race> tag to the Companion.
What kind of condition on the bootstrap do I need to use to see if the Companion chosen has a specific race's tag?
I tried specifically for a Badger-like companion (count:hero.minion.tagcount[Custom.AnSpiBadger] >=1) but I get an error that invalid tag template specified.
I guess I'm not understanding how to transition from master to minion for the most part...
Any help?