public static function getHitPoints($kind)
 {
     return self::$properties[Types::getKindAsString($kind)]['hp'];
 }