TCArknight
Well-known member
I have a custom ability that provides access to several different class abilities.
Combat Style (Finesse) (thingid of cPEMrkFin) provides the Style Technique 2nd level class ability, Skill bonus for a 3rd level class ability, and others at higher levels.
As several custom abilities are available to choose, I've bootstrapped the various Style Technique (each with CLSpecWhen of 2) to the class, with the intent of adding a condition of (First/2500) count:HasAbility.cPEMrkFin = 1. However, this isn't working.
Am i missing something that I need for a conditional bootstrap on a Class ability looking for a chosen Custom Ability?
Combat Style (Finesse) (thingid of cPEMrkFin) provides the Style Technique 2nd level class ability, Skill bonus for a 3rd level class ability, and others at higher levels.
As several custom abilities are available to choose, I've bootstrapped the various Style Technique (each with CLSpecWhen of 2) to the class, with the intent of adding a condition of (First/2500) count:HasAbility.cPEMrkFin = 1. However, this isn't working.
Am i missing something that I need for a conditional bootstrap on a Class ability looking for a chosen Custom Ability?