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)
-   -   Adding Shifting Feats (http://forums.wolflair.com/showthread.php?t=61493)

Tigz October 30th, 2018 04:40 PM

Adding Shifting Feats
 
I'm looking to add some feats into my custom hero lab files but I'm having issues trying to figure out if/how to link feats that get stronger the more you have.

https://www.d20pfsrd.com/feats/3rd-p...hifting-feats/

Was hoping someone could point me in the direction to what I should be doing to achieve that.

AWizardInDallas October 31st, 2018 09:51 AM

You'll have to research how to accomplish this for each feat using the guide to the editor and by copying existing feats that do similar things and looking at the related eval scripts. Using one feat an example...

Beasthide Shift (Shifting)
Benefit: You gain a +1 bonus to natural armor for each [Shifting] feat you possess. This shift lasts for 2 rounds.
Special: At 3 Shifting feats, half of your Natural Armor bonus applies to your Touch AC (rounded down).
At 5 Shifting feats, you add your full Natural Armor bonus to your Touch AC

Here's what my planned approach would be:

1. Create the basic skeletal feats so you have feat IDs you can work with.
2. Use #hasfeat[feat_id] in an eval script for each feat and gather a sum. Use the sum to add a natural armor bonus if sum(feats) <3).
3. Add an elseif condition: if sum(feats) >= 3, divide the natural armor bonus and apply half to touch AC.
4. Add an elseif condition if sum(feats) >=5 apply the entire bonus to both ACs.
5. You'll probably want a check box to turn it off and on since it's conditional.

I would consider not doing the eval script at all since the feat only lasts 2 rounds (i.e. it's conditional).


All times are GMT -8. The time now is 12:51 PM.

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