Thread: Question
View Single Post
dungeonguru
Senior Member
 
Join Date: May 2016
Posts: 608

Old September 10th, 2018, 06:08 PM
Quote:
Originally Posted by OldDNDer View Post
1. If the Counts as race selection is gone how do we set it now?
The Counts as Races button still exists on the subraces tab at least, not that I've ever used them. If you couldn't touch the race, I think you could extend the tag Race.XXX where XXX is the ID of the race (rHuman, etc...) based on the behavior of that button, but....

Quote:
Originally Posted by OldDNDer View Post
2. How can I tell my new class to check that the race is indeed Human?
If you have the community pack installed, look at the SCAG (Sword Coast Adventurer's Guide) definition of bladesinger. There is a expr-req of:

#hasrace[rElf] + #hasrace[rHalfElf] <> 0

Which means it requires that a bladesinger can either be an elf or half-elf only.

In XGtE there's the Prodigy feat that requires you to be part human:

#hasrace[rHuman] + #hasrace[rHalfElf] + #hasrace[rHalfOrc] <> 0

These run as a an expr-reqs...
dungeonguru is offline   #3 Reply With Quote