• 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

Class Features (Fixed Table) list expression

RavenX

Well-known member
Mathias,

I am trying to work out this List Tag Candidate Expression, but I can't seem to think of how to handle it for the case of a fixed table. In the dynamic table we had the "autotag" feature which allowed a tag to be assigned that could be used to sort things through the list, but I am not seeing anything 'autotag' on the fixed table entry in the wiki.

I am asking because I am now attempting to figure out how to get class features working properly.

I used agentlist="SpecSource" and noticed that if I am dealing with a class feature that has only one such tag that it shows up fine, but for a feature that can show up on multiple classes this would mean having to keep separate copies of the item in question. What do I need to set up for the list expression in this case?
 
Class Specials have to be bootstrapped to something, right?

If they're bootstrapped to something (and they're non-unique), they can use the root. transition to get to what bootstrapped them, right?

So, if you can get from the class special to what bootstrapped it, how can you make use of that to get some information that you can use in a list expression?
 
Back
Top