Redcap's Corner
Well-known member
I've been using custom expressions to build lists of creatures of particular types and sizes using the following basic formula:
Unfortunately, now I need that list of all creatures of a particular subtype and size. Unfortunately, it would seem subtypes are directly bootstrapped onto races, rather than being expressed through tags. So, is this possible?
I need to construct a custom expression that builds a list of Large-sized giants.
Code:
(HasType.tpMonHuman & (RaceSize.Small11 | RaceSize.Medium0))
Unfortunately, now I need that list of all creatures of a particular subtype and size. Unfortunately, it would seem subtypes are directly bootstrapped onto races, rather than being expressed through tags. So, is this possible?
I need to construct a custom expression that builds a list of Large-sized giants.