Junior Member
Join Date: Aug 2015
Posts: 23
|
Druid's Animal Companion starts out with DR5/magic in its special abilities for some reason, regardless of type or level.
|
#621 |
Junior Member
Join Date: Jan 2017
Posts: 16
|
Robe of Eyes should add 10 to Spot
ioRbEyes #competencebonus[hero.childfound[kSpot], 10] |
#622 |
Senior Member
Join Date: Jul 2010
Posts: 3,151
|
Quote:
Thanks for the report. |
|
#623 |
Senior Member
Join Date: Jul 2010
Posts: 3,151
|
|
#624 |
Junior Member
Join Date: Apr 2013
Posts: 15
|
Please delete
Last edited by Booker Grimm; March 17th, 2017 at 01:19 PM. Reason: Error |
#625 |
Junior Member
Join Date: Jul 2009
Posts: 10
|
Hey guys, pretty sure I reported this before in the last release, but new release did not fix it.
If you take the cloistered cleric variant class and then add another class, like paladin or fighter, you still lose shield, medium, and heavy armor proficiencies. Even if you take those proficiencies again as feats you still do not gain the ability to use shields, or armor heavier than light. If you take fighter or paladin first, then add the cloistered cleric class you keep your proficiencies. Not sure why. I was hoping the latest update would fix it, but alas it did not. |
#626 |
Senior Member
Join Date: Jul 2010
Posts: 3,151
|
Quote:
Thanks for the report. This is a core issue. It has been reported, but I'm not aware of any time-table for a resolution. In the meantime, I did some playing around. You can create a workaround with an adjustment. I recommend creating a new user file and adding an adjustment (or two) with a script like this: Code:
doneif (field[pIsOn].value = 0) foreach pick in hero from BaseFeat where "thingid.fArmShield & Helper.FirstCopy" perform eachpick.delete[Helper.FtHide] perform eachpick.delete[Helper.FtDisable] nexteach Note that this script is for Shield Proficiency only. You can widen it to include other feats as needed by altering the section in quotes. For example: Code:
foreach pick in hero from BaseFeat where "(thingid.fArmShield | thingid.fArmHeavy) & Helper.FirstCopy" Last edited by Sendric; April 5th, 2017 at 03:58 AM. |
|
#627 |
Junior Member
Join Date: Jul 2009
Posts: 10
|
Thank you Sendric, I will give that a try.
|
#628 |
Junior Member
Join Date: Jun 2016
Posts: 10
|
I made a Stormsinger PrC file. Can someone take a look at it and tell me if it meets the Community standards?
|
#629 |
Senior Member
Join Date: Jul 2010
Posts: 3,151
|
|
#630 |
Thread Tools | |
Display Modes | |
|
|