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)
-   -   Creating an ability that adds a feat (http://forums.wolflair.com/showthread.php?t=59581)

ErinRigh November 20th, 2017 08:29 AM

Creating an ability that adds a feat
 
No clue where to start.

It is a Custom Special ability that can be taken multiple times.

What it does is; allows the character to pick a bonus combat feat that he meets the prereqs for.

I took a look at some other bonus feats abilities from other classes, but they confused me

ErinRigh November 20th, 2017 08:54 AM

Ok I found some code which allows additional feats, but I want to restrict it to Bonus Feats, and Combat feats, any help would be appreciated

Code:

      ~ Add to feats allowed
      #resmax[resFeat] += 1


Mathias November 20th, 2017 08:56 AM

What abilities did you look at? What confused you about them? That was the right track to be following - find a rogue talent, or something like that, that allows the character to choose a bonus combat feat, and then repeat that.

ErinRigh November 20th, 2017 09:12 AM

Thanks Mathias, a little more research came up with

Code:

      linkage[table].field[cBonFtMax].value +=1
and told me to put it at pre-levels/10000

All seems to be working fine, except....

The class is restricted to combat, performance and teamwork feats as bonus feats, this ability is restricted to just combat feats would it be possible to do that?

Mathias November 20th, 2017 09:52 AM

How many feat tables do classes have?

Which feat table are you adding your bonus to - is that the one you want to add your bonus to, if you're already using that table for another set of bonus feats this class gets?

ErinRigh November 20th, 2017 10:47 AM

ok how would I go about adding another table, with different restrictions?


All times are GMT -8. The time now is 01:14 AM.

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