We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Based on the SRD page for Creatures.
Creature
Character
Size
Alignment
Race
The text was updated successfully, but these errors were encountered:
joelalejandro
No branches or pull requests
Based on the SRD page for Creatures.
Creature
should be the base template of aCharacter
. It has aSize
, anAlignment
, and other attributes applicable from aRace
.Creature
has a name.Creature
has a unique identifier.Creature
can be multi-racial -- that is, it can have multiple races.Creature
has abilities (if using the 5E gamebook, it could be Strength, Dexterity, etc.)Creature
has hit points ([creature] Add support for Hit Points #50).Creature
has a speed ([creature] Add support for Speed #51).Creature
can talk/understand languages.Creature
has a challenge rating, a number that describes how much of a threat the creature is.Creature
can have skills, such as melee attack or ranged attacks.Creature
can have an inventory.The text was updated successfully, but these errors were encountered: