I need to add an ability that adds bonus languages from Wisdom in addition to what the character normally starts with. I looked at Cosmopolitan for an idea of how to do it I don't think that's the right way for this ability.
I know (I'm pretty sure anyway) that I need to use:
for the number of additional languages.
I just don't know how to write the second half.
Here is the exact wording of the ability I need:
I was also going to put it as Post Attributes 10000. I was mimicking other cleric abilities so I hope that's right.
I know (I'm pretty sure anyway) that I need to use:
~bonus languages = WIS mod
field[trkMax].value += hero.child[aWIS].field[aModBonus].value
for the number of additional languages.
I just don't know how to write the second half.
Here is the exact wording of the ability I need:
{b}Granted Powers{/b}: You learn the power of the First Language. You gain bonus languages known equal to your wisdom bonus, in addition to those gained from your Int bonus. You may choose any languages as your bonus languages.
I was also going to put it as Post Attributes 10000. I was mimicking other cleric abilities so I hope that's right.