So as part of my .user file development, I created some Factions to signify a social standing house rule (basically, I have six different Social Standings, each gives a +1 bonus to a particular ability score - Serf: +1 to Strength, Royal: +1 to Charisma, etc.) I currently have this implemented as a Faction: Social Standing (Serf), which then bootstraps an Ability: Serf Upbringing, which evals in the Strength boost.
this all works properly, and the abilty shows up in the 'Specials' tab just fine, but on the Background tab, the lower left hand corner is supposed to list all Racial, Template & Faction Abilities, but I cannot figure out how to make this show up there. I see nothing in the Ability's properties that allows me to make it happen. Is there a particular Tag that has to be added to the ability to get it to show - much like the Helper.ShowSpec option?
Code:
hero.child[aSTR].field[aStartMod].value += 1
this all works properly, and the abilty shows up in the 'Specials' tab just fine, but on the Background tab, the lower left hand corner is supposed to list all Racial, Template & Faction Abilities, but I cannot figure out how to make this show up there. I see nothing in the Ability's properties that allows me to make it happen. Is there a particular Tag that has to be added to the ability to get it to show - much like the Helper.ShowSpec option?