Thread: 'Built-in' Feat
View Single Post
Colen
Senior Member
Lone Wolf Staff
 
Join Date: Dec 2008
Posts: 4,690

Old April 6th, 2007, 07:40 PM
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/
Colen is offline   #2 Reply With Quote