I am making a feature for a homebrew subclass. The feature should allow them to select one language from a selective list. How can I program the feature to only offer the following choices: Common, Dwarvish, Elvish, Marquesian, Naush or Zemnian? Is it possible?
You'll need to give the feature Options, and create a separate option for each language. Then under each option, add a modifier: Language - (particular language).
You probably don't need to include Common, since the idea is that all PCs know Common to be able to work as a party.
Rollback Post to RevisionRollBack
Helpful rewriter of Japanese->English translation and delver into software codebases (she/e/they)
I am making a feature for a homebrew subclass. The feature should allow them to select one language from a selective list. How can I program the feature to only offer the following choices: Common, Dwarvish, Elvish, Marquesian, Naush or Zemnian? Is it possible?
You'll need to give the feature Options, and create a separate option for each language. Then under each option, add a modifier: Language - (particular language).
You probably don't need to include Common, since the idea is that all PCs know Common to be able to work as a party.
Helpful rewriter of Japanese->English translation and delver into software codebases (she/e/they)
Thanks, I'll give it a try.