Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Fighter feats use Classes.Fighter tags and another tag that is like FighterFeat or something. Ug I have been up all night cause of issues at work and I can't think. But its a different Tag that you apply that says you have equivalent levels to fighter but not actually have fighter levels.
Sigh Aaron can you help out? Never mind I found it its "FtCountAs.Fighter". This is the other tag that Fighter Feats count actually. This is similar I think you will find on the Magus that gets to count itself as fighter levels for purposes of meeting Feat Requirements. If not the new Warpriest out in a few days will have that built into the class.
Neither the Magus nor the Warpriest allows "Weapon Specialization". Adding FtCountAs.Fighter to the Tags does not allow a monster to take the feat. I come across the exact same problem with the druid (druid domains), but there adding the tag also doesn't work.
Thanks for your help so far.
~ half our level
field[abValue].value += round(field[xAllLev].value/2,0,-1)
~ If we're not shown, just get out now
doneif (tagis[Helper.ShowSpec] = 0)
~ If we're disabled, do nothing
doneif (tagis[Helper.SpcDisable] <> 0)
~ add that many fighter-counts-as tags to the hero
var i as number
for i = 1 to field[abValue].value
[COLOR="Red"]perform hero.assign[FtCountAs.Fighter][/COLOR]
next
[COLOR="red"]validif (#featlevelcount[Fighter] >= 4)[/COLOR]
var racialHD as number
racialHD = focus.field[rHitDice].value
var i as number
for i = 1 to RacialHD
perform hero.assign[FtCountAs.Fighter]
next
Thank you very much Fuzzy. I tested with only 8 levels of magus.