I made a subclass feature for a Homebrew oriental campaign I'm working on, the feauture is for the Sorcerer. The point is that, I've set up everything for the subclass feature, it's supposed to be a DC saving throw of Constitution, but it doesn't matter how I modify it, when I go to the character sheet, it asks for a To Hit, and I can't comprehend why.
This is how the action is coded:
But this is how it appears on the character sheet:
Public Mod Note
(Sorce):
Moved to Homebrew subforum
I made a subclass feature for a Homebrew oriental campaign I'm working on, the feauture is for the Sorcerer. The point is that, I've set up everything for the subclass feature, it's supposed to be a DC saving throw of Constitution, but it doesn't matter how I modify it, when I go to the character sheet, it asks for a To Hit, and I can't comprehend why.
This is how the action is coded:
But this is how it appears on the character sheet:
You have it set to be a ranged attack. Where it says “Attack Range” you have to leave it blank.
And it cannot calculate a save, because where it is asking for “Ability Score Type” you need to put Cha. That’s what it needs to calculate a Save DC.
Creating Epic Boons on DDB
DDB Buyers' Guide
Hardcovers, DDB & You
Content Troubleshooting
Thanks a lot!