Prosidious Fowell
Member
So I set a racial ability bonus like so:
hero.child[aINT].field[Racial].value = maximum(hero.child[aINT].field[Racial].value, 2)
After doing this, hero.child[aINT].field[aPostMod].value will be equal to 2 and my character does not get the extra skill point per level that would be expected from having a racial bonus to intelligence.
The same thing happens if I add the bonus to the BonTrait field instead of the Racial field.
I've also noted that the inherent bonus field (aInherBon) doesn't seem to have any effect.
Am I doing something wrong here, are these known bugs, or what?
hero.child[aINT].field[Racial].value = maximum(hero.child[aINT].field[Racial].value, 2)
After doing this, hero.child[aINT].field[aPostMod].value will be equal to 2 and my character does not get the extra skill point per level that would be expected from having a racial bonus to intelligence.
The same thing happens if I add the bonus to the BonTrait field instead of the Racial field.
I've also noted that the inherent bonus field (aInherBon) doesn't seem to have any effect.
Am I doing something wrong here, are these known bugs, or what?