View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old October 27th, 2015, 05:13 AM
Quote:
Originally Posted by Nightfox View Post
For example the Favored Soul gets proficiency with a weapon at first level and weapon focus with that weapon at third. However, even though the weapon focus tag is being broadcast to the weapons, the HasFeat tag is not being generated so the Favored Soul doesn't qualify for prestige classes that require weapon focus, such as Pious Templar.
This issue is caused by the Favored Soul ability. In this case, the ability is acting like Weapon Focus, but is not informing HL that the character has the Weapon Focus feat. I'll take a look at how to improve this.

Update: Resolved this issue. Also updated the Weapon Specialization ability to match.

Quote:
Originally Posted by Nightfox View Post
The other side of this is that several prestige classes have pick requirements either using the Pick-req to specify a specific feat (for example: Occult Slayer, Dread Pirate or Frenzied Berzerker), or the Pre-req with specifications like:
Code:
@valid = pickexists[fQuickDraw]
In these cases, even if the character has the appropriate HasFeat tag, they still do not qualify unless they have the specific pick.
I'll take a look at these three classes. In general, the process works, but there may be certain issues. If you have specific issues, feel free to list them out if that's not unreasonable.

Quote:
Originally Posted by Nightfox View Post
My latest is a grizzled crusader turned hellreaver who is hunting after the party. The intention was to use Stone Power to gain temporary HP every round so he could last longer against the over powered PC's. Stone power states, "can be used in place of Power Attack to qualify for a feat, prestige class, or other special ability" and even though the HasFeat tag is present, the "Power Attack required" still shows up under the validation.
Looking for the pick and looking for the HasFeat tag are two different things. I'll take a look a the Stone Power feat. I can probably bootstrap Power Attack, then silence it so that the pick exists but isn't shown on the character. This would likely be easier than changing all the pick-req's that are looking for Power Attack.

Update: OK, I lied. Apparently there is a downside to switching from the #hasfeat look-up to the pick-req. Feats that count as another feat (such as Stone Power for Power Attack) won't qualify with the pick-req method. Lesson learned. This issue is fixed for Power Attack.

Thanks for the reports.

Last edited by Sendric; October 28th, 2015 at 09:16 AM.
Sendric is offline   #393 Reply With Quote