• 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

Blood Energy tags

direinsomniac

Well-known member
Where is the BloodEner tags defined that the Sorcerer Bloodline uses?

I see them mentioned in the Draconic Resistances class ability, and I am trying to write an ability that I would like to work in a similar fashion (i.e. a single ability that can alter itself based on user input)
 
They are defined on the Energy Selection Helper Picks. So go to "Develop->Debug Info->View Selection Pick Tags" (please note not near HL so the above path is not exact) and then pick say "Acid". You can see all the tags on the Acid selection helper pick.
 
Okay, so I have a Custom Ability, called Heritage, and I want to include all the BloodEner. tags into the selection for user to select.

How would I go about doing this? I want the custom ability to operate in the same evolving manner as the "Draconic Resistances" ability. What I am not sure how to o is get the "Heritage" custom ability to pre-populate with the all the BloodEner tags.
 
Okay, so I have a Custom Ability, called Heritage, and I want to include all the BloodEner. tags into the selection for user to select.

How would I go about doing this? I want the custom ability to operate in the same evolving manner as the "Draconic Resistances" ability. What I am not sure how to o is get the "Heritage" custom ability to pre-populate with the all the BloodEner tags.
Not sure I am following the "pre-populate". Do you mean you want to have a drop down where a person can select the Energy Type?

That you do in the "Custom Expression" section of your ability and in this case you can pre-select the "Energy Types".

Then you can simply test the "selection" for the BloodEnergy tag to see which one the person selected. Here is a post from awhile ago that covers this type of scripting logic.
 
Back
Top