Data Feature Requests item #2665287, was opened at 2009-03-05 09:21
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=750092&aid=2665287&group_id=25576
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Expand Existing Feature
Group: Unscheduled
Status: Open
Resolution: None
Priority: 3
Private: No
Submitted By: Eddy Anthony (eddyanthony)
Assigned to: Nobody/Anonymous (nobody)
Summary: [Pathfinder RPG] Better implementation for Skill Focus feat
Initial Comment:
Skill Focus can be taken multiple times, each time it applies to a single chosen skill. The PC gets a +3 bonus on all checks involving that skill. If the PC has 10 or more ranks in the chosen skill, this bonus increase to +6.
A single bonus is no problem but the increase to +6 on the precondition of 10 ranks is difficult. Currently this is implemented by .MODing bonuses onto each skill which use an instance of the feat and number of ranks in the skill to control the bonus. While this does work it has the downside of being bulky and not expandable, it will not automatically include new skills from other loaded sources.
Something like the following has been suggested to enable this feature to be implemented from within the feat itself:
BONUS:SKILL|LIST|3|PRESKILL:1,LIST=10
This is not currently supported so we will need a discussion and a code tracker. Once the code does support this this tracker will cover the data changes.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=750092&aid=2665287&group_id=25576
|