I don't know if this is a commonly misunderstood topic, or if I am uncommonly dense, but I'm still having trouble with bootstrapping conditions. I have a non-unique class ability which grants a +2 bonus to saves against poisons. The fourth time it is picked, it grants immunity to poisons. Since I want to count how many times the ability has been added, I figured that the xIndex field is what I want to use as a criterion for my conditional bootstrap. So, when bootstrapping xImmPois, I added the bootstrap condition 'fieldval:xIndex >= 4', with a timing of <First/500>.
xImmPois isn't adding to the hero, and I'm pretty sure it's the bootstrap timing that is the cause. Where did I go wrong?
xImmPois isn't adding to the hero, and I'm pretty sure it's the bootstrap timing that is the cause. Where did I go wrong?