OK. So i'm adding a template. The template grants a Strength-drain attack based on the creatures size. I created 3 specials -- 1d4 drain, 1d6 drain, and 1d8 drain. Then I added each to the bootstraps of the template. For the condition, I put:
Size.Fine | Size.Tiny | Size.Diminutive
For the first one (1d4 drain), and similar code for the other two.
Now then -- if I set them to 'show special', they all appear, and if I turn off 'show special', none appears. How do I make sure only the correct attack type appears, and is there a more direct way to do this?
Size.Fine | Size.Tiny | Size.Diminutive
For the first one (1d4 drain), and similar code for the other two.
Now then -- if I set them to 'show special', they all appear, and if I turn off 'show special', none appears. How do I make sure only the correct attack type appears, and is there a more direct way to do this?