Hello how can a created feat to use the minotaur horn attack feature as a Tiefling. I'm Trying to use a nonoverpowered horn attack for a Tiefling.
This is what i have so far but it is only coming out as a STR attack and i was hoping to make it a DEX or STR attack depending on what the character is good at.
"You have horns that you can use to make unarmed strikes. When you hit with them, you deal <strong>1d6</strong>{{modifier:str,dex}} piercing damage.)
Your snippet is good, and will present whichever modifier is higher, but to actually create a rollable on the character sheet you need to create an Action, andyou will have to create one for Str, and a second for Dex.
Nah, <strong></strong> just makes whatever is between them bold, it won’t affect that. The {{modifier:str,dex}} snippet won’t show both Str & Dex, it’ll show whichever of the two is higher. If you want it to show both you would need to use something like this:
<strong>1d6</strong>{{modifier:str}}/{{modifier:dex}} or <strong>1d6</strong>{{modifier:str}} or {{modifier:dex}}
Hello how can a created feat to use the minotaur horn attack feature as a Tiefling. I'm Trying to use a nonoverpowered horn attack for a Tiefling.
This is what i have so far but it is only coming out as a STR attack and i was hoping to make it a DEX or STR attack depending on what the character is good at.
"You have horns that you can use to make unarmed strikes. When you hit with them, you deal <strong>1d6</strong>{{modifier:str,dex}} piercing damage.)
Your snippet is good, and will present whichever modifier is higher, but to actually create a rollable on the character sheet you need to create an Action, andyou will have to create one for Str, and a second for Dex.
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
I did that but it’s only coming out as str on the description I think it has something to do with the <strong> part
Nah, <strong></strong> just makes whatever is between them bold, it won’t affect that. The {{modifier:str,dex}} snippet won’t show both Str & Dex, it’ll show whichever of the two is higher. If you want it to show both you would need to use something like this:
<strong>1d6</strong>{{modifier:str}}/{{modifier:dex}} or <strong>1d6</strong>{{modifier:str}} or {{modifier:dex}}
Make sense?
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
I understand, I found where I was making a mistake!
Thank you!