• 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

Warpriest blessings

Genthar

Active member
So, I hate to make a thread about this, but I've searched and can't find it.

Is there no adjustment to apply a warpriest blessing to a character? e.g. A warpriest cast their blessing on my character (specifically the War blessing - War Mind (minor) from the Advanced Class Guide), and I was looking for a way to apply the buff to my character, but could not find it. Since I was in the middle of a game, I just made a mental note to add the appropriate modification when I needed it, rather than keep digging.

But, now that I have time after the game, I cannot find it in either the iPad nor desktop versions of HL. I've searched through the spell, conferred, and other adjustments to no avail. I cannot find any warpriest blessings available as an adjustment.

Are these just not present in HL or am I being dense and just not seeing them? Seems like it should be something available since they're a core ability for warpriests. I'm positive the ACG is selected in my configuration, since I was playing a bloodrager at the time (which is also from the ACG).
 
Adjustments for spells - or Warpriest blessings - aren't "core" material. Most of what is available was created by the community. If you do make some yourself (editor), please post them and they can be added to the Community Pack.
 
Well that kind of adjustment needs to activate the custom ability options for the class you are setting it for, the problem is how each custom needs to be assigned to that class for it to work. The archetype Temple Champion can help give you some pointers on adding warblessings to a class, however if you are looking for just bonus application then making a spell adjustment is the best way here. Looks like you need an array list which would make it rather easy to do. Basically make an array with the text of each benefit, then do a eval script with 4 if statements looking for each selection (usrIndex = # in array) and make each if statement apply the bonus that is represented by each choice. A timing of Post levels (any) should be good. Also don't forget to add a doneif (field[abilActive].value = 0) at the top of the eval script.
 
Back
Top