For a while, I have been working on a homebrew classes that provided many options, and I have been getting around the homebrew settings trying to make everything perfect. However, I always have this problem of making a feature that gives the player an option for weapons. For example, on a character sheet of a Hexblade Warlock, you can click on a weapon and find an option to make it your Hexblade.
Is there option that allows for stuff like this? And if so, how might I recreate it?
Right now the only way to do that is by giving the subclass a feature called Hex Warrior, which will put the "Hex Weapon" checkbox on weapons, making them use Charisma for attacks. It's hard-coded and you can't customize what sorts of weapons it can apply to, it'll just apply to weapons that qualify as hex weapons for Hexblades.
Rollback Post to RevisionRollBack
Helpful rewriter of Japanese->English translation and delver into software codebases (she/e/they)
For a while, I have been working on a homebrew classes that provided many options, and I have been getting around the homebrew settings trying to make everything perfect. However, I always have this problem of making a feature that gives the player an option for weapons. For example, on a character sheet of a Hexblade Warlock, you can click on a weapon and find an option to make it your Hexblade.
Is there option that allows for stuff like this? And if so, how might I recreate it?
Right now the only way to do that is by giving the subclass a feature called Hex Warrior, which will put the "Hex Weapon" checkbox on weapons, making them use Charisma for attacks. It's hard-coded and you can't customize what sorts of weapons it can apply to, it'll just apply to weapons that qualify as hex weapons for Hexblades.
Helpful rewriter of Japanese->English translation and delver into software codebases (she/e/they)
Thx for the clarification!