DnD_5e.character_classes.bard module
- class DnD_5e.character_classes.bard.Bard(**kwargs)[source]
Bases:
SpellCaster,CharacterBard character class
- current_eq(other) bool[source]
Compare self and other to determine if they are identical based on the attributes checked in equals and also these attributes: inspiration slots
- Parameters:
other – the Bard to compare
- Returns:
True if self is identical to other, False otherwise
- Return type: