Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   Arcane discovery: Forest's Blessing (http://forums.wolflair.com/showthread.php?t=62499)

Azhrei April 25th, 2019 06:32 PM

Arcane discovery: Forest's Blessing
 
This feat gives an arcane caster +1 caster level and +1 to the save DC for any spell they cast that is also on the druid's spell list.

Hero Lab doesn't have this feat — how would I go about adding it? I know a little about how to add scripts, but I don't even know where to start when it comes to checking whether a given spell is also on the spell list of another class...

Thanks.

charlieluce April 25th, 2019 07:02 PM

"Forest's Blessing" is the D20PFSRD 'generic name' for the Feat. The original name is Yuelral's Blessing, and it is in Hero Lab if you have the appropriate data package.

Azhrei April 26th, 2019 07:04 AM

Okay, thanks. But I don't have whatever source that feat is in.

So the question remains: how do I grant +1 CL and +1 save DC for any spell my mage casts that is also on the druid spell list? Does anyone know of any other feats or traits or items that provide a similar capability that I might be able to investigate for sample code?

Thanks!

Aaron April 26th, 2019 07:21 AM

PostLevel 10000

Code:

      foreach pick in hero from BaseSpell where "sClass.cHelpWiz & sClass.cHelpDrd"
        eachpick.field[sDC].value += 1
        eachpick.field[sCL].value += 1
        nexteach


Ualaa April 26th, 2019 02:55 PM

Champions of Purity, if you want to add the source down the road.

charlieluce April 26th, 2019 05:32 PM

Quote:

Originally Posted by Ualaa (Post 278470)
Champions of Purity, if you want to add the source down the road.

Which is part of Player Companion #10.


All times are GMT -8. The time now is 05:18 PM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.