I'm new to dndbeyond homebrew but I am trying to get a race we already use in our game made in this homebrew system so we can use more features here. Trouble is, apparently dndbeyond has issues with picking skills to give proficiency in.
I have an elf subrace, my version of a darkling. It gets a few bonuses that are all working well except for one. It gets proficiency in its choice of 2 skills out of an array of 4 options. I have figure out how to do two things that are not correct. I can give a bonus in each of the four skills instead of a choice of 2 of them. Or I can give the player its choice of proficiency in two skills, but not out of an array of choices.
Am I missing something? The selection of skills and things to give proficiency in sees hardcoded as if every time a new one was needed, they just wrote it up and added it to the list.
You can basically create each element of the array of skills as one item in the Options section of the trait. This will allow the choice in the builder.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I'm new to dndbeyond homebrew but I am trying to get a race we already use in our game made in this homebrew system so we can use more features here. Trouble is, apparently dndbeyond has issues with picking skills to give proficiency in.
I have an elf subrace, my version of a darkling. It gets a few bonuses that are all working well except for one. It gets proficiency in its choice of 2 skills out of an array of 4 options. I have figure out how to do two things that are not correct. I can give a bonus in each of the four skills instead of a choice of 2 of them. Or I can give the player its choice of proficiency in two skills, but not out of an array of choices.
Am I missing something? The selection of skills and things to give proficiency in sees hardcoded as if every time a new one was needed, they just wrote it up and added it to the list.
You can set that array of choices as Options.
You can basically create each element of the array of skills as one item in the Options section of the trait. This will allow the choice in the builder.