I have created a subclass. I want the snippet of the class feature to read. "Your AC becomes 21" it is showing "Your AC becomes +21". Can you assist me on how to code this?
Below is the code I am using:
AC {{10+proficiency+modifier:cha}}
My second question is is there somewhere I go to find all the special codes like {{proficiency}}. I have not been able to find this and it would be very helpful to have a list.
Also where does the SHORT DESCRIPTION of the subclass show up?
Public Mod Note
(Stormknight):
moved from General to Homebrew forum
Hello,
I have created a subclass. I want the snippet of the class feature to read. "Your AC becomes 21" it is showing "Your AC becomes +21". Can you assist me on how to code this?
Below is the code I am using:
AC {{10+proficiency+modifier:cha}}
My second question is is there somewhere I go to find all the special codes like {{proficiency}}. I have not been able to find this and it would be very helpful to have a list.
Also where does the SHORT DESCRIPTION of the subclass show up?
Hi there,
there's a sticky thread in the homebrew forum that has all of this information in (there are several other useful threads there too):
https://www.dndbeyond.com/forums/dungeons-dragons-discussion/homebrew-house-rules/25930-using-snippet-codes-in-your-homebrew
What you'd want is #unsigned, but make sure to put your calculation in brackets first, so that the unsigned is applied to the whole calculation.
Pun-loving nerd | Faith Elisabeth Lilley | She/Her/Hers | Profile art by Becca Golins
If you need help with homebrew, please post on the homebrew forums, where multiple staff and moderators can read your post and help you!
"We got this, no problem! I'll take the twenty on the left - you guys handle the one on the right!"🔊
Thanks Stormknight this is exactly what I was looking for.