I'm creating a homebrew race and I want to add a racial trait that would allow them to deal 1d4 + either their strength or dexterity modifier but I'm unsure of how to do this.
If I was just doing one skill, I understand I would add a modifier using Set as the type and Unarmed Damage Die as the subtype. From there I can set the ability score and the die, however, how is two done? Do I just add two modifiers, one for strength and one for dexterity? Considering the modifier type is "Set", that to me sounds like you can only do that once.
For the snippet, I can do "{{modifier:str,dex#signed}}" but there doesn't appear to be anyway of doing this for the attack itself.
I'm creating a homebrew race and I want to add a racial trait that would allow them to deal 1d4 + either their strength or dexterity modifier but I'm unsure of how to do this.
If I was just doing one skill, I understand I would add a modifier using Set as the type and Unarmed Damage Die as the subtype. From there I can set the ability score and the die, however, how is two done? Do I just add two modifiers, one for strength and one for dexterity? Considering the modifier type is "Set", that to me sounds like you can only do that once.
For the snippet, I can do "{{modifier:str,dex#signed}}" but there doesn't appear to be anyway of doing this for the attack itself.
Is there anyway to achieve this?
You will need to make two Actions, one that uses Str and one that uses Dex.
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
That's a shame, but I really shouldn't be surprised. That's how Soulknife's Psychic Blades function.