I'm currently working on building out the Machinesmith third-party class, and I'm having trouble with finding examples to cannibalize for one of the class's custom abilities:
There are two things that I want to do that I can't figure out:
The machinesmith gains proficiency in a single firearm of his choice. In
addition he gains the Gunsmithing feat as a bonus feat.
There are two things that I want to do that I can't figure out:
- How to limit the selection list to only firearms. I can limit it to ranged weapons, but I couldn't find an example of a custom expression to limit the list.
- How to assign a weapon proficiency for the chosen weapon. I'm pretty sure it involves assigning WepProf.<thing chosen> to the hero, but I'm having a hard time figuring out the syntax to do that.