Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - d20 System (http://forums.wolflair.com/forumdisplay.php?f=46)
-   -   'Built-in' Feat (http://forums.wolflair.com/showthread.php?t=6842)

DannyBoy2k April 5th, 2007 10:23 AM

'Built-in' Feat
 
Indeed. There are more than one class who gets feat 'X' at level 'Y', automatically and without having to forfill any pre-requisites. How would I go about doing this?

Colen April 6th, 2007 07:40 PM

'Built-in' Feat
 
DannyBoy2k wrote:
>
>
> Indeed. There are more than one class who gets feat 'X' at level 'Y',
> automatically and without having to forfill any pre-requisites. How
> would I go about doing this?

You'd add it as a normal bootstrap, with a condition something like this:

count:Classes.Sorcerer >= 5

This tag expression means "TRUE if we have 5 or more Sorcerer tags",
which means if you have 5+ levels of Sorcerer. The XML would look like this:

<bootstrap
thing="fToughness"
phase="First"
priority="10000"><![CDATA[

count:Classes.Sorcerer >= 5

]]></bootstrap>


Hope this helps,

--
Colen McAlister (colen@wolflair.com)
Chief Engineer, Lone Wolf Development
http://www.wolflair.com/


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

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