I am trying to add a description to a homebrew class feature, but when I click "Add Feature" or later "Save Changes" the description vanishes. It doesn't give me an error about being a required field, it just goes blank. From trial and error I have narrowed down the culprit to including a dice roll whether in or out of code. Any idea what is causing the issue?
Below is the desired text. I can save the whole thing as is WITHOUT including 1d12. Same issue if I try to put the 1d12 in the roll code. No issue if I put spaces to make it 1 d 12.
When you choose Mutated Spellscared at 2nd level, you learn mutations that are fueled by Mutation Points.
Mutations. You learn two mutations of your choice which are detailed under "Mutations" below. Many Mutations enhance an attack in some way. You can use only one augmentation per attack.
You learn two additional mutations of your choice at 6th, 10th, and 14th level. Each time you learn a new mutation, you can also replace one mutation you know with a different one.
Mutation Points. You have a number of mutation points equal to your Constitution modifier + one-half your spellscarred level. Each mutation has a point cost which you spend those points on. You regain all expended points when you finish a long rest.
If you run out of mutation points and attempt to use a mutation, the ability is still activated; however, instead of spending mutation points, roll 1d12 per mutation point the augmentation would normally require. You take that amount of force damage.
Saving Throws. Some of your mutations require your target to make a saving throw to resist the mutation's effect. The saving throw is the same as your spellscar save DC: 8 + your proficiency bonus + your Intelligence modifier.
I am having the same problem, so thank you for finding the cause of it. I have been banging my head on my desk trying to figure out what is causing this bug. Hopefully this can get fixed soon.
What's interesting is that the snippet will remove the dice roll when you save. I should have guessed that was the problem when I was messing around.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I am trying to add a description to a homebrew class feature, but when I click "Add Feature" or later "Save Changes" the description vanishes. It doesn't give me an error about being a required field, it just goes blank. From trial and error I have narrowed down the culprit to including a dice roll whether in or out of code. Any idea what is causing the issue?
Below is the desired text. I can save the whole thing as is WITHOUT including 1d12. Same issue if I try to put the 1d12 in the roll code. No issue if I put spaces to make it 1 d 12.
When you choose Mutated Spellscared at 2nd level, you learn mutations that are fueled by Mutation Points.
Mutations. You learn two mutations of your choice which are detailed under "Mutations" below. Many Mutations enhance an attack in some way. You can use only one augmentation per attack.
You learn two additional mutations of your choice at 6th, 10th, and 14th level. Each time you learn a new mutation, you can also replace one mutation you know with a different one.
Mutation Points. You have a number of mutation points equal to your Constitution modifier + one-half your spellscarred level. Each mutation has a point cost which you spend those points on. You regain all expended points when you finish a long rest.
If you run out of mutation points and attempt to use a mutation, the ability is still activated; however, instead of spending mutation points, roll 1d12 per mutation point the augmentation would normally require. You take that amount of force damage.
Saving Throws. Some of your mutations require your target to make a saving throw to resist the mutation's effect. The saving throw is the same as your spellscar save DC: 8 + your proficiency bonus + your Intelligence modifier.
I am having the same problem, so thank you for finding the cause of it. I have been banging my head on my desk trying to figure out what is causing this bug. Hopefully this can get fixed soon.
What's interesting is that the snippet will remove the dice roll when you save. I should have guessed that was the problem when I was messing around.