View Single Post
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old November 16th, 2017, 04:59 PM
Something like this:

Studious Squire
An armiger gains 2 additional skill ranks at each level. These ranks must be put into Intimidate and Knowledge (planes). In addition, the armiger treats Knowledge (local) and Knowledge (planes) as class skills.

This alters the fighter’s class skills and skill points per level, and replaces the fighter’s bonus feats gained at 1st and 10th levels.

Post Level 1000
Code:
    doneif (tagis[Helper.ShowSpec] = 0)
    doneif (tagis[Helper.SpcDisable] <> 0)

    ~ get get 1 extra skill point for Intimiadte and Knowledge (planes) per level
    field[abValue].value += field[xTotalLev].value

    hero.childfound[skIntim].field[skExtRanks].value += field[abValue].value
    hero.childfound[skKnowPlan].field[skExtRanks].value += field[abValue].value
Aaron is offline   #8 Reply With Quote