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
The HasDescription class also includes the model fields for handling cross-references, which we definitely want on Creatures for linking to spells from stat-blocks
Bug description
Currently the
Creaturemodel doesn't inherit from theHasDescriptionabstract model. This causes two issues:It is not possible to include creature descriptions, where they are included as openly licensed content (see [DATA] Add missing Monster descriptions to SRD 5.1 Miscellaneous Creatures #934)
The
HasDescriptionclass also includes the model fields for handling cross-references, which we definitely want on Creatures for linking to spells from stat-blocks