Basically, I am trying to make a feat that adds Favored Enemy (humans) at +1 or if they have Favored Enemy (humans) already, give them a +1 untyped bonus to it.
I have tried almost everything I could think of or find (I am a newbie at this, but not new to programming) and nothings seems to work.
Firstly I can't seem to work out how to edit the feHumhuman value and second I am unsure how to check if something is missing with conditionals.
Is there a documented list of syntax for either language (from what I understand, each are different languages)?
The text of the feat (the rules) is as follows: You gain humans as a favored enemy, as per a ranger, with a +1 bonus. If you have a favored enemy that overlaps, this +1 stacks.
I have tried almost everything I could think of or find (I am a newbie at this, but not new to programming) and nothings seems to work.
Firstly I can't seem to work out how to edit the feHumhuman value and second I am unsure how to check if something is missing with conditionals.
Is there a documented list of syntax for either language (from what I understand, each are different languages)?
The text of the feat (the rules) is as follows: You gain humans as a favored enemy, as per a ranger, with a +1 bonus. If you have a favored enemy that overlaps, this +1 stacks.