I was creating a class special ability that grants the feat "Double slice" at level 18.
Initially I was confused that although in the class I input the ability to be gained at level 18, it was showing up at level 1. Looking into it a little further I see that when creating the class ability I need to add a condition to the bonus feat of:-
count:Classes.XXX >=#
Now I assumed XXX is the 3 letter ID for the custom class with this special ability and # is the number of levels required to grant the feat.
However, when I input this I get
Syntax error in the bootstrap condition for the ability
Tag 'Classes.Cha' not defined
Could someone point out what I'm missing please?
Initially I was confused that although in the class I input the ability to be gained at level 18, it was showing up at level 1. Looking into it a little further I see that when creating the class ability I need to add a condition to the bonus feat of:-
count:Classes.XXX >=#
Now I assumed XXX is the 3 letter ID for the custom class with this special ability and # is the number of levels required to grant the feat.
However, when I input this I get
Syntax error in the bootstrap condition for the ability
Tag 'Classes.Cha' not defined
Could someone point out what I'm missing please?