I'm working on the Bladesinger Arcane Tradition from the Sword Coast Adventurer's Guide. I've created a custom ability for the tradition and started with the first thing given to them.
First of all, how do I ensure the player is either an elf or a half-elf? I have the following in Expr-reqs but it gives an error. I'm sure my syntax is wrong.
hero.pHdRace = rElf or hero.pHdRace = rHalfElf
Also, how do I make it give a skill when this is chosen? In the class special, "Training in War and Song" I've set an "Auto-Add" for the Performance skill. Is this the correct way?
Last but not least, at least for this question, how do I allow proficiency with a single weapon one-handed weapon type? Is that even possible?
First of all, how do I ensure the player is either an elf or a half-elf? I have the following in Expr-reqs but it gives an error. I'm sure my syntax is wrong.
hero.pHdRace = rElf or hero.pHdRace = rHalfElf
Also, how do I make it give a skill when this is chosen? In the class special, "Training in War and Song" I've set an "Auto-Add" for the Performance skill. Is this the correct way?
Last but not least, at least for this question, how do I allow proficiency with a single weapon one-handed weapon type? Is that even possible?