You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would the traits be defined for this instance?
A possible way would randomize between the ranges of possibilities defined by each race. So, for the age, any feline humanoid creature would have a maximum age between 15 and 90, they could be either Small or Medium in size and be aligned as Neutral or NeutralEvil.
We could cascade the values from race A to race B (which would make the races list order-sensitive).
We could drop "multi-racial" support in terms of defining hybrid races as specific races, such as:
constFelineHumanoid=newRace({/* ... */});
The text was updated successfully, but these errors were encountered:
Suppose we have a creature that is half-human, half-cat.
We want to create it using multiple races, as described in #28. So we define
Human
andFeline
as races:Such hybrid creature could be expressed as:
How would the traits be defined for this instance?
A possible way would randomize between the ranges of possibilities defined by each race. So, for the age, any feline humanoid creature would have a maximum age between 15 and 90, they could be either Small or Medium in size and be aligned as Neutral or NeutralEvil.
We could cascade the values from race A to race B (which would make the races list order-sensitive).
We could drop "multi-racial" support in terms of defining hybrid races as specific races, such as:
The text was updated successfully, but these errors were encountered: