peterphonic
Active member
Hello,
I want to create a feat where the hero gets a +1 to hit and a +2 damage when he hits with a weapon made of wood.
I know how to create situational bonuses and I did the following for the +1 to hit :
Now, I am wondering where to put the information for the +2 damage. Should I put a situational bonus on Attack? Or should I put the information on the weapon itself?
Is there a feat of an racial abilitie somewhere that I can get inspiration for that?
Thx
I want to create a feat where the hero gets a +1 to hit and a +2 damage when he hits with a weapon made of wood.
I know how to create situational bonuses and I did the following for the +1 to hit :
Code:
#situational[hero.child[Attack], " +1 with wood weapons", field[thingname].text]
Now, I am wondering where to put the information for the +2 damage. Should I put a situational bonus on Attack? Or should I put the information on the weapon itself?
Is there a feat of an racial abilitie somewhere that I can get inspiration for that?
Thx