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)
-   -   Help w/trait to delay 1st level feat acquisition (http://forums.wolflair.com/showthread.php?t=11857)

Jim.DiGriz December 4th, 2010 08:12 AM

Help w/trait to delay 1st level feat acquisition
 
I'm trying to create a trait that allows a character to delay taking his 1st level feat until he reaches 2nd level. This would allow 3/4 and 1/2 BAB classes to pick up feats requiring a +1 BAB, which I think is worth the cost of a trait for melee-oriented clerics and rogues (and which would be a bit cheesy to simply allow at no cost, IMO).

Can anyone tell me how to accomplish this? I realize I could just create a trait with the appropriate description and tell the player to live with the validation error until 2nd level but I'd rather make it fully functional if possible.

ShadowChemosh December 4th, 2010 09:01 AM

Put this in the Eval Script:
Code:

~First 1,000
~If we are level one in any class then remove first level feat.
~at level 2+ this script will do nothing and the normal feat will appear.
If (#totallevelcount[] = 1) then
  ~ Remove level 1 feat
  #resmax[resFeat] -= 1
endif

Set the phase to First priority 1,000

Globetrotter December 4th, 2010 09:37 AM

wow... interesting trait option!!

Jim.DiGriz December 4th, 2010 04:58 PM

Thanks SC, that works perfectly.

Jim.DiGriz December 4th, 2010 05:01 PM

Quote:

Originally Posted by Globetrotter (Post 48540)
wow... interesting trait option!!

Thanks. It was inspired by this thread on the Paizo boards. I've offered it as an option to the players in a new campaign I'll be starting soon, but it remains to be seen if any of them will actually use it.

mxcpotato December 8th, 2010 11:35 PM

This really is a great idea, you guys are awesome for getting it sorted out and done!

Thank You,
mXcPotato


All times are GMT -8. The time now is 02:17 AM.

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