• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Bonus feats given at specific levels

Korlac

Member
Hello All,

I'm working on my Studied Summoner build and I've just about got it where I want it. I reworked the awkward Expanded Summons feature and instead I'm just going to give it as a bonus feat at level 2 to the class.

It appears I need a Condition in there, and I've reviewed the other types of feats like this and it looks something like this.

count:Classes.Summoner >= 2

My problem is, I'm not sure what Tag/Field it wants for "Classes.<Class>" in the count. I've tried everything from my custom class. Class Tag, Abbreviation, Unique ID. No matter what I put in there, it pops me an error.

I can leave that Condition out of the bonus feat, but then it just pops it at level 1.

Here's a copy of my current User file.

https://drive.google.com/file/d/170FFvI3z7PM13WdvQLOCC3YEuzxVx29x/view?usp=sharing
 
On a test character, add a level of summoner.


Then, in the Develop menu, choose Floating Info Windows at the bottom, and choose "Show Selection tags". From the list of things to show tags for, find the summoner. There will be two things named summoner, and one will have an Id starting with "cHelp" - that's the one you want. Open the tags for that, and search through the list until you find what the Id of the Classes tag is for that class.
 
Replace summoner with whichever other class this is being used for, if you're checking for something else. And note that for summoner, there's going to be separate Classes tags for the APG version and the Unchained version.
 
Replace summoner with whichever other class this is being used for, if you're checking for something else. And note that for summoner, there's going to be separate Classes tags for the APG version and the Unchained version.

Best I can tell for what I've created it's either "cHelpMMT" or "cMaMonTac"
Problem is I've tried both of those and it still fails when it tries to compile.
 
It says "Syntax error in 'bootstrap #1 condition' tag expression for Thing 'cSSExpSumm' -> Tag 'Classes.cHelpMMT' not define"

Obviously I either have the condition improperly defined or I'm missing something somewhere else.
 
Is this for a class you created? If so, this is easier to find. In the editor, go to the "Class" tab, click the "Tags" button at the top right, and find "Classes" in that list.
 
Is this for a class you created? If so, this is easier to find. In the editor, go to the "Class" tab, click the "Tags" button at the top right, and find "Classes" in that list.

Thanks for this info, I was finally able to figure it out!
 
Back
Top