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
We can automatically calculate hit die based on size and Constitution. For this we will need a new attribute, something like numberOfHitDie and we can calculate the rest by determing dice from size (Small is d6, etc.) and modifier from Constitution score (numberOfHitDie * Cons modifier).
The text was updated successfully, but these errors were encountered:
We can automatically calculate hit die based on size and Constitution. For this we will need a new attribute, something like
numberOfHitDie
and we can calculate the rest by determing dice from size (Small is d6, etc.) and modifier from Constitution score (numberOfHitDie * Cons modifier
).The text was updated successfully, but these errors were encountered: