Species constructor
Species({})
Implementation
Species(
{required this.name,
this.playable = false,
required this.baseHealth,
required this.description,
required this.appearance,
required this.culture,
required this.bonuses});